#989EAF

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

Shades of Rock Blue #989EAF

Tints of Rock Blue #989EAF

Color information

#989EAF (or 0x989EAF) is unknown color: approx Rock Blue. HEX triplet: 98, 9E and AF. RGB value is (152,158,175). Sum of RGB (Red+Green+Blue) = 152+158+175=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 175 - color contains mainly: blue. Hex color #989EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989EAF is #676150. Grayscale: #9E9E9E. Windows color (decimal): -6775121 or 11509400. OLE color: 11509400.

HSL color Cylindrical-coordinate representation of color #989EAF: hue angle of 224.35º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #989EAF is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB152158175-
CMYK0.130.1000.31
HSL224.35º12.57%64.12%-
HSV(B)224.35º13.14%68.63%-
XYZ32.9134.2245.43-
YUV158.14137.51123.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.34%
GREEN value IS 158 (62.11% from 255) = 32.58%
BLUE value IS 175 (68.75% from 255) = 36.08%
R=31.34%
G=32.58%
B=36.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521581750.130.1000.31224.3512.5764.12
Hex989EAFDA01Fe0d40
Octal230236257151203734015100
Binary100110001001111010101111110110100111111110000011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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