Shades of Grey Suit #8884B2
Tints of Grey Suit #8884B2
RGB
CMYK
RGB Variations
Color information
#8884B2 (or 0x8884B2) is known color: Grey Suit. HEX triplet: 88, 84 and B2. RGB value is (136,132,178). Sum of RGB (Red+Green+Blue) = 136+132+178=446 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.49% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 178 - color contains mainly: blue. Hex color #8884B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8884B2 is #777B4D. Grayscale: #8A8A8A. Windows color (decimal): -7830350 or 11699336. OLE color: 11699336.
HSL color Cylindrical-coordinate representation of color #8884B2: hue angle of 245.22º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8884B2 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 136 | 132 | 178 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.30 |
| HSL | 245.22º | 0.23% | 0.61% | - |
| HSV(B) | 245.22º | 0.26% | 0.7% | - |
| XYZ | 26.44 | 24.95 | 45.54 | - |
| YUV | 138.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 132 | 178 | 0.24 | 0.26 | 0 | 0.30 | 245.22 | 0.23 | 0.61 |
| Hex | 88 | 84 | B2 | 18 | 1A | 0 | 1E | F5 | 17 | 3D |
| Octal | 210 | 204 | 262 | 30 | 32 | 0 | 36 | 365 | 27 | 75 |
| Binary | 10001000 | 10000100 | 10110010 | 11000 | 11010 | 0 | 11110 | 11110101 | 10111 | 111101 |
Color Harmonies of #8884B2
Complementary color
Monochromatic Colors of #8884B2
Black with #8884B2
Text Example
Text Example
White with #8884B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8884B2; }
p { color: rgb(136,132,178); }
H1.HeaderClassName
{
color: #8884B2;
}
.AnyTagClassName
{
color: #8884B2;
}
</style>
background-color css
<style>
a { background-color: #8884B2; }
a { background-color: rgb(136,132,178); }
div.DivClassName
{
background-color: #8884B2;
}
.BgClassName
{
background-color: #8884B2;
}
</style>
border-color css
<style>
span { border-color: #8884B2; }
span { border-color: rgb(136,132,178); }
td.TdClassName
{
border-color: #8884B2;
}
.TagClassName
{
border-color: #8884B2;
}
</style>