Shades of Grey Suit #948BAB
Tints of Grey Suit #948BAB
RGB
CMYK
RGB Variations
Color information
#948BAB (or 0x948BAB) is known color: Grey Suit. HEX triplet: 94, 8B and AB. RGB value is (148,139,171). Sum of RGB (Red+Green+Blue) = 148+139+171=458 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.31% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: blue. Hex color #948BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948BAB is #6B7454. Grayscale: #919191. Windows color (decimal): -7042133 or 11242388. OLE color: 11242388.
HSL color Cylindrical-coordinate representation of color #948BAB: hue angle of 256.88º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #948BAB is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 139 | 171 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.33 |
| HSL | 256.88º | 0.16% | 0.61% | - |
| HSV(B) | 256.88º | 0.19% | 0.67% | - |
| XYZ | 28.8 | 27.7 | 42.36 | - |
| YUV | 145.34 | 142.48 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 139 | 171 | 0.13 | 0.19 | 0 | 0.33 | 256.88 | 0.16 | 0.61 |
| Hex | 94 | 8B | AB | D | 13 | 0 | 21 | 101 | 10 | 3D |
| Octal | 224 | 213 | 253 | 15 | 23 | 0 | 41 | 401 | 20 | 75 |
| Binary | 10010100 | 10001011 | 10101011 | 1101 | 10011 | 0 | 100001 | 100000001 | 10000 | 111101 |
Color Harmonies of #948BAB
Complementary color
Monochromatic Colors of #948BAB
Black with #948BAB
Text Example
Text Example
White with #948BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948BAB; }
p { color: rgb(148,139,171); }
H1.HeaderClassName
{
color: #948BAB;
}
.AnyTagClassName
{
color: #948BAB;
}
</style>
background-color css
<style>
a { background-color: #948BAB; }
a { background-color: rgb(148,139,171); }
div.DivClassName
{
background-color: #948BAB;
}
.BgClassName
{
background-color: #948BAB;
}
</style>
border-color css
<style>
span { border-color: #948BAB; }
span { border-color: rgb(148,139,171); }
td.TdClassName
{
border-color: #948BAB;
}
.TagClassName
{
border-color: #948BAB;
}
</style>