#989EB3

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

Shades of Rock Blue #989EB3

Tints of Rock Blue #989EB3

Color information

#989EB3 (or 0x989EB3) is unknown color: approx Rock Blue. HEX triplet: 98, 9E and B3. RGB value is (152,158,179). Sum of RGB (Red+Green+Blue) = 152+158+179=489 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.08% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 179 - color contains mainly: blue. Hex color #989EB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989EB3 is #67614C. Grayscale: #9E9E9E. Windows color (decimal): -6775117 or 11771544. OLE color: 11771544.

HSL color Cylindrical-coordinate representation of color #989EB3: hue angle of 226.67º degrees, saturation: 0.15, 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 #989EB3 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB152158179-
CMYK0.150.1200.30
HSL226.67º15.08%64.9%-
HSV(B)226.67º15.08%70.2%-
XYZ33.3134.3847.53-
YUV158.6139.51123.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.08%
GREEN value IS 158 (62.11% from 255) = 32.31%
BLUE value IS 179 (70.31% from 255) = 36.61%
R=31.08%
G=32.31%
B=36.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1521581790.150.1200.30226.6715.0864.9
Hex989EB3FC01Ee3f41
Octal230236263171403634317101
Binary100110001001111010110011111111000111101110001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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