#929EAC

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

Shades of Grey Chateau #929EAC

Tints of Grey Chateau #929EAC

Color information

#929EAC (or 0x929EAC) is unknown color: approx Grey Chateau. HEX triplet: 92, 9E and AC. RGB value is (146,158,172). Sum of RGB (Red+Green+Blue) = 146+158+172=476 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.67% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 172 - color contains mainly: blue. Hex color #929EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929EAC is #6D6153. Grayscale: #9B9B9B. Windows color (decimal): -7168340 or 11312786. OLE color: 11312786.

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

Color convert

RGB146158172-
CMYK0.150.0800.33
HSL212.31º13.54%62.35%-
HSV(B)212.31º15.12%67.45%-
XYZ31.5333.5443.84-
YUV156.01137.02120.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.67%
GREEN value IS 158 (62.11% from 255) = 33.19%
BLUE value IS 172 (67.58% from 255) = 36.13%
R=30.67%
G=33.19%
B=36.13%

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
Decimal1461581720.150.0800.33212.3113.5462.35
Hex929EACF8021d4e3e
Octal22223625417100413241676
Binary100100101001111010101100111110000100001110101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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