#989EA4

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

Shades of Grey Chateau #989EA4

Tints of Grey Chateau #989EA4

Color information

#989EA4 (or 0x989EA4) is unknown color: approx Grey Chateau. HEX triplet: 98, 9E and A4. RGB value is (152,158,164). Sum of RGB (Red+Green+Blue) = 152+158+164=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 164 (64.45% from 255 or 34.60% from 474); Max value from RGB is 164 - color contains mainly: blue. Hex color #989EA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989EA4 is #67615B. Grayscale: #9C9C9C. Windows color (decimal): -6775132 or 10788504. OLE color: 10788504.

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

Color convert

RGB152158164-
CMYK0.070.0400.36
HSL210º6.19%61.96%-
HSV(B)210º7.32%64.31%-
XYZ31.8833.8139.97-
YUV156.89132.01124.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.07%
GREEN value IS 158 (62.11% from 255) = 33.33%
BLUE value IS 164 (64.45% from 255) = 34.60%
R=32.07%
G=33.33%
B=34.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1521581640.070.0400.362106.1961.96
Hex989EA474024d263e
Octal23023624474044322676
Binary100110001001111010100100111100010010011010010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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