Shades of Grey Chateau #949BA1
Tints of Grey Chateau #949BA1
RGB
CMYK
RGB Variations
Color information
#949BA1 (or 0x949BA1) is known color: Grey Chateau. HEX triplet: 94, 9B and A1. RGB value is (148,155,161). Sum of RGB (Red+Green+Blue) = 148+155+161=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 161 - color contains mainly: blue. Hex color #949BA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949BA1 is #6B645E. Grayscale: #999999. Windows color (decimal): -7038047 or 10591124. OLE color: 10591124.
HSL color Cylindrical-coordinate representation of color #949BA1: hue angle of 207.69º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #949BA1 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 155 | 161 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.37 |
| HSL | 207.69º | 0.06% | 0.61% | - |
| HSV(B) | 207.69º | 0.08% | 0.63% | - |
| XYZ | 30.37 | 32.31 | 38.35 | - |
| YUV | 153.59 | 132.18 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 161 | 0.08 | 0.04 | 0 | 0.37 | 207.69 | 0.06 | 0.61 |
| Hex | 94 | 9B | A1 | 8 | 4 | 0 | 25 | D0 | 6 | 3D |
| Octal | 224 | 233 | 241 | 10 | 4 | 0 | 45 | 320 | 6 | 75 |
| Binary | 10010100 | 10011011 | 10100001 | 1000 | 100 | 0 | 100101 | 11010000 | 110 | 111101 |
Color Harmonies of #949BA1
Complementary color
Monochromatic Colors of #949BA1
Black with #949BA1
Text Example
Text Example
White with #949BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949BA1; }
p { color: rgb(148,155,161); }
H1.HeaderClassName
{
color: #949BA1;
}
.AnyTagClassName
{
color: #949BA1;
}
</style>
background-color css
<style>
a { background-color: #949BA1; }
a { background-color: rgb(148,155,161); }
div.DivClassName
{
background-color: #949BA1;
}
.BgClassName
{
background-color: #949BA1;
}
</style>
border-color css
<style>
span { border-color: #949BA1; }
span { border-color: rgb(148,155,161); }
td.TdClassName
{
border-color: #949BA1;
}
.TagClassName
{
border-color: #949BA1;
}
</style>