#989EB6

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

Shades of Rock Blue #989EB6

Tints of Rock Blue #989EB6

Color information

#989EB6 (or 0x989EB6) is unknown color: approx Rock Blue. HEX triplet: 98, 9E and B6. RGB value is (152,158,182). Sum of RGB (Red+Green+Blue) = 152+158+182=492 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.89% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 182 (71.48% from 255 or 36.99% from 492); Max value from RGB is 182 - color contains mainly: blue. Hex color #989EB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989EB6 is #676149. Grayscale: #9E9E9E. Windows color (decimal): -6775114 or 11968152. OLE color: 11968152.

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

Color convert

RGB152158182-
CMYK0.160.1300.29
HSL228º17.05%65.49%-
HSV(B)228º16.48%71.37%-
XYZ33.6234.5149.14-
YUV158.94141.01123.05-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.89%
GREEN value IS 158 (62.11% from 255) = 32.11%
BLUE value IS 182 (71.48% from 255) = 36.99%
R=30.89%
G=32.11%
B=36.99%

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
Decimal1521581820.160.1300.2922817.0565.49
Hex989EB610D01De41141
Octal230236266201503534421101
Binary10011000100111101011011010000110101110111100100100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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