#979DAE

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

Shades of Rock Blue #979DAE

Tints of Rock Blue #979DAE

Color information

#979DAE (or 0x979DAE) is unknown color: approx Rock Blue. HEX triplet: 97, 9D and AE. RGB value is (151,157,174). Sum of RGB (Red+Green+Blue) = 151+157+174=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 174 - color contains mainly: blue. Hex color #979DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979DAE is #686251. Grayscale: #9D9D9D. Windows color (decimal): -6840914 or 11443607. OLE color: 11443607.

HSL color Cylindrical-coordinate representation of color #979DAE: hue angle of 224.35º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #979DAE is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB151157174-
CMYK0.130.1000.32
HSL224.35º12.43%63.73%-
HSV(B)224.35º13.22%68.24%-
XYZ32.4633.7544.85-
YUV157.14137.51123.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.33%
GREEN value IS 157 (61.72% from 255) = 32.57%
BLUE value IS 174 (68.36% from 255) = 36.10%
R=31.33%
G=32.57%
B=36.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1511571740.130.1000.32224.3512.4363.73
Hex979DAEDA020e0c40
Octal227235256151204034014100
Binary1001011110011101101011101101101001000001110000011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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