#989EAC

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

Shades of Rock Blue #989EAC

Tints of Rock Blue #989EAC

Color information

#989EAC (or 0x989EAC) is unknown color: approx Rock Blue. HEX triplet: 98, 9E and AC. RGB value is (152,158,172). Sum of RGB (Red+Green+Blue) = 152+158+172=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 172 - color contains mainly: blue. Hex color #989EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989EAC is #676153. Grayscale: #9D9D9D. Windows color (decimal): -6775124 or 11312792. OLE color: 11312792.

HSL color Cylindrical-coordinate representation of color #989EAC: hue angle of 222º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #989EAC is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB152158172-
CMYK0.120.0800.33
HSL222º10.75%63.53%-
HSV(B)222º11.63%67.45%-
XYZ32.6234.1143.89-
YUV157.8136.01123.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.54%
GREEN value IS 158 (62.11% from 255) = 32.78%
BLUE value IS 172 (67.58% from 255) = 35.68%
R=31.54%
G=32.78%
B=35.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521581720.120.0800.3322210.7563.53
Hex989EACC8021deb40
Octal230236254141004133613100
Binary1001100010011110101011001100100001000011101111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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