Shades of Grey Suit #888693
Tints of Grey Suit #888693
RGB
CMYK
RGB Variations
Color information
#888693 (or 0x888693) is known color: Grey Suit. HEX triplet: 88, 86 and 93. RGB value is (136,134,147). Sum of RGB (Red+Green+Blue) = 136+134+147=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 147 - color contains mainly: blue. Hex color #888693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888693 is #77796C. Grayscale: #888888. Windows color (decimal): -7829869 or 9668232. OLE color: 9668232.
HSL color Cylindrical-coordinate representation of color #888693: hue angle of 249.23º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #888693 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 134 | 147 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.42 |
| HSL | 249.23º | 0.06% | 0.55% | - |
| HSV(B) | 249.23º | 0.09% | 0.58% | - |
| XYZ | 23.94 | 24.39 | 31.05 | - |
| YUV | 136.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 134 | 147 | 0.07 | 0.09 | 0 | 0.42 | 249.23 | 0.06 | 0.55 |
| Hex | 88 | 86 | 93 | 7 | 9 | 0 | 2A | F9 | 6 | 37 |
| Octal | 210 | 206 | 223 | 7 | 11 | 0 | 52 | 371 | 6 | 67 |
| Binary | 10001000 | 10000110 | 10010011 | 111 | 1001 | 0 | 101010 | 11111001 | 110 | 110111 |
Color Harmonies of #888693
Complementary color
Monochromatic Colors of #888693
Black with #888693
Text Example
Text Example
White with #888693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888693; }
p { color: rgb(136,134,147); }
H1.HeaderClassName
{
color: #888693;
}
.AnyTagClassName
{
color: #888693;
}
</style>
background-color css
<style>
a { background-color: #888693; }
a { background-color: rgb(136,134,147); }
div.DivClassName
{
background-color: #888693;
}
.BgClassName
{
background-color: #888693;
}
</style>
border-color css
<style>
span { border-color: #888693; }
span { border-color: rgb(136,134,147); }
td.TdClassName
{
border-color: #888693;
}
.TagClassName
{
border-color: #888693;
}
</style>