Shades of Grey Chateau #949EA4
Tints of Grey Chateau #949EA4
RGB
CMYK
RGB Variations
Color information
#949EA4 (or 0x949EA4) is known color: Grey Chateau. HEX triplet: 94, 9E and A4. RGB value is (148,158,164). Sum of RGB (Red+Green+Blue) = 148+158+164=470 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.49% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 164 (64.45% from 255 or 34.89% from 470); Max value from RGB is 164 - color contains mainly: blue. Hex color #949EA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949EA4 is #6B615B. Grayscale: #9B9B9B. Windows color (decimal): -7037276 or 10788500. OLE color: 10788500.
HSL color Cylindrical-coordinate representation of color #949EA4: hue angle of 202.5º 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 #949EA4 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 158 | 164 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.36 |
| HSL | 202.5º | 0.08% | 0.61% | - |
| HSV(B) | 202.5º | 0.1% | 0.64% | - |
| XYZ | 31.14 | 33.43 | 39.93 | - |
| YUV | 155.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 158 | 164 | 0.10 | 0.04 | 0 | 0.36 | 202.5 | 0.08 | 0.61 |
| Hex | 94 | 9E | A4 | A | 4 | 0 | 24 | CA | 8 | 3D |
| Octal | 224 | 236 | 244 | 12 | 4 | 0 | 44 | 312 | 10 | 75 |
| Binary | 10010100 | 10011110 | 10100100 | 1010 | 100 | 0 | 100100 | 11001010 | 1000 | 111101 |
Color Harmonies of #949EA4
Complementary color
Monochromatic Colors of #949EA4
Black with #949EA4
Text Example
Text Example
White with #949EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949EA4; }
p { color: rgb(148,158,164); }
H1.HeaderClassName
{
color: #949EA4;
}
.AnyTagClassName
{
color: #949EA4;
}
</style>
background-color css
<style>
a { background-color: #949EA4; }
a { background-color: rgb(148,158,164); }
div.DivClassName
{
background-color: #949EA4;
}
.BgClassName
{
background-color: #949EA4;
}
</style>
border-color css
<style>
span { border-color: #949EA4; }
span { border-color: rgb(148,158,164); }
td.TdClassName
{
border-color: #949EA4;
}
.TagClassName
{
border-color: #949EA4;
}
</style>