#979EB4

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

Shades of Rock Blue #979EB4

Tints of Rock Blue #979EB4

Color information

#979EB4 (or 0x979EB4) is unknown color: approx Rock Blue. HEX triplet: 97, 9E and B4. RGB value is (151,158,180). Sum of RGB (Red+Green+Blue) = 151+158+180=489 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.88% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 180 - color contains mainly: blue. Hex color #979EB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979EB4 is #68614B. Grayscale: #9E9E9E. Windows color (decimal): -6840652 or 11837079. OLE color: 11837079.

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

Color convert

RGB151158180-
CMYK0.160.1200.29
HSL225.52º16.2%64.9%-
HSV(B)225.52º16.11%70.59%-
XYZ33.2334.3348.05-
YUV158.42140.18122.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.88%
GREEN value IS 158 (62.11% from 255) = 32.31%
BLUE value IS 180 (70.70% from 255) = 36.81%
R=30.88%
G=32.31%
B=36.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1511581800.160.1200.29225.5216.264.9
Hex979EB410C01De21041
Octal227236264201403534220101
Binary10010111100111101011010010000110001110111100010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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