#989FAB

Color #989FAB Grey Chateau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Chateau #989FAB

Tints of Grey Chateau #989FAB

Color information

#989FAB (or 0x989FAB) is unknown color: approx Grey Chateau. HEX triplet: 98, 9F and AB. RGB value is (152,159,171). Sum of RGB (Red+Green+Blue) = 152+159+171=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 171 - color contains mainly: blue. Hex color #989FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989FAB is #676054. Grayscale: #9E9E9E. Windows color (decimal): -6774869 or 11247512. OLE color: 11247512.

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

Color convert

RGB152159171-
CMYK0.110.0700.33
HSL217.89º10.16%63.33%-
HSV(B)217.89º11.11%67.06%-
XYZ32.734.4143.45-
YUV158.28135.18123.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.54%
GREEN value IS 159 (62.5% from 255) = 32.99%
BLUE value IS 171 (67.19% from 255) = 35.48%
R=31.54%
G=32.99%
B=35.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521591710.110.0700.33217.8910.1663.33
Hex989FABB7021daa3f
Octal2302372531370413321277
Binary10011000100111111010101110111110100001110110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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