#939EAA

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

Shades of Grey Chateau #939EAA

Tints of Grey Chateau #939EAA

Color information

#939EAA (or 0x939EAA) is unknown color: approx Grey Chateau. HEX triplet: 93, 9E and AA. RGB value is (147,158,170). Sum of RGB (Red+Green+Blue) = 147+158+170=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 170 - color contains mainly: blue. Hex color #939EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939EAA is #6C6155. Grayscale: #9C9C9C. Windows color (decimal): -7102806 or 11181715. OLE color: 11181715.

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

Color convert

RGB147158170-
CMYK0.140.0700.33
HSL211.3º11.92%62.16%-
HSV(B)211.3º13.53%66.67%-
XYZ31.5233.5642.85-
YUV156.08135.86121.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.95%
GREEN value IS 158 (62.11% from 255) = 33.26%
BLUE value IS 170 (66.80% from 255) = 35.79%
R=30.95%
G=33.26%
B=35.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471581700.140.0700.33211.311.9262.16
Hex939EAAE7021d3c3e
Octal2232362521670413231476
Binary10010011100111101010101011101110100001110100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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