#909FAD

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

Shades of Grey Chateau #909FAD

Tints of Grey Chateau #909FAD

Color information

#909FAD (or 0x909FAD) is unknown color: approx Grey Chateau. HEX triplet: 90, 9F and AD. RGB value is (144,159,173). Sum of RGB (Red+Green+Blue) = 144+159+173=476 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.25% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 173 - color contains mainly: blue. Hex color #909FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909FAD is #6F6052. Grayscale: #9C9C9C. Windows color (decimal): -7299155 or 11378576. OLE color: 11378576.

HSL color Cylindrical-coordinate representation of color #909FAD: hue angle of 208.97º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #909FAD is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB144159173-
CMYK0.170.0800.32
HSL208.97º15.03%62.16%-
HSV(B)208.97º16.76%67.84%-
XYZ31.4433.7444.39-
YUV156.11137.53119.36-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.25%
GREEN value IS 159 (62.5% from 255) = 33.40%
BLUE value IS 173 (67.97% from 255) = 36.34%
R=30.25%
G=33.40%
B=36.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441591730.170.0800.32208.9715.0362.16
Hex909FAD118020d1f3e
Octal22023725521100403211776
Binary1001000010011111101011011000110000100000110100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909FAD; }

 p { color: rgb(144,159,173); }

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

<style>
 a { background-color: #909FAD; }

 a { background-color: rgb(144,159,173); }

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

<style>
 span { border-color: #909FAD; }

 span { border-color: rgb(144,159,173); }

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