Shades of Grey Suit #948FAD
Tints of Grey Suit #948FAD
RGB
CMYK
RGB Variations
Color information
#948FAD (or 0x948FAD) is known color: Grey Suit. HEX triplet: 94, 8F and AD. RGB value is (148,143,173). Sum of RGB (Red+Green+Blue) = 148+143+173=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 173 - color contains mainly: blue. Hex color #948FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948FAD is #6B7052. Grayscale: #939393. Windows color (decimal): -7041107 or 11374484. OLE color: 11374484.
HSL color Cylindrical-coordinate representation of color #948FAD: hue angle of 250º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #948FAD is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 143 | 173 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.32 |
| HSL | 250º | 0.15% | 0.62% | - |
| HSV(B) | 250º | 0.17% | 0.68% | - |
| XYZ | 29.58 | 28.96 | 43.57 | - |
| YUV | 147.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 143 | 173 | 0.14 | 0.17 | 0 | 0.32 | 250 | 0.15 | 0.62 |
| Hex | 94 | 8F | AD | E | 11 | 0 | 20 | FA | F | 3E |
| Octal | 224 | 217 | 255 | 16 | 21 | 0 | 40 | 372 | 17 | 76 |
| Binary | 10010100 | 10001111 | 10101101 | 1110 | 10001 | 0 | 100000 | 11111010 | 1111 | 111110 |
Color Harmonies of #948FAD
Complementary color
Monochromatic Colors of #948FAD
Black with #948FAD
Text Example
Text Example
White with #948FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948FAD; }
p { color: rgb(148,143,173); }
H1.HeaderClassName
{
color: #948FAD;
}
.AnyTagClassName
{
color: #948FAD;
}
</style>
background-color css
<style>
a { background-color: #948FAD; }
a { background-color: rgb(148,143,173); }
div.DivClassName
{
background-color: #948FAD;
}
.BgClassName
{
background-color: #948FAD;
}
</style>
border-color css
<style>
span { border-color: #948FAD; }
span { border-color: rgb(148,143,173); }
td.TdClassName
{
border-color: #948FAD;
}
.TagClassName
{
border-color: #948FAD;
}
</style>