#939CA6

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

Shades of Grey Chateau #939CA6

Tints of Grey Chateau #939CA6

Color information

#939CA6 (or 0x939CA6) is unknown color: approx Grey Chateau. HEX triplet: 93, 9C and A6. RGB value is (147,156,166). Sum of RGB (Red+Green+Blue) = 147+156+166=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 166 - color contains mainly: blue. Hex color #939CA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939CA6 is #6C6359. Grayscale: #9A9A9A. Windows color (decimal): -7103322 or 10919059. OLE color: 10919059.

HSL color Cylindrical-coordinate representation of color #939CA6: hue angle of 211.58º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #939CA6 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB147156166-
CMYK0.110.0600.35
HSL211.58º9.64%61.37%-
HSV(B)211.58º11.45%65.1%-
XYZ30.832.7340.77-
YUV154.45134.52122.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.34%
GREEN value IS 156 (61.33% from 255) = 33.26%
BLUE value IS 166 (65.23% from 255) = 35.39%
R=31.34%
G=33.26%
B=35.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1471561660.110.0600.35211.589.6461.37
Hex939CA6B6023d4a3d
Octal2232342461360433241275
Binary10010011100111001010011010111100100011110101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,156,166); }

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

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

 a { background-color: rgb(147,156,166); }

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

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

 span { border-color: rgb(147,156,166); }

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