#999DA4

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

Shades of Grey Chateau #999DA4

Tints of Grey Chateau #999DA4

Color information

#999DA4 (or 0x999DA4) is unknown color: approx Grey Chateau. HEX triplet: 99, 9D and A4. RGB value is (153,157,164). Sum of RGB (Red+Green+Blue) = 153+157+164=474 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.28% from 474); Green value is 157 (61.72% from 255 or 33.12% 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 #999DA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999DA4 is #66625B. Grayscale: #9C9C9C. Windows color (decimal): -6709852 or 10788249. OLE color: 10788249.

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

Color convert

RGB153157164-
CMYK0.070.0400.36
HSL218.18º5.7%62.16%-
HSV(B)218.18º6.71%64.31%-
XYZ31.8933.5739.92-
YUV156.6132.17125.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.28%
GREEN value IS 157 (61.72% from 255) = 33.12%
BLUE value IS 164 (64.45% from 255) = 34.60%
R=32.28%
G=33.12%
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
Decimal1531571640.070.0400.36218.185.762.16
Hex999DA474024da63e
Octal23123524474044332676
Binary100110011001110110100100111100010010011011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999DA4; }

 p { color: rgb(153,157,164); }

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

<style>
 a { background-color: #999DA4; }

 a { background-color: rgb(153,157,164); }

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

<style>
 span { border-color: #999DA4; }

 span { border-color: rgb(153,157,164); }

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