#989EA3

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

Shades of Grey Chateau #989EA3

Tints of Grey Chateau #989EA3

Color information

#989EA3 (or 0x989EA3) is unknown color: approx Grey Chateau. HEX triplet: 98, 9E and A3. RGB value is (152,158,163). Sum of RGB (Red+Green+Blue) = 152+158+163=473 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.14% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 163 (64.06% from 255 or 34.46% from 473); Max value from RGB is 163 - color contains mainly: blue. Hex color #989EA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989EA3 is #67615C. Grayscale: #9C9C9C. Windows color (decimal): -6775133 or 10722968. OLE color: 10722968.

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

Color convert

RGB152158163-
CMYK0.070.0300.36
HSL207.27º5.64%61.76%-
HSV(B)207.27º6.75%63.92%-
XYZ31.7933.7739.49-
YUV156.78131.51124.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.14%
GREEN value IS 158 (62.11% from 255) = 33.40%
BLUE value IS 163 (64.06% from 255) = 34.46%
R=32.14%
G=33.40%
B=34.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1521581630.070.0300.36207.275.6461.76
Hex989EA373024cf63e
Octal23023624373044317676
Binary10011000100111101010001111111010010011001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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