#939DAB

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

Shades of Grey Chateau #939DAB

Tints of Grey Chateau #939DAB

Color information

#939DAB (or 0x939DAB) is unknown color: approx Grey Chateau. HEX triplet: 93, 9D and AB. RGB value is (147,157,171). Sum of RGB (Red+Green+Blue) = 147+157+171=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 171 - color contains mainly: blue. Hex color #939DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939DAB is #6C6254. Grayscale: #9B9B9B. Windows color (decimal): -7103061 or 11246995. OLE color: 11246995.

HSL color Cylindrical-coordinate representation of color #939DAB: hue angle of 215º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #939DAB is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB147157171-
CMYK0.140.0800.33
HSL215º12.5%62.35%-
HSV(B)215º14.04%67.06%-
XYZ31.4433.2643.29-
YUV155.61136.69121.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.95%
GREEN value IS 157 (61.72% from 255) = 33.05%
BLUE value IS 171 (67.19% from 255) = 36%
R=30.95%
G=33.05%
B=36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471571710.140.0800.3321512.562.35
Hex939DABE8021d7c3e
Octal22323525316100413271476
Binary100100111001110110101011111010000100001110101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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