#929EAB

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

Shades of Grey Chateau #929EAB

Tints of Grey Chateau #929EAB

Color information

#929EAB (or 0x929EAB) is unknown color: approx Grey Chateau. HEX triplet: 92, 9E and AB. RGB value is (146,158,171). Sum of RGB (Red+Green+Blue) = 146+158+171=475 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.74% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 171 - color contains mainly: blue. Hex color #929EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929EAB is #6D6154. Grayscale: #9B9B9B. Windows color (decimal): -7168341 or 11247250. OLE color: 11247250.

HSL color Cylindrical-coordinate representation of color #929EAB: hue angle of 211.2º 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 #929EAB is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB146158171-
CMYK0.150.0800.33
HSL211.2º12.95%62.16%-
HSV(B)211.2º14.62%67.06%-
XYZ31.4333.543.34-
YUV155.89136.52120.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.74%
GREEN value IS 158 (62.11% from 255) = 33.26%
BLUE value IS 171 (67.19% from 255) = 36%
R=30.74%
G=33.26%
B=36%

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
Decimal1461581710.150.0800.33211.212.9562.16
Hex929EABF8021d3d3e
Octal22223625317100413231576
Binary100100101001111010101011111110000100001110100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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