#979CAA

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

Shades of Rock Blue #979CAA

Tints of Rock Blue #979CAA

Color information

#979CAA (or 0x979CAA) is unknown color: approx Rock Blue. HEX triplet: 97, 9C and AA. RGB value is (151,156,170). Sum of RGB (Red+Green+Blue) = 151+156+170=477 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.66% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 170 - color contains mainly: blue. Hex color #979CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979CAA is #686355. Grayscale: #9C9C9C. Windows color (decimal): -6841174 or 11181207. OLE color: 11181207.

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

Color convert

RGB151156170-
CMYK0.110.0800.33
HSL224.21º10.05%62.94%-
HSV(B)224.21º11.18%66.67%-
XYZ31.9133.2642.77-
YUV156.1135.84124.36-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.66%
GREEN value IS 156 (61.33% from 255) = 32.70%
BLUE value IS 170 (66.80% from 255) = 35.64%
R=31.66%
G=32.70%
B=35.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511561700.110.0800.33224.2110.0562.94
Hex979CAAB8021e0a3f
Octal22723425213100413401277
Binary100101111001110010101010101110000100001111000001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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