#989DA8

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

Shades of Grey Chateau #989DA8

Tints of Grey Chateau #989DA8

Color information

#989DA8 (or 0x989DA8) is unknown color: approx Grey Chateau. HEX triplet: 98, 9D and A8. RGB value is (152,157,168). Sum of RGB (Red+Green+Blue) = 152+157+168=477 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.87% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 168 - color contains mainly: blue. Hex color #989DA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989DA8 is #676257. Grayscale: #9C9C9C. Windows color (decimal): -6775384 or 11050392. OLE color: 11050392.

HSL color Cylindrical-coordinate representation of color #989DA8: hue angle of 221.25º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #989DA8 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB152157168-
CMYK0.100.0700.34
HSL221.25º8.42%62.75%-
HSV(B)221.25º9.52%65.88%-
XYZ32.0733.6241.84-
YUV156.76134.34124.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.87%
GREEN value IS 157 (61.72% from 255) = 32.91%
BLUE value IS 168 (66.02% from 255) = 35.22%
R=31.87%
G=32.91%
B=35.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1521571680.100.0700.34221.258.4262.75
Hex989DA8A7022dd83f
Octal2302352501270423351077
Binary10011000100111011010100010101110100010110111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,157,168); }

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

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

 a { background-color: rgb(152,157,168); }

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

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

 span { border-color: rgb(152,157,168); }

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