#929DAB

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

Shades of Grey Chateau #929DAB

Tints of Grey Chateau #929DAB

Color information

#929DAB (or 0x929DAB) is unknown color: approx Grey Chateau. HEX triplet: 92, 9D and AB. RGB value is (146,157,171). Sum of RGB (Red+Green+Blue) = 146+157+171=474 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.80% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 171 - color contains mainly: blue. Hex color #929DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929DAB is #6D6254. Grayscale: #9B9B9B. Windows color (decimal): -7168597 or 11246994. OLE color: 11246994.

HSL color Cylindrical-coordinate representation of color #929DAB: hue angle of 213.6º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #929DAB is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB146157171-
CMYK0.150.0800.33
HSL213.6º12.95%62.16%-
HSV(B)213.6º14.62%67.06%-
XYZ31.2633.1743.28-
YUV155.31136.86121.36-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.80%
GREEN value IS 157 (61.72% from 255) = 33.12%
BLUE value IS 171 (67.19% from 255) = 36.08%
R=30.80%
G=33.12%
B=36.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461571710.150.0800.33213.612.9562.16
Hex929DABF8021d6d3e
Octal22223525317100413261576
Binary100100101001110110101011111110000100001110101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,157,171); }

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

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

 a { background-color: rgb(146,157,171); }

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

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

 span { border-color: rgb(146,157,171); }

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