#919DAB

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

Shades of Grey Chateau #919DAB

Tints of Grey Chateau #919DAB

Color information

#919DAB (or 0x919DAB) is unknown color: approx Grey Chateau. HEX triplet: 91, 9D and AB. RGB value is (145,157,171). Sum of RGB (Red+Green+Blue) = 145+157+171=473 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.66% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 171 - color contains mainly: blue. Hex color #919DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919DAB is #6E6254. Grayscale: #9A9A9A. Windows color (decimal): -7234133 or 11246993. OLE color: 11246993.

HSL color Cylindrical-coordinate representation of color #919DAB: hue angle of 212.31º 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 #919DAB is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB145157171-
CMYK0.150.0800.33
HSL212.31º13.4%61.96%-
HSV(B)212.31º15.2%67.06%-
XYZ31.0833.0743.27-
YUV155.01137.02120.86-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.66%
GREEN value IS 157 (61.72% from 255) = 33.19%
BLUE value IS 171 (67.19% from 255) = 36.15%
R=30.66%
G=33.19%
B=36.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451571710.150.0800.33212.3113.461.96
Hex919DABF8021d4d3e
Octal22123525317100413241576
Binary100100011001110110101011111110000100001110101001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919DAB; }

 p { color: rgb(145,157,171); }

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

<style>
 a { background-color: #919DAB; }

 a { background-color: rgb(145,157,171); }

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

<style>
 span { border-color: #919DAB; }

 span { border-color: rgb(145,157,171); }

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