Shades of Grey Suit #988FAC
Tints of Grey Suit #988FAC
RGB
CMYK
RGB Variations
Color information
#988FAC (or 0x988FAC) is known color: Grey Suit. HEX triplet: 98, 8F and AC. RGB value is (152,143,172). Sum of RGB (Red+Green+Blue) = 152+143+172=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 172 - color contains mainly: blue. Hex color #988FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988FAC is #677053. Grayscale: #949494. Windows color (decimal): -6778964 or 11308952. OLE color: 11308952.
HSL color Cylindrical-coordinate representation of color #988FAC: hue angle of 258.62º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #988FAC is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 143 | 172 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.33 |
| HSL | 258.62º | 0.15% | 0.62% | - |
| HSV(B) | 258.62º | 0.17% | 0.67% | - |
| XYZ | 30.22 | 29.3 | 43.09 | - |
| YUV | 149 | 140.98 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 143 | 172 | 0.12 | 0.17 | 0 | 0.33 | 258.62 | 0.15 | 0.62 |
| Hex | 98 | 8F | AC | C | 11 | 0 | 21 | 103 | F | 3E |
| Octal | 230 | 217 | 254 | 14 | 21 | 0 | 41 | 403 | 17 | 76 |
| Binary | 10011000 | 10001111 | 10101100 | 1100 | 10001 | 0 | 100001 | 100000011 | 1111 | 111110 |
Color Harmonies of #988FAC
Complementary color
Monochromatic Colors of #988FAC
Black with #988FAC
Text Example
Text Example
White with #988FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988FAC; }
p { color: rgb(152,143,172); }
H1.HeaderClassName
{
color: #988FAC;
}
.AnyTagClassName
{
color: #988FAC;
}
</style>
background-color css
<style>
a { background-color: #988FAC; }
a { background-color: rgb(152,143,172); }
div.DivClassName
{
background-color: #988FAC;
}
.BgClassName
{
background-color: #988FAC;
}
</style>
border-color css
<style>
span { border-color: #988FAC; }
span { border-color: rgb(152,143,172); }
td.TdClassName
{
border-color: #988FAC;
}
.TagClassName
{
border-color: #988FAC;
}
</style>