Shades of Light Slate Blue #868FFE
Tints of Light Slate Blue #868FFE
RGB
CMYK
RGB Variations
Color information
#868FFE (or 0x868FFE) is known color: Light Slate Blue. HEX triplet: 86, 8F and FE. RGB value is (134,143,254). Sum of RGB (Red+Green+Blue) = 134+143+254=531 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.24% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #868FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868FFE is #797001. Grayscale: #989898. Windows color (decimal): -7958530 or 16682886. OLE color: 16682886.
HSL color Cylindrical-coordinate representation of color #868FFE: hue angle of 235.5º 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 #868FFE is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 143 | 254 | - |
| CMYK | 0.47 | 0.44 | 0 | 0.00 |
| HSL | 235.5º | 0.98% | 0.76% | - |
| HSV(B) | 235.5º | 0.47% | 1% | - |
| XYZ | 37.54 | 31.87 | 97.94 | - |
| YUV | 152.96 | 185.02 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 143 | 254 | 0.47 | 0.44 | 0 | 0.00 | 235.5 | 0.98 | 0.76 |
| Hex | 86 | 8F | FE | 2F | 2C | 0 | 0 | EC | 62 | 4C |
| Octal | 206 | 217 | 376 | 57 | 54 | 0 | 0 | 354 | 142 | 114 |
| Binary | 10000110 | 10001111 | 11111110 | 101111 | 101100 | 0 | 0 | 11101100 | 1100010 | 1001100 |
Color Harmonies of #868FFE
Complementary color
Monochromatic Colors of #868FFE
Black with #868FFE
Text Example
Text Example
White with #868FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868FFE; }
p { color: rgb(134,143,254); }
H1.HeaderClassName
{
color: #868FFE;
}
.AnyTagClassName
{
color: #868FFE;
}
</style>
background-color css
<style>
a { background-color: #868FFE; }
a { background-color: rgb(134,143,254); }
div.DivClassName
{
background-color: #868FFE;
}
.BgClassName
{
background-color: #868FFE;
}
</style>
border-color css
<style>
span { border-color: #868FFE; }
span { border-color: rgb(134,143,254); }
td.TdClassName
{
border-color: #868FFE;
}
.TagClassName
{
border-color: #868FFE;
}
</style>