Shades of Light Slate Blue #868EFF
Tints of Light Slate Blue #868EFF
RGB
CMYK
RGB Variations
Color information
#868EFF (or 0x868EFF) is known color: Light Slate Blue. HEX triplet: 86, 8E and FF. RGB value is (134,142,255). Sum of RGB (Red+Green+Blue) = 134+142+255=531 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.24% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #868EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868EFF is #797100. Grayscale: #989898. Windows color (decimal): -7958785 or 16748166. OLE color: 16748166.
HSL color Cylindrical-coordinate representation of color #868EFF: hue angle of 236.03º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #868EFF is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 142 | 255 | - |
| CMYK | 0.47 | 0.44 | 0 | 0 |
| HSL | 236.03º | 1% | 0.76% | - |
| HSV(B) | 236.03º | 0.47% | 1% | - |
| XYZ | 37.55 | 31.63 | 98.73 | - |
| YUV | 152.49 | 185.85 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 142 | 255 | 0.47 | 0.44 | 0 | 0 | 236.03 | 1 | 0.76 |
| Hex | 86 | 8E | FF | 2F | 2C | 0 | 0 | EC | 64 | 4C |
| Octal | 206 | 216 | 377 | 57 | 54 | 0 | 0 | 354 | 144 | 114 |
| Binary | 10000110 | 10001110 | 11111111 | 101111 | 101100 | 0 | 0 | 11101100 | 1100100 | 1001100 |
Color Harmonies of #868EFF
Complementary color
Monochromatic Colors of #868EFF
Black with #868EFF
Text Example
Text Example
White with #868EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868EFF; }
p { color: rgb(134,142,255); }
H1.HeaderClassName
{
color: #868EFF;
}
.AnyTagClassName
{
color: #868EFF;
}
</style>
background-color css
<style>
a { background-color: #868EFF; }
a { background-color: rgb(134,142,255); }
div.DivClassName
{
background-color: #868EFF;
}
.BgClassName
{
background-color: #868EFF;
}
</style>
border-color css
<style>
span { border-color: #868EFF; }
span { border-color: rgb(134,142,255); }
td.TdClassName
{
border-color: #868EFF;
}
.TagClassName
{
border-color: #868EFF;
}
</style>