#929FAB

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

Shades of Grey Chateau #929FAB

Tints of Grey Chateau #929FAB

Color information

#929FAB (or 0x929FAB) is unknown color: approx Grey Chateau. HEX triplet: 92, 9F and AB. RGB value is (146,159,171). Sum of RGB (Red+Green+Blue) = 146+159+171=476 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.67% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 171 - color contains mainly: blue. Hex color #929FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929FAB is #6D6054. Grayscale: #9C9C9C. Windows color (decimal): -7168085 or 11247506. OLE color: 11247506.

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

Color convert

RGB146159171-
CMYK0.150.0700.33
HSL208.8º12.95%62.16%-
HSV(B)208.8º14.62%67.06%-
XYZ31.633.8543.4-
YUV156.48136.19120.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.67%
GREEN value IS 159 (62.5% from 255) = 33.40%
BLUE value IS 171 (67.19% from 255) = 35.92%
R=30.67%
G=33.40%
B=35.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461591710.150.0700.33208.812.9562.16
Hex929FABF7021d1d3e
Octal2222372531770413211576
Binary10010010100111111010101111111110100001110100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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