Shades of Grey Suit #948EA2
Tints of Grey Suit #948EA2
RGB
CMYK
RGB Variations
Color information
#948EA2 (or 0x948EA2) is known color: Grey Suit. HEX triplet: 94, 8E and A2. RGB value is (148,142,162). Sum of RGB (Red+Green+Blue) = 148+142+162=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 162 - color contains mainly: blue. Hex color #948EA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948EA2 is #6B715D. Grayscale: #929292. Windows color (decimal): -7041374 or 10653332. OLE color: 10653332.
HSL color Cylindrical-coordinate representation of color #948EA2: hue angle of 258º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #948EA2 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 142 | 162 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.36 |
| HSL | 258º | 0.1% | 0.6% | - |
| HSV(B) | 258º | 0.12% | 0.64% | - |
| XYZ | 28.41 | 28.25 | 38.14 | - |
| YUV | 146.07 | 136.99 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 142 | 162 | 0.09 | 0.12 | 0 | 0.36 | 258 | 0.1 | 0.6 |
| Hex | 94 | 8E | A2 | 9 | C | 0 | 24 | 102 | A | 3C |
| Octal | 224 | 216 | 242 | 11 | 14 | 0 | 44 | 402 | 12 | 74 |
| Binary | 10010100 | 10001110 | 10100010 | 1001 | 1100 | 0 | 100100 | 100000010 | 1010 | 111100 |
Color Harmonies of #948EA2
Complementary color
Monochromatic Colors of #948EA2
Black with #948EA2
Text Example
Text Example
White with #948EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948EA2; }
p { color: rgb(148,142,162); }
H1.HeaderClassName
{
color: #948EA2;
}
.AnyTagClassName
{
color: #948EA2;
}
</style>
background-color css
<style>
a { background-color: #948EA2; }
a { background-color: rgb(148,142,162); }
div.DivClassName
{
background-color: #948EA2;
}
.BgClassName
{
background-color: #948EA2;
}
</style>
border-color css
<style>
span { border-color: #948EA2; }
span { border-color: rgb(148,142,162); }
td.TdClassName
{
border-color: #948EA2;
}
.TagClassName
{
border-color: #948EA2;
}
</style>