#979CAB

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

Shades of Rock Blue #979CAB

Tints of Rock Blue #979CAB

Color information

#979CAB (or 0x979CAB) is unknown color: approx Rock Blue. HEX triplet: 97, 9C and AB. RGB value is (151,156,171). Sum of RGB (Red+Green+Blue) = 151+156+171=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 171 - color contains mainly: blue. Hex color #979CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979CAB is #686354. Grayscale: #9C9C9C. Windows color (decimal): -6841173 or 11246743. OLE color: 11246743.

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

Color convert

RGB151156171-
CMYK0.120.0900.33
HSL225º10.64%63.14%-
HSV(B)225º11.7%67.06%-
XYZ3233.343.27-
YUV156.22136.34124.28-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.59%
GREEN value IS 156 (61.33% from 255) = 32.64%
BLUE value IS 171 (67.19% from 255) = 35.77%
R=31.59%
G=32.64%
B=35.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511561710.120.0900.3322510.6463.14
Hex979CABC9021e1b3f
Octal22723425314110413411377
Binary100101111001110010101011110010010100001111000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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