#989EB5

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

Shades of Rock Blue #989EB5

Tints of Rock Blue #989EB5

Color information

#989EB5 (or 0x989EB5) is unknown color: approx Rock Blue. HEX triplet: 98, 9E and B5. RGB value is (152,158,181). Sum of RGB (Red+Green+Blue) = 152+158+181=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 181 - color contains mainly: blue. Hex color #989EB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989EB5 is #67614A. Grayscale: #9E9E9E. Windows color (decimal): -6775115 or 11902616. OLE color: 11902616.

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

Color convert

RGB152158181-
CMYK0.160.1300.29
HSL227.59º16.38%65.29%-
HSV(B)227.59º16.02%70.98%-
XYZ33.5234.4748.6-
YUV158.83140.51123.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.96%
GREEN value IS 158 (62.11% from 255) = 32.18%
BLUE value IS 181 (71.09% from 255) = 36.86%
R=30.96%
G=32.18%
B=36.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521581810.160.1300.29227.5916.3865.29
Hex989EB510D01De41041
Octal230236265201503534420101
Binary10011000100111101011010110000110101110111100100100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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