Shades of Light Slate Blue #867DFF
Tints of Light Slate Blue #867DFF
RGB
CMYK
RGB Variations
Color information
#867DFF (or 0x867DFF) is known color: Light Slate Blue. HEX triplet: 86, 7D and FF. RGB value is (134,125,255). Sum of RGB (Red+Green+Blue) = 134+125+255=514 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.07% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #867DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867DFF is #798200. Grayscale: #8E8E8E. Windows color (decimal): -7963137 or 16743814. OLE color: 16743814.
HSL color Cylindrical-coordinate representation of color #867DFF: hue angle of 244.15º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #867DFF is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 125 | 255 | - |
| CMYK | 0.47 | 0.51 | 0 | 0 |
| HSL | 244.15º | 1% | 0.75% | - |
| HSV(B) | 244.15º | 0.51% | 1% | - |
| XYZ | 35.22 | 26.96 | 97.95 | - |
| YUV | 142.51 | 191.48 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 125 | 255 | 0.47 | 0.51 | 0 | 0 | 244.15 | 1 | 0.75 |
| Hex | 86 | 7D | FF | 2F | 33 | 0 | 0 | F4 | 64 | 4B |
| Octal | 206 | 175 | 377 | 57 | 63 | 0 | 0 | 364 | 144 | 113 |
| Binary | 10000110 | 1111101 | 11111111 | 101111 | 110011 | 0 | 0 | 11110100 | 1100100 | 1001011 |
Color Harmonies of #867DFF
Complementary color
Monochromatic Colors of #867DFF
Black with #867DFF
Text Example
Text Example
White with #867DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867DFF; }
p { color: rgb(134,125,255); }
H1.HeaderClassName
{
color: #867DFF;
}
.AnyTagClassName
{
color: #867DFF;
}
</style>
background-color css
<style>
a { background-color: #867DFF; }
a { background-color: rgb(134,125,255); }
div.DivClassName
{
background-color: #867DFF;
}
.BgClassName
{
background-color: #867DFF;
}
</style>
border-color css
<style>
span { border-color: #867DFF; }
span { border-color: rgb(134,125,255); }
td.TdClassName
{
border-color: #867DFF;
}
.TagClassName
{
border-color: #867DFF;
}
</style>