Shades of Grey Chateau #949FAB
Tints of Grey Chateau #949FAB
RGB
CMYK
RGB Variations
Color information
#949FAB (or 0x949FAB) is known color: Grey Chateau. HEX triplet: 94, 9F and AB. RGB value is (148,159,171). Sum of RGB (Red+Green+Blue) = 148+159+171=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 171 - color contains mainly: blue. Hex color #949FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949FAB is #6B6054. Grayscale: #9D9D9D. Windows color (decimal): -7037013 or 11247508. OLE color: 11247508.
HSL color Cylindrical-coordinate representation of color #949FAB: hue angle of 211.3º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #949FAB is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 159 | 171 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.33 |
| HSL | 211.3º | 0.12% | 0.63% | - |
| HSV(B) | 211.3º | 0.13% | 0.67% | - |
| XYZ | 31.96 | 34.03 | 43.41 | - |
| YUV | 157.08 | 135.86 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 159 | 171 | 0.13 | 0.07 | 0 | 0.33 | 211.3 | 0.12 | 0.63 |
| Hex | 94 | 9F | AB | D | 7 | 0 | 21 | D3 | C | 3F |
| Octal | 224 | 237 | 253 | 15 | 7 | 0 | 41 | 323 | 14 | 77 |
| Binary | 10010100 | 10011111 | 10101011 | 1101 | 111 | 0 | 100001 | 11010011 | 1100 | 111111 |
Color Harmonies of #949FAB
Complementary color
Monochromatic Colors of #949FAB
Black with #949FAB
Text Example
Text Example
White with #949FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949FAB; }
p { color: rgb(148,159,171); }
H1.HeaderClassName
{
color: #949FAB;
}
.AnyTagClassName
{
color: #949FAB;
}
</style>
background-color css
<style>
a { background-color: #949FAB; }
a { background-color: rgb(148,159,171); }
div.DivClassName
{
background-color: #949FAB;
}
.BgClassName
{
background-color: #949FAB;
}
</style>
border-color css
<style>
span { border-color: #949FAB; }
span { border-color: rgb(148,159,171); }
td.TdClassName
{
border-color: #949FAB;
}
.TagClassName
{
border-color: #949FAB;
}
</style>