#979EAB

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

Shades of Rock Blue #979EAB

Tints of Rock Blue #979EAB

Color information

#979EAB (or 0x979EAB) is unknown color: approx Rock Blue. HEX triplet: 97, 9E and AB. RGB value is (151,158,171). Sum of RGB (Red+Green+Blue) = 151+158+171=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 171 - color contains mainly: blue. Hex color #979EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979EAB is #686154. Grayscale: #9D9D9D. Windows color (decimal): -6840661 or 11247255. OLE color: 11247255.

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

Color convert

RGB151158171-
CMYK0.120.0800.33
HSL219º10.64%63.14%-
HSV(B)219º11.7%67.06%-
XYZ32.3433.9743.38-
YUV157.39135.68123.44-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.46%
GREEN value IS 158 (62.11% from 255) = 32.92%
BLUE value IS 171 (67.19% from 255) = 35.62%
R=31.46%
G=32.92%
B=35.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511581710.120.0800.3321910.6463.14
Hex979EABC8021dbb3f
Octal22723625314100413331377
Binary100101111001111010101011110010000100001110110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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