#939FAB

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

Shades of Grey Chateau #939FAB

Tints of Grey Chateau #939FAB

Color information

#939FAB (or 0x939FAB) is unknown color: approx Grey Chateau. HEX triplet: 93, 9F and AB. RGB value is (147,159,171). Sum of RGB (Red+Green+Blue) = 147+159+171=477 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.82% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 171 - color contains mainly: blue. Hex color #939FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939FAB is #6C6054. Grayscale: #9C9C9C. Windows color (decimal): -7102549 or 11247507. OLE color: 11247507.

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

Color convert

RGB147159171-
CMYK0.140.0700.33
HSL210º12.5%62.35%-
HSV(B)210º14.04%67.06%-
XYZ31.7833.9443.4-
YUV156.78136.02121.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.82%
GREEN value IS 159 (62.5% from 255) = 33.33%
BLUE value IS 171 (67.19% from 255) = 35.85%
R=30.82%
G=33.33%
B=35.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471591710.140.0700.3321012.562.35
Hex939FABE7021d2c3e
Octal2232372531670413221476
Binary10010011100111111010101111101110100001110100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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