#939AA6

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

Shades of Grey Chateau #939AA6

Tints of Grey Chateau #939AA6

Color information

#939AA6 (or 0x939AA6) is unknown color: approx Grey Chateau. HEX triplet: 93, 9A and A6. RGB value is (147,154,166). Sum of RGB (Red+Green+Blue) = 147+154+166=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 166 (65.23% from 255 or 35.55% from 467); Max value from RGB is 166 - color contains mainly: blue. Hex color #939AA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939AA6 is #6C6559. Grayscale: #999999. Windows color (decimal): -7103834 or 10918547. OLE color: 10918547.

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

Color convert

RGB147154166-
CMYK0.110.0700.35
HSL217.89º9.64%61.37%-
HSV(B)217.89º11.45%65.1%-
XYZ30.4732.0740.66-
YUV153.28135.18123.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.48%
GREEN value IS 154 (60.55% from 255) = 32.98%
BLUE value IS 166 (65.23% from 255) = 35.55%
R=31.48%
G=32.98%
B=35.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1471541660.110.0700.35217.899.6461.37
Hex939AA6B7023daa3d
Octal2232322461370433321275
Binary10010011100110101010011010111110100011110110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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