#989EBD

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

Shades of Rock Blue #989EBD

Tints of Rock Blue #989EBD

Color information

#989EBD (or 0x989EBD) is unknown color: approx Rock Blue. HEX triplet: 98, 9E and BD. RGB value is (152,158,189). Sum of RGB (Red+Green+Blue) = 152+158+189=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 189 - color contains mainly: blue. Hex color #989EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989EBD is #676142. Grayscale: #9F9F9F. Windows color (decimal): -6775107 or 12426904. OLE color: 12426904.

HSL color Cylindrical-coordinate representation of color #989EBD: hue angle of 230.27º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #989EBD is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB152158189-
CMYK0.200.1600.26
HSL230.27º21.89%66.86%-
HSV(B)230.27º19.58%74.12%-
XYZ34.3634.853.05-
YUV159.74144.51122.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.46%
GREEN value IS 158 (62.11% from 255) = 31.66%
BLUE value IS 189 (74.22% from 255) = 37.88%
R=30.46%
G=31.66%
B=37.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521581890.200.1600.26230.2721.8966.86
Hex989EBD141001Ae61643
Octal230236275242003234626103
Binary100110001001111010111101101001000001101011100110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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