#979DAB

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

Shades of Rock Blue #979DAB

Tints of Rock Blue #979DAB

Color information

#979DAB (or 0x979DAB) is unknown color: approx Rock Blue. HEX triplet: 97, 9D and AB. RGB value is (151,157,171). Sum of RGB (Red+Green+Blue) = 151+157+171=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 171 - color contains mainly: blue. Hex color #979DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979DAB is #686254. Grayscale: #9C9C9C. Windows color (decimal): -6840917 or 11246999. OLE color: 11246999.

HSL color Cylindrical-coordinate representation of color #979DAB: hue angle of 222º 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 #979DAB is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB151157171-
CMYK0.120.0800.33
HSL222º10.64%63.14%-
HSV(B)222º11.7%67.06%-
XYZ32.1733.6343.32-
YUV156.8136.01123.86-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.52%
GREEN value IS 157 (61.72% from 255) = 32.78%
BLUE value IS 171 (67.19% from 255) = 35.70%
R=31.52%
G=32.78%
B=35.70%

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
Decimal1511571710.120.0800.3322210.6463.14
Hex979DABC8021deb3f
Octal22723525314100413361377
Binary100101111001110110101011110010000100001110111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,157,171); }

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

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

 a { background-color: rgb(151,157,171); }

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

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

 span { border-color: rgb(151,157,171); }

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