Shades of Grey Suit #8683A0
Tints of Grey Suit #8683A0
RGB
CMYK
RGB Variations
Color information
#8683A0 (or 0x8683A0) is known color: Grey Suit. HEX triplet: 86, 83 and A0. RGB value is (134,131,160). Sum of RGB (Red+Green+Blue) = 134+131+160=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 160 - color contains mainly: blue. Hex color #8683A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8683A0 is #797C5F. Grayscale: #878787. Windows color (decimal): -7961696 or 10519430. OLE color: 10519430.
HSL color Cylindrical-coordinate representation of color #8683A0: hue angle of 246.21º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8683A0 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 131 | 160 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.37 |
| HSL | 246.21º | 0.13% | 0.57% | - |
| HSV(B) | 246.21º | 0.18% | 0.63% | - |
| XYZ | 24.29 | 23.84 | 36.58 | - |
| YUV | 135.2 | 141.99 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 131 | 160 | 0.16 | 0.18 | 0 | 0.37 | 246.21 | 0.13 | 0.57 |
| Hex | 86 | 83 | A0 | 10 | 12 | 0 | 25 | F6 | D | 39 |
| Octal | 206 | 203 | 240 | 20 | 22 | 0 | 45 | 366 | 15 | 71 |
| Binary | 10000110 | 10000011 | 10100000 | 10000 | 10010 | 0 | 100101 | 11110110 | 1101 | 111001 |
Color Harmonies of #8683A0
Complementary color
Monochromatic Colors of #8683A0
Black with #8683A0
Text Example
Text Example
White with #8683A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8683A0; }
p { color: rgb(134,131,160); }
H1.HeaderClassName
{
color: #8683A0;
}
.AnyTagClassName
{
color: #8683A0;
}
</style>
background-color css
<style>
a { background-color: #8683A0; }
a { background-color: rgb(134,131,160); }
div.DivClassName
{
background-color: #8683A0;
}
.BgClassName
{
background-color: #8683A0;
}
</style>
border-color css
<style>
span { border-color: #8683A0; }
span { border-color: rgb(134,131,160); }
td.TdClassName
{
border-color: #8683A0;
}
.TagClassName
{
border-color: #8683A0;
}
</style>