Shades of Grey Suit #8882B0
Tints of Grey Suit #8882B0
RGB
CMYK
RGB Variations
Color information
#8882B0 (or 0x8882B0) is known color: Grey Suit. HEX triplet: 88, 82 and B0. RGB value is (136,130,176). Sum of RGB (Red+Green+Blue) = 136+130+176=442 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.77% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 176 (69.14% from 255 or 39.82% from 442); Max value from RGB is 176 - color contains mainly: blue. Hex color #8882B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8882B0 is #777D4F. Grayscale: #888888. Windows color (decimal): -7830864 or 11567752. OLE color: 11567752.
HSL color Cylindrical-coordinate representation of color #8882B0: hue angle of 247.83º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8882B0 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 130 | 176 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.31 |
| HSL | 247.83º | 0.23% | 0.6% | - |
| HSV(B) | 247.83º | 0.26% | 0.69% | - |
| XYZ | 25.97 | 24.33 | 44.4 | - |
| YUV | 137.04 | 149.99 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 130 | 176 | 0.23 | 0.26 | 0 | 0.31 | 247.83 | 0.23 | 0.6 |
| Hex | 88 | 82 | B0 | 17 | 1A | 0 | 1F | F8 | 17 | 3C |
| Octal | 210 | 202 | 260 | 27 | 32 | 0 | 37 | 370 | 27 | 74 |
| Binary | 10001000 | 10000010 | 10110000 | 10111 | 11010 | 0 | 11111 | 11111000 | 10111 | 111100 |
Color Harmonies of #8882B0
Complementary color
Monochromatic Colors of #8882B0
Black with #8882B0
Text Example
Text Example
White with #8882B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8882B0; }
p { color: rgb(136,130,176); }
H1.HeaderClassName
{
color: #8882B0;
}
.AnyTagClassName
{
color: #8882B0;
}
</style>
background-color css
<style>
a { background-color: #8882B0; }
a { background-color: rgb(136,130,176); }
div.DivClassName
{
background-color: #8882B0;
}
.BgClassName
{
background-color: #8882B0;
}
</style>
border-color css
<style>
span { border-color: #8882B0; }
span { border-color: rgb(136,130,176); }
td.TdClassName
{
border-color: #8882B0;
}
.TagClassName
{
border-color: #8882B0;
}
</style>