Shades of Grey Chateau #949AA4
Tints of Grey Chateau #949AA4
RGB
CMYK
RGB Variations
Color information
#949AA4 (or 0x949AA4) is known color: Grey Chateau. HEX triplet: 94, 9A and A4. RGB value is (148,154,164). Sum of RGB (Red+Green+Blue) = 148+154+164=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 164 (64.45% from 255 or 35.19% from 466); Max value from RGB is 164 - color contains mainly: blue. Hex color #949AA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949AA4 is #6B655B. Grayscale: #999999. Windows color (decimal): -7038300 or 10787476. OLE color: 10787476.
HSL color Cylindrical-coordinate representation of color #949AA4: hue angle of 217.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 #949AA4 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 154 | 164 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.36 |
| HSL | 217.5º | 0.08% | 0.61% | - |
| HSV(B) | 217.5º | 0.1% | 0.64% | - |
| XYZ | 30.47 | 32.09 | 39.71 | - |
| YUV | 153.35 | 134.01 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 154 | 164 | 0.10 | 0.06 | 0 | 0.36 | 217.5 | 0.08 | 0.61 |
| Hex | 94 | 9A | A4 | A | 6 | 0 | 24 | DA | 8 | 3D |
| Octal | 224 | 232 | 244 | 12 | 6 | 0 | 44 | 332 | 10 | 75 |
| Binary | 10010100 | 10011010 | 10100100 | 1010 | 110 | 0 | 100100 | 11011010 | 1000 | 111101 |
Color Harmonies of #949AA4
Complementary color
Monochromatic Colors of #949AA4
Black with #949AA4
Text Example
Text Example
White with #949AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949AA4; }
p { color: rgb(148,154,164); }
H1.HeaderClassName
{
color: #949AA4;
}
.AnyTagClassName
{
color: #949AA4;
}
</style>
background-color css
<style>
a { background-color: #949AA4; }
a { background-color: rgb(148,154,164); }
div.DivClassName
{
background-color: #949AA4;
}
.BgClassName
{
background-color: #949AA4;
}
</style>
border-color css
<style>
span { border-color: #949AA4; }
span { border-color: rgb(148,154,164); }
td.TdClassName
{
border-color: #949AA4;
}
.TagClassName
{
border-color: #949AA4;
}
</style>