#939DAA

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

Shades of Grey Chateau #939DAA

Tints of Grey Chateau #939DAA

Color information

#939DAA (or 0x939DAA) is unknown color: approx Grey Chateau. HEX triplet: 93, 9D and AA. RGB value is (147,157,170). Sum of RGB (Red+Green+Blue) = 147+157+170=474 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.01% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 170 - color contains mainly: blue. Hex color #939DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939DAA is #6C6255. Grayscale: #9B9B9B. Windows color (decimal): -7103062 or 11181459. OLE color: 11181459.

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

Color convert

RGB147157170-
CMYK0.140.0800.33
HSL213.91º11.92%62.16%-
HSV(B)213.91º13.53%66.67%-
XYZ31.3533.2242.79-
YUV155.49136.19121.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.01%
GREEN value IS 157 (61.72% from 255) = 33.12%
BLUE value IS 170 (66.80% from 255) = 35.86%
R=31.01%
G=33.12%
B=35.86%

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
Decimal1471571700.140.0800.33213.9111.9262.16
Hex939DAAE8021d6c3e
Octal22323525216100413261476
Binary100100111001110110101010111010000100001110101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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