#929AA5

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

Shades of Grey Chateau #929AA5

Tints of Grey Chateau #929AA5

Color information

#929AA5 (or 0x929AA5) is unknown color: approx Grey Chateau. HEX triplet: 92, 9A and A5. RGB value is (146,154,165). Sum of RGB (Red+Green+Blue) = 146+154+165=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 165 - color contains mainly: blue. Hex color #929AA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929AA5 is #6D655A. Grayscale: #989898. Windows color (decimal): -7169371 or 10853010. OLE color: 10853010.

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

Color convert

RGB146154165-
CMYK0.120.0700.35
HSL214.74º9.55%60.98%-
HSV(B)214.74º11.52%64.71%-
XYZ30.231.9440.17-
YUV152.86134.85123.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.40%
GREEN value IS 154 (60.55% from 255) = 33.12%
BLUE value IS 165 (64.84% from 255) = 35.48%
R=31.40%
G=33.12%
B=35.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1461541650.120.0700.35214.749.5560.98
Hex929AA5C7023d7a3d
Octal2222322451470433271275
Binary10010010100110101010010111001110100011110101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,154,165); }

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

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

 a { background-color: rgb(146,154,165); }

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

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

 span { border-color: rgb(146,154,165); }

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