Shades of Grey Suit #8B88AC
Tints of Grey Suit #8B88AC
RGB
CMYK
RGB Variations
Color information
#8B88AC (or 0x8B88AC) is known color: Grey Suit. HEX triplet: 8B, 88 and AC. RGB value is (139,136,172). Sum of RGB (Red+Green+Blue) = 139+136+172=447 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.10% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B88AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B88AC is #747753. Grayscale: #8C8C8C. Windows color (decimal): -7632724 or 11307147. OLE color: 11307147.
HSL color Cylindrical-coordinate representation of color #8B88AC: hue angle of 245º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8B88AC is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 136 | 172 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.33 |
| HSL | 245º | 0.18% | 0.6% | - |
| HSV(B) | 245º | 0.21% | 0.67% | - |
| XYZ | 26.9 | 26.08 | 42.65 | - |
| YUV | 141 | 145.49 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 136 | 172 | 0.19 | 0.21 | 0 | 0.33 | 245 | 0.18 | 0.6 |
| Hex | 8B | 88 | AC | 13 | 15 | 0 | 21 | F5 | 12 | 3C |
| Octal | 213 | 210 | 254 | 23 | 25 | 0 | 41 | 365 | 22 | 74 |
| Binary | 10001011 | 10001000 | 10101100 | 10011 | 10101 | 0 | 100001 | 11110101 | 10010 | 111100 |
Color Harmonies of #8B88AC
Complementary color
Monochromatic Colors of #8B88AC
Black with #8B88AC
Text Example
Text Example
White with #8B88AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B88AC; }
p { color: rgb(139,136,172); }
H1.HeaderClassName
{
color: #8B88AC;
}
.AnyTagClassName
{
color: #8B88AC;
}
</style>
background-color css
<style>
a { background-color: #8B88AC; }
a { background-color: rgb(139,136,172); }
div.DivClassName
{
background-color: #8B88AC;
}
.BgClassName
{
background-color: #8B88AC;
}
</style>
border-color css
<style>
span { border-color: #8B88AC; }
span { border-color: rgb(139,136,172); }
td.TdClassName
{
border-color: #8B88AC;
}
.TagClassName
{
border-color: #8B88AC;
}
</style>