#989FAA

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

Shades of Grey Chateau #989FAA

Tints of Grey Chateau #989FAA

Color information

#989FAA (or 0x989FAA) is unknown color: approx Grey Chateau. HEX triplet: 98, 9F and AA. RGB value is (152,159,170). Sum of RGB (Red+Green+Blue) = 152+159+170=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 170 - color contains mainly: blue. Hex color #989FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989FAA is #676055. Grayscale: #9E9E9E. Windows color (decimal): -6774870 or 11181976. OLE color: 11181976.

HSL color Cylindrical-coordinate representation of color #989FAA: hue angle of 216.67º 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 #989FAA is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB152159170-
CMYK0.110.0600.33
HSL216.67º9.57%63.14%-
HSV(B)216.67º10.59%66.67%-
XYZ32.634.3742.95-
YUV158.16134.68123.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.60%
GREEN value IS 159 (62.5% from 255) = 33.06%
BLUE value IS 170 (66.80% from 255) = 35.34%
R=31.60%
G=33.06%
B=35.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521591700.110.0600.33216.679.5763.14
Hex989FAAB6021d9a3f
Octal2302372521360413311277
Binary10011000100111111010101010111100100001110110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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