Shades of Light Slate Blue #867FED
Tints of Light Slate Blue #867FED
RGB
CMYK
RGB Variations
Color information
#867FED (or 0x867FED) is known color: Light Slate Blue. HEX triplet: 86, 7F and ED. RGB value is (134,127,237). Sum of RGB (Red+Green+Blue) = 134+127+237=498 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.91% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #867FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867FED is #798012. Grayscale: #8D8D8D. Windows color (decimal): -7962643 or 15564678. OLE color: 15564678.
HSL color Cylindrical-coordinate representation of color #867FED: hue angle of 243.82º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #867FED is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 127 | 237 | - |
| CMYK | 0.43 | 0.46 | 0 | 0.07 |
| HSL | 243.82º | 0.75% | 0.71% | - |
| HSV(B) | 243.82º | 0.46% | 0.93% | - |
| XYZ | 32.71 | 26.36 | 83.49 | - |
| YUV | 141.63 | 181.82 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 127 | 237 | 0.43 | 0.46 | 0 | 0.07 | 243.82 | 0.75 | 0.71 |
| Hex | 86 | 7F | ED | 2B | 2E | 0 | 7 | F4 | 4B | 47 |
| Octal | 206 | 177 | 355 | 53 | 56 | 0 | 7 | 364 | 113 | 107 |
| Binary | 10000110 | 1111111 | 11101101 | 101011 | 101110 | 0 | 111 | 11110100 | 1001011 | 1000111 |
Color Harmonies of #867FED
Complementary color
Monochromatic Colors of #867FED
Black with #867FED
Text Example
Text Example
White with #867FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867FED; }
p { color: rgb(134,127,237); }
H1.HeaderClassName
{
color: #867FED;
}
.AnyTagClassName
{
color: #867FED;
}
</style>
background-color css
<style>
a { background-color: #867FED; }
a { background-color: rgb(134,127,237); }
div.DivClassName
{
background-color: #867FED;
}
.BgClassName
{
background-color: #867FED;
}
</style>
border-color css
<style>
span { border-color: #867FED; }
span { border-color: rgb(134,127,237); }
td.TdClassName
{
border-color: #867FED;
}
.TagClassName
{
border-color: #867FED;
}
</style>