#939FAA

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

Shades of Grey Chateau #939FAA

Tints of Grey Chateau #939FAA

Color information

#939FAA (or 0x939FAA) is unknown color: approx Grey Chateau. HEX triplet: 93, 9F and AA. RGB value is (147,159,170). Sum of RGB (Red+Green+Blue) = 147+159+170=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 170 - color contains mainly: blue. Hex color #939FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939FAA is #6C6055. Grayscale: #9C9C9C. Windows color (decimal): -7102550 or 11181971. OLE color: 11181971.

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

Color convert

RGB147159170-
CMYK0.140.0600.33
HSL208.7º11.92%62.16%-
HSV(B)208.7º13.53%66.67%-
XYZ31.6933.942.9-
YUV156.67135.52121.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.88%
GREEN value IS 159 (62.5% from 255) = 33.40%
BLUE value IS 170 (66.80% from 255) = 35.71%
R=30.88%
G=33.40%
B=35.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471591700.140.0600.33208.711.9262.16
Hex939FAAE6021d1c3e
Octal2232372521660413211476
Binary10010011100111111010101011101100100001110100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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