#939EAB

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

Shades of Grey Chateau #939EAB

Tints of Grey Chateau #939EAB

Color information

#939EAB (or 0x939EAB) is unknown color: approx Grey Chateau. HEX triplet: 93, 9E and AB. RGB value is (147,158,171). Sum of RGB (Red+Green+Blue) = 147+158+171=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 158 (62.11% from 255 or 33.19% 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 #939EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939EAB is #6C6154. Grayscale: #9C9C9C. Windows color (decimal): -7102805 or 11247251. OLE color: 11247251.

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

Color convert

RGB147158171-
CMYK0.140.0800.33
HSL212.5º12.5%62.35%-
HSV(B)212.5º14.04%67.06%-
XYZ31.6133.643.35-
YUV156.19136.36121.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.88%
GREEN value IS 158 (62.11% from 255) = 33.19%
BLUE value IS 171 (67.19% from 255) = 35.92%
R=30.88%
G=33.19%
B=35.92%

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
Decimal1471581710.140.0800.33212.512.562.35
Hex939EABE8021d4c3e
Octal22323625316100413241476
Binary100100111001111010101011111010000100001110101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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