Shades of Grey Suit #8683AF
Tints of Grey Suit #8683AF
RGB
CMYK
RGB Variations
Color information
#8683AF (or 0x8683AF) is known color: Grey Suit. HEX triplet: 86, 83 and AF. RGB value is (134,131,175). Sum of RGB (Red+Green+Blue) = 134+131+175=440 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.45% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 175 - color contains mainly: blue. Hex color #8683AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8683AF is #797C50. Grayscale: #888888. Windows color (decimal): -7961681 or 11502470. OLE color: 11502470.
HSL color Cylindrical-coordinate representation of color #8683AF: hue angle of 244.09º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8683AF is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 131 | 175 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.31 |
| HSL | 244.09º | 0.22% | 0.6% | - |
| HSV(B) | 244.09º | 0.25% | 0.69% | - |
| XYZ | 25.69 | 24.4 | 43.91 | - |
| YUV | 136.91 | 149.49 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 131 | 175 | 0.23 | 0.25 | 0 | 0.31 | 244.09 | 0.22 | 0.6 |
| Hex | 86 | 83 | AF | 17 | 19 | 0 | 1F | F4 | 16 | 3C |
| Octal | 206 | 203 | 257 | 27 | 31 | 0 | 37 | 364 | 26 | 74 |
| Binary | 10000110 | 10000011 | 10101111 | 10111 | 11001 | 0 | 11111 | 11110100 | 10110 | 111100 |
Color Harmonies of #8683AF
Complementary color
Monochromatic Colors of #8683AF
Black with #8683AF
Text Example
Text Example
White with #8683AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8683AF; }
p { color: rgb(134,131,175); }
H1.HeaderClassName
{
color: #8683AF;
}
.AnyTagClassName
{
color: #8683AF;
}
</style>
background-color css
<style>
a { background-color: #8683AF; }
a { background-color: rgb(134,131,175); }
div.DivClassName
{
background-color: #8683AF;
}
.BgClassName
{
background-color: #8683AF;
}
</style>
border-color css
<style>
span { border-color: #8683AF; }
span { border-color: rgb(134,131,175); }
td.TdClassName
{
border-color: #8683AF;
}
.TagClassName
{
border-color: #8683AF;
}
</style>