#929CA5

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

Shades of Grey Chateau #929CA5

Tints of Grey Chateau #929CA5

Color information

#929CA5 (or 0x929CA5) is unknown color: approx Grey Chateau. HEX triplet: 92, 9C and A5. RGB value is (146,156,165). Sum of RGB (Red+Green+Blue) = 146+156+165=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 165 - color contains mainly: blue. Hex color #929CA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929CA5 is #6D635A. Grayscale: #999999. Windows color (decimal): -7168859 or 10853522. OLE color: 10853522.

HSL color Cylindrical-coordinate representation of color #929CA5: hue angle of 208.42º 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 #929CA5 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB146156165-
CMYK0.120.0500.35
HSL208.42º9.55%60.98%-
HSV(B)208.42º11.52%64.71%-
XYZ30.5332.640.28-
YUV154.04134.19122.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.26%
GREEN value IS 156 (61.33% from 255) = 33.40%
BLUE value IS 165 (64.84% from 255) = 35.33%
R=31.26%
G=33.40%
B=35.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1461561650.120.0500.35208.429.5560.98
Hex929CA5C5023d0a3d
Octal2222342451450433201275
Binary10010010100111001010010111001010100011110100001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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