#989FAD

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

Shades of Rock Blue #989FAD

Tints of Rock Blue #989FAD

Color information

#989FAD (or 0x989FAD) is unknown color: approx Rock Blue. HEX triplet: 98, 9F and AD. RGB value is (152,159,173). Sum of RGB (Red+Green+Blue) = 152+159+173=484 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.40% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 173 - color contains mainly: blue. Hex color #989FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989FAD is #676052. Grayscale: #9E9E9E. Windows color (decimal): -6774867 or 11378584. OLE color: 11378584.

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

Color convert

RGB152159173-
CMYK0.120.0800.32
HSL220º11.35%63.73%-
HSV(B)220º12.14%67.84%-
XYZ32.8934.4944.46-
YUV158.5136.18123.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.40%
GREEN value IS 159 (62.5% from 255) = 32.85%
BLUE value IS 173 (67.97% from 255) = 35.74%
R=31.40%
G=32.85%
B=35.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521591730.120.0800.3222011.3563.73
Hex989FADC8020dcb40
Octal230237255141004033413100
Binary1001100010011111101011011100100001000001101110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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