#989FAF

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

Shades of Rock Blue #989FAF

Tints of Rock Blue #989FAF

Color information

#989FAF (or 0x989FAF) is unknown color: approx Rock Blue. HEX triplet: 98, 9F and AF. RGB value is (152,159,175). Sum of RGB (Red+Green+Blue) = 152+159+175=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 175 - color contains mainly: blue. Hex color #989FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989FAF is #676050. Grayscale: #9E9E9E. Windows color (decimal): -6774865 or 11509656. OLE color: 11509656.

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

Color convert

RGB152159175-
CMYK0.130.0900.31
HSL221.74º12.57%64.12%-
HSV(B)221.74º13.14%68.63%-
XYZ33.0834.5745.49-
YUV158.73137.18123.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.28%
GREEN value IS 159 (62.5% from 255) = 32.72%
BLUE value IS 175 (68.75% from 255) = 36.01%
R=31.28%
G=32.72%
B=36.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521591750.130.0900.31221.7412.5764.12
Hex989FAFD901Fded40
Octal230237257151103733615100
Binary100110001001111110101111110110010111111101111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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