#979CAC

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

Shades of Rock Blue #979CAC

Tints of Rock Blue #979CAC

Color information

#979CAC (or 0x979CAC) is unknown color: approx Rock Blue. HEX triplet: 97, 9C and AC. RGB value is (151,156,172). Sum of RGB (Red+Green+Blue) = 151+156+172=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 172 - color contains mainly: blue. Hex color #979CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979CAC is #686353. Grayscale: #9C9C9C. Windows color (decimal): -6841172 or 11312279. OLE color: 11312279.

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

Color convert

RGB151156172-
CMYK0.120.0900.33
HSL225.71º11.23%63.33%-
HSV(B)225.71º12.21%67.45%-
XYZ32.133.3343.77-
YUV156.33136.84124.2-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.52%
GREEN value IS 156 (61.33% from 255) = 32.57%
BLUE value IS 172 (67.58% from 255) = 35.91%
R=31.52%
G=32.57%
B=35.91%

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
Decimal1511561720.120.0900.33225.7111.2363.33
Hex979CACC9021e2b3f
Octal22723425414110413421377
Binary100101111001110010101100110010010100001111000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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