#979FB6

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

Shades of Rock Blue #979FB6

Tints of Rock Blue #979FB6

Color information

#979FB6 (or 0x979FB6) is unknown color: approx Rock Blue. HEX triplet: 97, 9F and B6. RGB value is (151,159,182). Sum of RGB (Red+Green+Blue) = 151+159+182=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 182 (71.48% from 255 or 36.99% from 492); Max value from RGB is 182 - color contains mainly: blue. Hex color #979FB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979FB6 is #686049. Grayscale: #9F9F9F. Windows color (decimal): -6840394 or 11968407. OLE color: 11968407.

HSL color Cylindrical-coordinate representation of color #979FB6: hue angle of 224.52º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #979FB6 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB151159182-
CMYK0.170.1300.29
HSL224.52º17.51%65.29%-
HSV(B)224.52º17.03%71.37%-
XYZ33.634.7549.19-
YUV159.23140.85122.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.69%
GREEN value IS 159 (62.5% from 255) = 32.32%
BLUE value IS 182 (71.48% from 255) = 36.99%
R=30.69%
G=32.32%
B=36.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1511591820.170.1300.29224.5217.5165.29
Hex979FB611D01De11241
Octal227237266211503534122101
Binary10010111100111111011011010001110101110111100001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,159,182); }

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

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

 a { background-color: rgb(151,159,182); }

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

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

 span { border-color: rgb(151,159,182); }

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