Shades of Grey Suit #8683AB
Tints of Grey Suit #8683AB
RGB
CMYK
RGB Variations
Color information
#8683AB (or 0x8683AB) is known color: Grey Suit. HEX triplet: 86, 83 and AB. RGB value is (134,131,171). Sum of RGB (Red+Green+Blue) = 134+131+171=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #8683AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8683AB is #797C54. Grayscale: #888888. Windows color (decimal): -7961685 or 11240326. OLE color: 11240326.
HSL color Cylindrical-coordinate representation of color #8683AB: hue angle of 244.5º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8683AB is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 131 | 171 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.33 |
| HSL | 244.5º | 0.19% | 0.59% | - |
| HSV(B) | 244.5º | 0.23% | 0.67% | - |
| XYZ | 25.3 | 24.24 | 41.87 | - |
| YUV | 136.46 | 147.49 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 131 | 171 | 0.22 | 0.23 | 0 | 0.33 | 244.5 | 0.19 | 0.59 |
| Hex | 86 | 83 | AB | 16 | 17 | 0 | 21 | F4 | 13 | 3B |
| Octal | 206 | 203 | 253 | 26 | 27 | 0 | 41 | 364 | 23 | 73 |
| Binary | 10000110 | 10000011 | 10101011 | 10110 | 10111 | 0 | 100001 | 11110100 | 10011 | 111011 |
Color Harmonies of #8683AB
Complementary color
Monochromatic Colors of #8683AB
Black with #8683AB
Text Example
Text Example
White with #8683AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8683AB; }
p { color: rgb(134,131,171); }
H1.HeaderClassName
{
color: #8683AB;
}
.AnyTagClassName
{
color: #8683AB;
}
</style>
background-color css
<style>
a { background-color: #8683AB; }
a { background-color: rgb(134,131,171); }
div.DivClassName
{
background-color: #8683AB;
}
.BgClassName
{
background-color: #8683AB;
}
</style>
border-color css
<style>
span { border-color: #8683AB; }
span { border-color: rgb(134,131,171); }
td.TdClassName
{
border-color: #8683AB;
}
.TagClassName
{
border-color: #8683AB;
}
</style>