#929EA7

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

Shades of Grey Chateau #929EA7

Tints of Grey Chateau #929EA7

Color information

#929EA7 (or 0x929EA7) is unknown color: approx Grey Chateau. HEX triplet: 92, 9E and A7. RGB value is (146,158,167). Sum of RGB (Red+Green+Blue) = 146+158+167=471 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.00% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 167 (65.62% from 255 or 35.46% from 471); Max value from RGB is 167 - color contains mainly: blue. Hex color #929EA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929EA7 is #6D6158. Grayscale: #9B9B9B. Windows color (decimal): -7168345 or 10985106. OLE color: 10985106.

HSL color Cylindrical-coordinate representation of color #929EA7: hue angle of 205.71º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #929EA7 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB146158167-
CMYK0.130.0500.35
HSL205.71º10.66%61.37%-
HSV(B)205.71º12.57%65.49%-
XYZ31.0633.3541.36-
YUV155.44134.52121.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.00%
GREEN value IS 158 (62.11% from 255) = 33.55%
BLUE value IS 167 (65.62% from 255) = 35.46%
R=31.00%
G=33.55%
B=35.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1461581670.130.0500.35205.7110.6661.37
Hex929EA7D5023ceb3d
Octal2222362471550433161375
Binary10010010100111101010011111011010100011110011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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