#979EAC

Color #979EAC Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #979EAC

Tints of Rock Blue #979EAC

Color information

#979EAC (or 0x979EAC) is unknown color: approx Rock Blue. HEX triplet: 97, 9E and AC. RGB value is (151,158,172). Sum of RGB (Red+Green+Blue) = 151+158+172=481 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.39% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 172 - color contains mainly: blue. Hex color #979EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979EAC is #686153. Grayscale: #9D9D9D. Windows color (decimal): -6840660 or 11312791. OLE color: 11312791.

HSL color Cylindrical-coordinate representation of color #979EAC: hue angle of 220º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #979EAC is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB151158172-
CMYK0.120.0800.33
HSL220º11.23%63.33%-
HSV(B)220º12.21%67.45%-
XYZ32.4434.0143.89-
YUV157.5136.18123.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 31.39%
GREEN value IS 158 (62.11% from 255) = 32.85%
BLUE value IS 172 (67.58% from 255) = 35.76%
R=31.39%
G=32.85%
B=35.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511581720.120.0800.3322011.2363.33
Hex979EACC8021dcb3f
Octal22723625414100413341377
Binary100101111001111010101100110010000100001110111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979EAC; }

 p { color: rgb(151,158,172); }

 H1.HeaderClassName
 {
   color: #979EAC;
 }
 .AnyTagClassName
 {
   color: #979EAC;
 }
</style>
background-color css

<style>
 a { background-color: #979EAC; }

 a { background-color: rgb(151,158,172); }

 div.DivClassName
 {
   background-color: #979EAC;
 }
 .BgClassName
 {
   background-color: #979EAC;
 }
</style>
border-color css

<style>
 span { border-color: #979EAC; }

 span { border-color: rgb(151,158,172); }

 td.TdClassName
 {
   border-color: #979EAC;
 }
 .TagClassName
 {
   border-color: #979EAC;
 }
</style>