#929FAA

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

Shades of Grey Chateau #929FAA

Tints of Grey Chateau #929FAA

Color information

#929FAA (or 0x929FAA) is unknown color: approx Grey Chateau. HEX triplet: 92, 9F and AA. RGB value is (146,159,170). Sum of RGB (Red+Green+Blue) = 146+159+170=475 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.74% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 170 - color contains mainly: blue. Hex color #929FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929FAA is #6D6055. Grayscale: #9C9C9C. Windows color (decimal): -7168086 or 11181970. OLE color: 11181970.

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

Color convert

RGB146159170-
CMYK0.140.0600.33
HSL207.5º12.37%61.96%-
HSV(B)207.5º14.12%66.67%-
XYZ31.5133.8142.9-
YUV156.37135.69120.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.74%
GREEN value IS 159 (62.5% from 255) = 33.47%
BLUE value IS 170 (66.80% from 255) = 35.79%
R=30.74%
G=33.47%
B=35.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461591700.140.0600.33207.512.3761.96
Hex929FAAE6021d0c3e
Octal2222372521660413201476
Binary10010010100111111010101011101100100001110100001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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