Html Css Color HEX #989EAA Grey Chateau

📋 copy color: '#989EAA'

red 152 ◦ green 158 ◦ blue 170

#989EAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Chateau #989EAA

Tints of Grey Chateau #989EAA

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.8% from 255) = 35.42%

R = 31.67%
G = 32.92%
B = 35.42%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#989EAA (or 0x989EAA) is known color: 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

RGB 152 158 170 -
CMYK 0.11 0.07 0 0.33
HSL 220º 0.1% 0.63% -
HSV(B) 220º 0.11% 0.67% -
XYZ 32.43 34.03 42.89 -
YUV 157.57 135.01 124.02 -
System Red Green Blue C M Y K H S L
Decimal 152 158 170 0.11 0.07 0 0.33 220 0.1 0.63
Hex 98 9E AA B 7 0 21 DC A 3F
Octal 230 236 252 13 7 0 41 334 12 77
Binary 10011000 10011110 10101010 1011 111 0 100001 11011100 1010 111111

Color Harmonies of #989EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989EAA

Black with #989EAA

Text Example


Text Example

White with #989EAA

Text Example


Text Example

HTML Codes & Css Web 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>