Shades of Grey Suit #948E9D
Tints of Grey Suit #948E9D
RGB
CMYK
RGB Variations
Color information
#948E9D (or 0x948E9D) is known color: Grey Suit. HEX triplet: 94, 8E and 9D. RGB value is (148,142,157). Sum of RGB (Red+Green+Blue) = 148+142+157=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 157 - color contains mainly: blue. Hex color #948E9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948E9D is #6B7162. Grayscale: #919191. Windows color (decimal): -7041379 or 10325652. OLE color: 10325652.
HSL color Cylindrical-coordinate representation of color #948E9D: hue angle of 264º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #948E9D is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 142 | 157 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.38 |
| HSL | 264º | 0.07% | 0.59% | - |
| HSV(B) | 264º | 0.1% | 0.62% | - |
| XYZ | 27.97 | 28.08 | 35.84 | - |
| YUV | 145.5 | 134.49 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 142 | 157 | 0.06 | 0.10 | 0 | 0.38 | 264 | 0.07 | 0.59 |
| Hex | 94 | 8E | 9D | 6 | A | 0 | 26 | 108 | 7 | 3B |
| Octal | 224 | 216 | 235 | 6 | 12 | 0 | 46 | 410 | 7 | 73 |
| Binary | 10010100 | 10001110 | 10011101 | 110 | 1010 | 0 | 100110 | 100001000 | 111 | 111011 |
Color Harmonies of #948E9D
Complementary color
Monochromatic Colors of #948E9D
Black with #948E9D
Text Example
Text Example
White with #948E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948E9D; }
p { color: rgb(148,142,157); }
H1.HeaderClassName
{
color: #948E9D;
}
.AnyTagClassName
{
color: #948E9D;
}
</style>
background-color css
<style>
a { background-color: #948E9D; }
a { background-color: rgb(148,142,157); }
div.DivClassName
{
background-color: #948E9D;
}
.BgClassName
{
background-color: #948E9D;
}
</style>
border-color css
<style>
span { border-color: #948E9D; }
span { border-color: rgb(148,142,157); }
td.TdClassName
{
border-color: #948E9D;
}
.TagClassName
{
border-color: #948E9D;
}
</style>