#989EAA

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

Shades of Grey Chateau #989EAA

Tints of Grey Chateau #989EAA

Color information

#989EAA (or 0x989EAA) is unknown color: approx Grey Chateau. HEX triplet: 98, 9E and AA. RGB value is (152,158,170). Sum of RGB (Red+Green+Blue) = 152+158+170=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 170 - color contains mainly: blue. Hex color #989EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989EAA is #676155. Grayscale: #9D9D9D. Windows color (decimal): -6775126 or 11181720. OLE color: 11181720.

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

Color convert

RGB152158170-
CMYK0.110.0700.33
HSL220º9.57%63.14%-
HSV(B)220º10.59%66.67%-
XYZ32.4334.0342.89-
YUV157.57135.01124.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.67%
GREEN value IS 158 (62.11% from 255) = 32.92%
BLUE value IS 170 (66.80% from 255) = 35.42%
R=31.67%
G=32.92%
B=35.42%

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
Decimal1521581700.110.0700.332209.5763.14
Hex989EAAB7021dca3f
Octal2302362521370413341277
Binary10011000100111101010101010111110100001110111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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