Shades of Grey Chateau #949DA3
Tints of Grey Chateau #949DA3
RGB
CMYK
RGB Variations
Color information
#949DA3 (or 0x949DA3) is known color: Grey Chateau. HEX triplet: 94, 9D and A3. RGB value is (148,157,163). Sum of RGB (Red+Green+Blue) = 148+157+163=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 157 (61.72% from 255 or 33.55% from 468); Blue value is 163 (64.06% from 255 or 34.83% from 468); Max value from RGB is 163 - color contains mainly: blue. Hex color #949DA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949DA3 is #6B625C. Grayscale: #9A9A9A. Windows color (decimal): -7037533 or 10722708. OLE color: 10722708.
HSL color Cylindrical-coordinate representation of color #949DA3: hue angle of 204º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #949DA3 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 157 | 163 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.36 |
| HSL | 204º | 0.08% | 0.61% | - |
| HSV(B) | 204º | 0.09% | 0.64% | - |
| XYZ | 30.88 | 33.05 | 39.4 | - |
| YUV | 154.99 | 132.52 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 157 | 163 | 0.09 | 0.04 | 0 | 0.36 | 204 | 0.08 | 0.61 |
| Hex | 94 | 9D | A3 | 9 | 4 | 0 | 24 | CC | 8 | 3D |
| Octal | 224 | 235 | 243 | 11 | 4 | 0 | 44 | 314 | 10 | 75 |
| Binary | 10010100 | 10011101 | 10100011 | 1001 | 100 | 0 | 100100 | 11001100 | 1000 | 111101 |
Color Harmonies of #949DA3
Complementary color
Monochromatic Colors of #949DA3
Black with #949DA3
Text Example
Text Example
White with #949DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949DA3; }
p { color: rgb(148,157,163); }
H1.HeaderClassName
{
color: #949DA3;
}
.AnyTagClassName
{
color: #949DA3;
}
</style>
background-color css
<style>
a { background-color: #949DA3; }
a { background-color: rgb(148,157,163); }
div.DivClassName
{
background-color: #949DA3;
}
.BgClassName
{
background-color: #949DA3;
}
</style>
border-color css
<style>
span { border-color: #949DA3; }
span { border-color: rgb(148,157,163); }
td.TdClassName
{
border-color: #949DA3;
}
.TagClassName
{
border-color: #949DA3;
}
</style>