#929FAD

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

Shades of Grey Chateau #929FAD

Tints of Grey Chateau #929FAD

Color information

#929FAD (or 0x929FAD) is unknown color: approx Grey Chateau. HEX triplet: 92, 9F and AD. RGB value is (146,159,173). Sum of RGB (Red+Green+Blue) = 146+159+173=478 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.54% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 173 - color contains mainly: blue. Hex color #929FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929FAD is #6D6052. Grayscale: #9C9C9C. Windows color (decimal): -7168083 or 11378578. OLE color: 11378578.

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

Color convert

RGB146159173-
CMYK0.160.0800.32
HSL211.11º14.14%62.55%-
HSV(B)211.11º15.61%67.84%-
XYZ31.833.9244.41-
YUV156.71137.19120.36-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.54%
GREEN value IS 159 (62.5% from 255) = 33.26%
BLUE value IS 173 (67.97% from 255) = 36.19%
R=30.54%
G=33.26%
B=36.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1461591730.160.0800.32211.1114.1462.55
Hex929FAD108020d3e3f
Octal22223725520100403231677
Binary1001001010011111101011011000010000100000110100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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