Shades of Grey Suit #948EAE
Tints of Grey Suit #948EAE
RGB
CMYK
RGB Variations
Color information
#948EAE (or 0x948EAE) is known color: Grey Suit. HEX triplet: 94, 8E and AE. RGB value is (148,142,174). Sum of RGB (Red+Green+Blue) = 148+142+174=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 174 - color contains mainly: blue. Hex color #948EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948EAE is #6B7151. Grayscale: #939393. Windows color (decimal): -7041362 or 11439764. OLE color: 11439764.
HSL color Cylindrical-coordinate representation of color #948EAE: hue angle of 251.25º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #948EAE is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 142 | 174 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.32 |
| HSL | 251.25º | 0.16% | 0.62% | - |
| HSV(B) | 251.25º | 0.18% | 0.68% | - |
| XYZ | 29.53 | 28.7 | 44.03 | - |
| YUV | 147.44 | 142.99 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 142 | 174 | 0.15 | 0.18 | 0 | 0.32 | 251.25 | 0.16 | 0.62 |
| Hex | 94 | 8E | AE | F | 12 | 0 | 20 | FB | 10 | 3E |
| Octal | 224 | 216 | 256 | 17 | 22 | 0 | 40 | 373 | 20 | 76 |
| Binary | 10010100 | 10001110 | 10101110 | 1111 | 10010 | 0 | 100000 | 11111011 | 10000 | 111110 |
Color Harmonies of #948EAE
Complementary color
Monochromatic Colors of #948EAE
Black with #948EAE
Text Example
Text Example
White with #948EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948EAE; }
p { color: rgb(148,142,174); }
H1.HeaderClassName
{
color: #948EAE;
}
.AnyTagClassName
{
color: #948EAE;
}
</style>
background-color css
<style>
a { background-color: #948EAE; }
a { background-color: rgb(148,142,174); }
div.DivClassName
{
background-color: #948EAE;
}
.BgClassName
{
background-color: #948EAE;
}
</style>
border-color css
<style>
span { border-color: #948EAE; }
span { border-color: rgb(148,142,174); }
td.TdClassName
{
border-color: #948EAE;
}
.TagClassName
{
border-color: #948EAE;
}
</style>