Shades of Grey Chateau #949DA4
Tints of Grey Chateau #949DA4
RGB
CMYK
RGB Variations
Color information
#949DA4 (or 0x949DA4) is known color: Grey Chateau. HEX triplet: 94, 9D and A4. RGB value is (148,157,164). Sum of RGB (Red+Green+Blue) = 148+157+164=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 164 - color contains mainly: blue. Hex color #949DA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949DA4 is #6B625B. Grayscale: #9B9B9B. Windows color (decimal): -7037532 or 10788244. OLE color: 10788244.
HSL color Cylindrical-coordinate representation of color #949DA4: hue angle of 206.25º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #949DA4 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 157 | 164 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.36 |
| HSL | 206.25º | 0.08% | 0.61% | - |
| HSV(B) | 206.25º | 0.1% | 0.64% | - |
| XYZ | 30.97 | 33.09 | 39.88 | - |
| YUV | 155.11 | 133.02 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 157 | 164 | 0.10 | 0.04 | 0 | 0.36 | 206.25 | 0.08 | 0.61 |
| Hex | 94 | 9D | A4 | A | 4 | 0 | 24 | CE | 8 | 3D |
| Octal | 224 | 235 | 244 | 12 | 4 | 0 | 44 | 316 | 10 | 75 |
| Binary | 10010100 | 10011101 | 10100100 | 1010 | 100 | 0 | 100100 | 11001110 | 1000 | 111101 |
Color Harmonies of #949DA4
Complementary color
Monochromatic Colors of #949DA4
Black with #949DA4
Text Example
Text Example
White with #949DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949DA4; }
p { color: rgb(148,157,164); }
H1.HeaderClassName
{
color: #949DA4;
}
.AnyTagClassName
{
color: #949DA4;
}
</style>
background-color css
<style>
a { background-color: #949DA4; }
a { background-color: rgb(148,157,164); }
div.DivClassName
{
background-color: #949DA4;
}
.BgClassName
{
background-color: #949DA4;
}
</style>
border-color css
<style>
span { border-color: #949DA4; }
span { border-color: rgb(148,157,164); }
td.TdClassName
{
border-color: #949DA4;
}
.TagClassName
{
border-color: #949DA4;
}
</style>