#989FB6

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

Shades of Rock Blue #989FB6

Tints of Rock Blue #989FB6

Color information

#989FB6 (or 0x989FB6) is unknown color: approx Rock Blue. HEX triplet: 98, 9F and B6. RGB value is (152,159,182). Sum of RGB (Red+Green+Blue) = 152+159+182=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 182 (71.48% from 255 or 36.92% from 493); Max value from RGB is 182 - color contains mainly: blue. Hex color #989FB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989FB6 is #676049. Grayscale: #9F9F9F. Windows color (decimal): -6774858 or 11968408. OLE color: 11968408.

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

Color convert

RGB152159182-
CMYK0.160.1300.29
HSL226º17.05%65.49%-
HSV(B)226º16.48%71.37%-
XYZ33.7934.8549.2-
YUV159.53140.68122.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.83%
GREEN value IS 159 (62.5% from 255) = 32.25%
BLUE value IS 182 (71.48% from 255) = 36.92%
R=30.83%
G=32.25%
B=36.92%

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
Decimal1521591820.160.1300.2922617.0565.49
Hex989FB610D01De21141
Octal230237266201503534221101
Binary10011000100111111011011010000110101110111100010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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