Shades of Grey Chateau #949CA4
Tints of Grey Chateau #949CA4
RGB
CMYK
RGB Variations
Color information
#949CA4 (or 0x949CA4) is known color: Grey Chateau. HEX triplet: 94, 9C and A4. RGB value is (148,156,164). Sum of RGB (Red+Green+Blue) = 148+156+164=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 164 - color contains mainly: blue. Hex color #949CA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949CA4 is #6B635B. Grayscale: #9A9A9A. Windows color (decimal): -7037788 or 10787988. OLE color: 10787988.
HSL color Cylindrical-coordinate representation of color #949CA4: hue angle of 210º 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 #949CA4 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 156 | 164 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.36 |
| HSL | 210º | 0.08% | 0.61% | - |
| HSV(B) | 210º | 0.1% | 0.64% | - |
| XYZ | 30.8 | 32.75 | 39.82 | - |
| YUV | 154.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 156 | 164 | 0.10 | 0.05 | 0 | 0.36 | 210 | 0.08 | 0.61 |
| Hex | 94 | 9C | A4 | A | 5 | 0 | 24 | D2 | 8 | 3D |
| Octal | 224 | 234 | 244 | 12 | 5 | 0 | 44 | 322 | 10 | 75 |
| Binary | 10010100 | 10011100 | 10100100 | 1010 | 101 | 0 | 100100 | 11010010 | 1000 | 111101 |
Color Harmonies of #949CA4
Complementary color
Monochromatic Colors of #949CA4
Black with #949CA4
Text Example
Text Example
White with #949CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949CA4; }
p { color: rgb(148,156,164); }
H1.HeaderClassName
{
color: #949CA4;
}
.AnyTagClassName
{
color: #949CA4;
}
</style>
background-color css
<style>
a { background-color: #949CA4; }
a { background-color: rgb(148,156,164); }
div.DivClassName
{
background-color: #949CA4;
}
.BgClassName
{
background-color: #949CA4;
}
</style>
border-color css
<style>
span { border-color: #949CA4; }
span { border-color: rgb(148,156,164); }
td.TdClassName
{
border-color: #949CA4;
}
.TagClassName
{
border-color: #949CA4;
}
</style>