Shades of Light Slate Blue #8686FE
Tints of Light Slate Blue #8686FE
RGB
CMYK
RGB Variations
Color information
#8686FE (or 0x8686FE) is known color: Light Slate Blue. HEX triplet: 86, 86 and FE. RGB value is (134,134,254). Sum of RGB (Red+Green+Blue) = 134+134+254=522 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.67% from 522); Green value is 134 (52.73% from 255 or 25.67% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #8686FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8686FE is #797901. Grayscale: #939393. Windows color (decimal): -7960834 or 16680582. OLE color: 16680582.
HSL color Cylindrical-coordinate representation of color #8686FE: hue angle of 240º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8686FE is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 134 | 254 | - |
| CMYK | 0.47 | 0.47 | 0 | 0.00 |
| HSL | 240º | 0.98% | 0.76% | - |
| HSV(B) | 240º | 0.47% | 1% | - |
| XYZ | 36.25 | 29.27 | 97.51 | - |
| YUV | 147.68 | 188 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 134 | 254 | 0.47 | 0.47 | 0 | 0.00 | 240 | 0.98 | 0.76 |
| Hex | 86 | 86 | FE | 2F | 2F | 0 | 0 | F0 | 62 | 4C |
| Octal | 206 | 206 | 376 | 57 | 57 | 0 | 0 | 360 | 142 | 114 |
| Binary | 10000110 | 10000110 | 11111110 | 101111 | 101111 | 0 | 0 | 11110000 | 1100010 | 1001100 |
Color Harmonies of #8686FE
Complementary color
Monochromatic Colors of #8686FE
Black with #8686FE
Text Example
Text Example
White with #8686FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8686FE; }
p { color: rgb(134,134,254); }
H1.HeaderClassName
{
color: #8686FE;
}
.AnyTagClassName
{
color: #8686FE;
}
</style>
background-color css
<style>
a { background-color: #8686FE; }
a { background-color: rgb(134,134,254); }
div.DivClassName
{
background-color: #8686FE;
}
.BgClassName
{
background-color: #8686FE;
}
</style>
border-color css
<style>
span { border-color: #8686FE; }
span { border-color: rgb(134,134,254); }
td.TdClassName
{
border-color: #8686FE;
}
.TagClassName
{
border-color: #8686FE;
}
</style>