Shades of Grey Chateau #949A9F
Tints of Grey Chateau #949A9F
RGB
CMYK
RGB Variations
Color information
#949A9F (or 0x949A9F) is known color: Grey Chateau. HEX triplet: 94, 9A and 9F. RGB value is (148,154,159). Sum of RGB (Red+Green+Blue) = 148+154+159=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 159 - color contains mainly: blue. Hex color #949A9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949A9F is #6B6560. Grayscale: #989898. Windows color (decimal): -7038305 or 10459796. OLE color: 10459796.
HSL color Cylindrical-coordinate representation of color #949A9F: hue angle of 207.27º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #949A9F is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 154 | 159 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.38 |
| HSL | 207.27º | 0.05% | 0.6% | - |
| HSV(B) | 207.27º | 0.07% | 0.62% | - |
| XYZ | 30.03 | 31.91 | 37.38 | - |
| YUV | 152.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 154 | 159 | 0.07 | 0.03 | 0 | 0.38 | 207.27 | 0.05 | 0.6 |
| Hex | 94 | 9A | 9F | 7 | 3 | 0 | 26 | CF | 5 | 3C |
| Octal | 224 | 232 | 237 | 7 | 3 | 0 | 46 | 317 | 5 | 74 |
| Binary | 10010100 | 10011010 | 10011111 | 111 | 11 | 0 | 100110 | 11001111 | 101 | 111100 |
Color Harmonies of #949A9F
Complementary color
Monochromatic Colors of #949A9F
Black with #949A9F
Text Example
Text Example
White with #949A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949A9F; }
p { color: rgb(148,154,159); }
H1.HeaderClassName
{
color: #949A9F;
}
.AnyTagClassName
{
color: #949A9F;
}
</style>
background-color css
<style>
a { background-color: #949A9F; }
a { background-color: rgb(148,154,159); }
div.DivClassName
{
background-color: #949A9F;
}
.BgClassName
{
background-color: #949A9F;
}
</style>
border-color css
<style>
span { border-color: #949A9F; }
span { border-color: rgb(148,154,159); }
td.TdClassName
{
border-color: #949A9F;
}
.TagClassName
{
border-color: #949A9F;
}
</style>