#939BA3

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

Shades of Grey Chateau #939BA3

Tints of Grey Chateau #939BA3

Color information

#939BA3 (or 0x939BA3) is unknown color: approx Grey Chateau. HEX triplet: 93, 9B and A3. RGB value is (147,155,163). Sum of RGB (Red+Green+Blue) = 147+155+163=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 163 - color contains mainly: blue. Hex color #939BA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939BA3 is #6C645C. Grayscale: #999999. Windows color (decimal): -7103581 or 10722195. OLE color: 10722195.

HSL color Cylindrical-coordinate representation of color #939BA3: hue angle of 210º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #939BA3 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB147155163-
CMYK0.100.0500.36
HSL210º8%60.78%-
HSV(B)210º9.82%63.92%-
XYZ30.3632.2939.28-
YUV153.52133.35123.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.61%
GREEN value IS 155 (60.94% from 255) = 33.33%
BLUE value IS 163 (64.06% from 255) = 35.05%
R=31.61%
G=33.33%
B=35.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1471551630.100.0500.36210860.78
Hex939BA3A5024d283d
Octal2232332431250443221075
Binary10010011100110111010001110101010100100110100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,155,163); }

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

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

 a { background-color: rgb(147,155,163); }

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

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

 span { border-color: rgb(147,155,163); }

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