Shades of Grey Chateau #939FAC
Tints of Grey Chateau #939FAC
RGB
CMYK
RGB Variations
Color information
#939FAC (or 0x939FAC) is known color: Grey Chateau. HEX triplet: 93, 9F and AC. RGB value is (147,159,172). Sum of RGB (Red+Green+Blue) = 147+159+172=478 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.75% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 172 - color contains mainly: blue. Hex color #939FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939FAC is #6C6053. Grayscale: #9C9C9C. Windows color (decimal): -7102548 or 11313043. OLE color: 11313043.
HSL color Cylindrical-coordinate representation of color #939FAC: hue angle of 211.2º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #939FAC is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 159 | 172 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.33 |
| HSL | 211.2º | 0.13% | 0.63% | - |
| HSV(B) | 211.2º | 0.15% | 0.67% | - |
| XYZ | 31.88 | 33.98 | 43.91 | - |
| YUV | 156.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 159 | 172 | 0.15 | 0.08 | 0 | 0.33 | 211.2 | 0.13 | 0.63 |
| Hex | 93 | 9F | AC | F | 8 | 0 | 21 | D3 | D | 3F |
| Octal | 223 | 237 | 254 | 17 | 10 | 0 | 41 | 323 | 15 | 77 |
| Binary | 10010011 | 10011111 | 10101100 | 1111 | 1000 | 0 | 100001 | 11010011 | 1101 | 111111 |
Color Harmonies of #939FAC
Complementary color
Monochromatic Colors of #939FAC
Black with #939FAC
Text Example
Text Example
White with #939FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939FAC; }
p { color: rgb(147,159,172); }
H1.HeaderClassName
{
color: #939FAC;
}
.AnyTagClassName
{
color: #939FAC;
}
</style>
background-color css
<style>
a { background-color: #939FAC; }
a { background-color: rgb(147,159,172); }
div.DivClassName
{
background-color: #939FAC;
}
.BgClassName
{
background-color: #939FAC;
}
</style>
border-color css
<style>
span { border-color: #939FAC; }
span { border-color: rgb(147,159,172); }
td.TdClassName
{
border-color: #939FAC;
}
.TagClassName
{
border-color: #939FAC;
}
</style>