#979CA9

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

Shades of Rock Blue #979CA9

Tints of Rock Blue #979CA9

Color information

#979CA9 (or 0x979CA9) is unknown color: approx Rock Blue. HEX triplet: 97, 9C and A9. RGB value is (151,156,169). Sum of RGB (Red+Green+Blue) = 151+156+169=476 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.72% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 169 (66.41% from 255 or 35.50% from 476); Max value from RGB is 169 - color contains mainly: blue. Hex color #979CA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979CA9 is #686356. Grayscale: #9B9B9B. Windows color (decimal): -6841175 or 11115671. OLE color: 11115671.

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

Color convert

RGB151156169-
CMYK0.110.0800.34
HSL223.33º9.47%62.75%-
HSV(B)223.33º10.65%66.27%-
XYZ31.8133.2242.27-
YUV155.99135.34124.44-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.72%
GREEN value IS 156 (61.33% from 255) = 32.77%
BLUE value IS 169 (66.41% from 255) = 35.50%
R=31.72%
G=32.77%
B=35.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1511561690.110.0800.34223.339.4762.75
Hex979CA9B8022df93f
Octal22723425113100423371177
Binary100101111001110010101001101110000100010110111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,156,169); }

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

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

 a { background-color: rgb(151,156,169); }

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

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

 span { border-color: rgb(151,156,169); }

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