Html Css Color HEX #989EA5 Grey Chateau

📋 copy color: '#989EA5'

red 152 ◦ green 158 ◦ blue 165

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

Shades of Grey Chateau #989EA5

Tints of Grey Chateau #989EA5

RGB

 RED value IS 152 (59.77% from 255) = 32%

 GREEN value IS 158 (62.11% from 255) = 33.26%

 BLUE value IS 165 (64.84% from 255) = 34.74%

R = 32%
G = 33.26%
B = 34.74%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#989EA5 (or 0x989EA5) is known color: Grey Chateau. HEX triplet: 98, 9E and A5. RGB value is (152,158,165). Sum of RGB (Red+Green+Blue) = 152+158+165=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 165 (64.84% from 255 or 34.74% from 475); Max value from RGB is 165 - color contains mainly: blue. Hex color #989EA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989EA5 is #67615A. Grayscale: #9C9C9C. Windows color (decimal): -6775131 or 10854040. OLE color: 10854040.

HSL color Cylindrical-coordinate representation of color #989EA5: hue angle of 212.31º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #989EA5 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 152 158 165 -
CMYK 0.08 0.04 0 0.35
HSL 212.31º 0.07% 0.62% -
HSV(B) 212.31º 0.08% 0.65% -
XYZ 31.97 33.85 40.45 -
YUV 157 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 152 158 165 0.08 0.04 0 0.35 212.31 0.07 0.62
Hex 98 9E A5 8 4 0 23 D4 7 3E
Octal 230 236 245 10 4 0 43 324 7 76
Binary 10011000 10011110 10100101 1000 100 0 100011 11010100 111 111110

Color Harmonies of #989EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989EA5

Black with #989EA5

Text Example


Text Example

White with #989EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #989EA5;
 }
 .AnyTagClassName
 {
   color: #989EA5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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