Shades of Light Slate Blue #865FFF
Tints of Light Slate Blue #865FFF
RGB
CMYK
RGB Variations
Color information
#865FFF (or 0x865FFF) is known color: Light Slate Blue. HEX triplet: 86, 5F and FF. RGB value is (134,95,255). Sum of RGB (Red+Green+Blue) = 134+95+255=484 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.69% from 484); Green value is 95 (37.5% from 255 or 19.63% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #865FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865FFF is #79A000. Grayscale: #7C7C7C. Windows color (decimal): -7970817 or 16736134. OLE color: 16736134.
HSL color Cylindrical-coordinate representation of color #865FFF: hue angle of 254.62º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #865FFF is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 95 | 255 | - |
| CMYK | 0.47 | 0.63 | 0 | 0 |
| HSL | 254.63º | 1% | 0.69% | - |
| HSV(B) | 254.63º | 0.63% | 1% | - |
| XYZ | 31.97 | 20.47 | 96.87 | - |
| YUV | 124.9 | 201.42 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 95 | 255 | 0.47 | 0.63 | 0 | 0 | 254.63 | 1 | 0.69 |
| Hex | 86 | 5F | FF | 2F | 3F | 0 | 0 | FF | 64 | 45 |
| Octal | 206 | 137 | 377 | 57 | 77 | 0 | 0 | 377 | 144 | 105 |
| Binary | 10000110 | 1011111 | 11111111 | 101111 | 111111 | 0 | 0 | 11111111 | 1100100 | 1000101 |
Color Harmonies of #865FFF
Complementary color
Monochromatic Colors of #865FFF
Black with #865FFF
Text Example
Text Example
White with #865FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865FFF; }
p { color: rgb(134,95,255); }
H1.HeaderClassName
{
color: #865FFF;
}
.AnyTagClassName
{
color: #865FFF;
}
</style>
background-color css
<style>
a { background-color: #865FFF; }
a { background-color: rgb(134,95,255); }
div.DivClassName
{
background-color: #865FFF;
}
.BgClassName
{
background-color: #865FFF;
}
</style>
border-color css
<style>
span { border-color: #865FFF; }
span { border-color: rgb(134,95,255); }
td.TdClassName
{
border-color: #865FFF;
}
.TagClassName
{
border-color: #865FFF;
}
</style>