Shades of Light Slate Blue #8682FF
Tints of Light Slate Blue #8682FF
RGB
CMYK
RGB Variations
Color information
#8682FF (or 0x8682FF) is known color: Light Slate Blue. HEX triplet: 86, 82 and FF. RGB value is (134,130,255). Sum of RGB (Red+Green+Blue) = 134+130+255=519 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.82% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #8682FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8682FF is #797D00. Grayscale: #909090. Windows color (decimal): -7961857 or 16745094. OLE color: 16745094.
HSL color Cylindrical-coordinate representation of color #8682FF: hue angle of 241.92º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8682FF is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 130 | 255 | - |
| CMYK | 0.47 | 0.49 | 0 | 0 |
| HSL | 241.92º | 1% | 0.75% | - |
| HSV(B) | 241.92º | 0.49% | 1% | - |
| XYZ | 35.86 | 28.25 | 98.17 | - |
| YUV | 145.45 | 189.83 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 130 | 255 | 0.47 | 0.49 | 0 | 0 | 241.92 | 1 | 0.75 |
| Hex | 86 | 82 | FF | 2F | 31 | 0 | 0 | F2 | 64 | 4B |
| Octal | 206 | 202 | 377 | 57 | 61 | 0 | 0 | 362 | 144 | 113 |
| Binary | 10000110 | 10000010 | 11111111 | 101111 | 110001 | 0 | 0 | 11110010 | 1100100 | 1001011 |
Color Harmonies of #8682FF
Complementary color
Monochromatic Colors of #8682FF
Black with #8682FF
Text Example
Text Example
White with #8682FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8682FF; }
p { color: rgb(134,130,255); }
H1.HeaderClassName
{
color: #8682FF;
}
.AnyTagClassName
{
color: #8682FF;
}
</style>
background-color css
<style>
a { background-color: #8682FF; }
a { background-color: rgb(134,130,255); }
div.DivClassName
{
background-color: #8682FF;
}
.BgClassName
{
background-color: #8682FF;
}
</style>
border-color css
<style>
span { border-color: #8682FF; }
span { border-color: rgb(134,130,255); }
td.TdClassName
{
border-color: #8682FF;
}
.TagClassName
{
border-color: #8682FF;
}
</style>