Color Hex Logo

#979aff Color Hex

#979AFF
(151,154,255)
0 Favorites   0 Comments

Color spaces of #979aff

RGB 151154255
HSL0.661.000.80
HSV238°41°100°
CMYK 0.410.400.00   0.00
XYZ42.368136.910599.4991
Yxy36.91050.23700.2065
Hunter Lab60.754018.1612-54.5736
CIE-Lab67.209823.2843-50.6158

#979aff color RGB value is (151,154,255).

#979aff hex color red value is 151, green value is 154 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #979aff hue: 0.66 , saturation: 1.00 and the lightness value of 979aff is 0.80.

The process color (four color CMYK) of #979aff color hex is 0.41, 0.40, 0.00, 0.00. Web safe color of #979aff is #9999ff. Color #979aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011010 11111111
Octal 227 232 377
Decimal 151 154 255
Hex 97 9A FF

RGB Percentages of Color #979aff

%26.96
%27.50
%45.54

CMYK Percentages of Color #979aff

%41
%40
%0
%0

Triadic Colors of #979aff

#979aff #ff979a #9aff97

Analogous Colors of #979aff

#979aff #c897ff #97ceff

Monochromatic Colors of #979aff

#979aff

Complementary Color

#979aff #fffc97

#979aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#979aff Color CSS Codes

.mybgcolor {background-color:#979aff; } 
.myforecolor {color:#979aff; }
.mybordercolor {border:3px solid #979aff; }

#979aff Text Font Color

<p style="color:#979aff">Text here</p>

This sample text font color is #979aff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#979aff Background Color

<div style="background-color:#979aff">
Div content here</div>

This div background color is #979aff


#979aff Border Color

<div style="border:3px solid #979aff">
Div here</div>

This div border color is #979aff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,154,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #979aff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #979aff;
  -webkit-box-shadow: 1px 1px 3px 2px #979aff;
  box-shadow:         1px 1px 3px 2px #979aff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,154,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #979aff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #979aff;
  -webkit-box-shadow: 1px 1px 3px 2px #979aff;
  box-shadow:         1px 1px 3px 2px #979aff;">
Div content here</div>

This div box has shadow with color #979aff

Related Colors


Comments

No comments written yet.

Please login to write comment.