#929EAA

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

Shades of Grey Chateau #929EAA

Tints of Grey Chateau #929EAA

Color information

#929EAA (or 0x929EAA) is unknown color: approx Grey Chateau. HEX triplet: 92, 9E and AA. RGB value is (146,158,170). Sum of RGB (Red+Green+Blue) = 146+158+170=474 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.80% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 170 - color contains mainly: blue. Hex color #929EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929EAA is #6D6155. Grayscale: #9B9B9B. Windows color (decimal): -7168342 or 11181714. OLE color: 11181714.

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

Color convert

RGB146158170-
CMYK0.140.0700.33
HSL210º12.37%61.96%-
HSV(B)210º14.12%66.67%-
XYZ31.3433.4742.84-
YUV155.78136.02121.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.80%
GREEN value IS 158 (62.11% from 255) = 33.33%
BLUE value IS 170 (66.80% from 255) = 35.86%
R=30.80%
G=33.33%
B=35.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461581700.140.0700.3321012.3761.96
Hex929EAAE7021d2c3e
Octal2222362521670413221476
Binary10010010100111101010101011101110100001110100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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