#989EB2

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

Shades of Rock Blue #989EB2

Tints of Rock Blue #989EB2

Color information

#989EB2 (or 0x989EB2) is unknown color: approx Rock Blue. HEX triplet: 98, 9E and B2. RGB value is (152,158,178). Sum of RGB (Red+Green+Blue) = 152+158+178=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 178 - color contains mainly: blue. Hex color #989EB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989EB2 is #67614D. Grayscale: #9E9E9E. Windows color (decimal): -6775118 or 11706008. OLE color: 11706008.

HSL color Cylindrical-coordinate representation of color #989EB2: hue angle of 226.15º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #989EB2 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB152158178-
CMYK0.150.1100.30
HSL226.15º14.44%64.71%-
HSV(B)226.15º14.61%69.8%-
XYZ33.2134.3447-
YUV158.49139.01123.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.15%
GREEN value IS 158 (62.11% from 255) = 32.38%
BLUE value IS 178 (69.92% from 255) = 36.48%
R=31.15%
G=32.38%
B=36.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1521581780.150.1100.30226.1514.4464.71
Hex989EB2FB01Ee2e41
Octal230236262171303634216101
Binary100110001001111010110010111110110111101110001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989EB2; }

 p { color: rgb(152,158,178); }

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

<style>
 a { background-color: #989EB2; }

 a { background-color: rgb(152,158,178); }

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

<style>
 span { border-color: #989EB2; }

 span { border-color: rgb(152,158,178); }

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