#939CAA

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

Shades of Grey Chateau #939CAA

Tints of Grey Chateau #939CAA

Color information

#939CAA (or 0x939CAA) is unknown color: approx Grey Chateau. HEX triplet: 93, 9C and AA. RGB value is (147,156,170). Sum of RGB (Red+Green+Blue) = 147+156+170=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 170 - color contains mainly: blue. Hex color #939CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939CAA is #6C6355. Grayscale: #9A9A9A. Windows color (decimal): -7103318 or 11181203. OLE color: 11181203.

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

Color convert

RGB147156170-
CMYK0.140.0800.33
HSL216.52º11.92%62.16%-
HSV(B)216.52º13.53%66.67%-
XYZ31.1832.8842.73-
YUV154.9136.52122.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.08%
GREEN value IS 156 (61.33% from 255) = 32.98%
BLUE value IS 170 (66.80% from 255) = 35.94%
R=31.08%
G=32.98%
B=35.94%

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
Decimal1471561700.140.0800.33216.5211.9262.16
Hex939CAAE8021d9c3e
Octal22323425216100413311476
Binary100100111001110010101010111010000100001110110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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