Shades of Grey Suit #8A88B5
Tints of Grey Suit #8A88B5
RGB
CMYK
RGB Variations
Color information
#8A88B5 (or 0x8A88B5) is known color: Grey Suit. HEX triplet: 8A, 88 and B5. RGB value is (138,136,181). Sum of RGB (Red+Green+Blue) = 138+136+181=455 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.33% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 181 (71.09% from 255 or 39.78% from 455); Max value from RGB is 181 - color contains mainly: blue. Hex color #8A88B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A88B5 is #75774A. Grayscale: #8D8D8D. Windows color (decimal): -7698251 or 11896970. OLE color: 11896970.
HSL color Cylindrical-coordinate representation of color #8A88B5: hue angle of 242.67º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A88B5 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 136 | 181 | - |
| CMYK | 0.24 | 0.25 | 0 | 0.29 |
| HSL | 242.67º | 0.23% | 0.62% | - |
| HSV(B) | 242.67º | 0.25% | 0.71% | - |
| XYZ | 27.63 | 26.35 | 47.35 | - |
| YUV | 141.73 | 150.16 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 136 | 181 | 0.24 | 0.25 | 0 | 0.29 | 242.67 | 0.23 | 0.62 |
| Hex | 8A | 88 | B5 | 18 | 19 | 0 | 1D | F3 | 17 | 3E |
| Octal | 212 | 210 | 265 | 30 | 31 | 0 | 35 | 363 | 27 | 76 |
| Binary | 10001010 | 10001000 | 10110101 | 11000 | 11001 | 0 | 11101 | 11110011 | 10111 | 111110 |
Color Harmonies of #8A88B5
Complementary color
Monochromatic Colors of #8A88B5
Black with #8A88B5
Text Example
Text Example
White with #8A88B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A88B5; }
p { color: rgb(138,136,181); }
H1.HeaderClassName
{
color: #8A88B5;
}
.AnyTagClassName
{
color: #8A88B5;
}
</style>
background-color css
<style>
a { background-color: #8A88B5; }
a { background-color: rgb(138,136,181); }
div.DivClassName
{
background-color: #8A88B5;
}
.BgClassName
{
background-color: #8A88B5;
}
</style>
border-color css
<style>
span { border-color: #8A88B5; }
span { border-color: rgb(138,136,181); }
td.TdClassName
{
border-color: #8A88B5;
}
.TagClassName
{
border-color: #8A88B5;
}
</style>