#979EBF

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

Shades of Rock Blue #979EBF

Tints of Rock Blue #979EBF

Color information

#979EBF (or 0x979EBF) is unknown color: approx Rock Blue. HEX triplet: 97, 9E and BF. RGB value is (151,158,191). Sum of RGB (Red+Green+Blue) = 151+158+191=500 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.2% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 191 - color contains mainly: blue. Hex color #979EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979EBF is #686140. Grayscale: #9F9F9F. Windows color (decimal): -6840641 or 12557975. OLE color: 12557975.

HSL color Cylindrical-coordinate representation of color #979EBF: hue angle of 229.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #979EBF is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB151158191-
CMYK0.210.1700.25
HSL229.5º23.81%67.06%-
HSV(B)229.5º20.94%74.9%-
XYZ34.3934.7954.19-
YUV159.67145.68121.82-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.2%
GREEN value IS 158 (62.11% from 255) = 31.6%
BLUE value IS 191 (75% from 255) = 38.2%
R=30.2%
G=31.6%
B=38.2%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511581910.210.1700.25229.523.8167.06
Hex979EBF1511019e61843
Octal227236277252103134630103
Binary100101111001111010111111101011000101100111100110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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