#979EB5

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

Shades of Rock Blue #979EB5

Tints of Rock Blue #979EB5

Color information

#979EB5 (or 0x979EB5) is unknown color: approx Rock Blue. HEX triplet: 97, 9E and B5. RGB value is (151,158,181). Sum of RGB (Red+Green+Blue) = 151+158+181=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 158 (62.11% from 255 or 32.24% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 181 - color contains mainly: blue. Hex color #979EB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979EB5 is #68614A. Grayscale: #9E9E9E. Windows color (decimal): -6840651 or 11902615. OLE color: 11902615.

HSL color Cylindrical-coordinate representation of color #979EB5: hue angle of 226º degrees, saturation: 0.17, 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 #979EB5 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB151158181-
CMYK0.170.1300.29
HSL226º16.85%65.1%-
HSV(B)226º16.57%70.98%-
XYZ33.3334.3748.59-
YUV158.53140.68122.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.82%
GREEN value IS 158 (62.11% from 255) = 32.24%
BLUE value IS 181 (71.09% from 255) = 36.94%
R=30.82%
G=32.24%
B=36.94%

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
Decimal1511581810.170.1300.2922616.8565.1
Hex979EB511D01De21141
Octal227236265211503534221101
Binary10010111100111101011010110001110101110111100010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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