Shades of Light Slate Blue #865CFF
Tints of Light Slate Blue #865CFF
RGB
CMYK
RGB Variations
Color information
#865CFF (or 0x865CFF) is known color: Light Slate Blue. HEX triplet: 86, 5C and FF. RGB value is (134,92,255). Sum of RGB (Red+Green+Blue) = 134+92+255=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #865CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865CFF is #79A300. Grayscale: #7A7A7A. Windows color (decimal): -7971585 or 16735366. OLE color: 16735366.
HSL color Cylindrical-coordinate representation of color #865CFF: hue angle of 255.46º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #865CFF is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 92 | 255 | - |
| CMYK | 0.47 | 0.64 | 0 | 0 |
| HSL | 255.46º | 1% | 0.68% | - |
| HSV(B) | 255.46º | 0.64% | 1% | - |
| XYZ | 31.71 | 19.94 | 96.79 | - |
| YUV | 123.14 | 202.41 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 255 | 0.47 | 0.64 | 0 | 0 | 255.46 | 1 | 0.68 |
| Hex | 86 | 5C | FF | 2F | 40 | 0 | 0 | FF | 64 | 44 |
| Octal | 206 | 134 | 377 | 57 | 100 | 0 | 0 | 377 | 144 | 104 |
| Binary | 10000110 | 1011100 | 11111111 | 101111 | 1000000 | 0 | 0 | 11111111 | 1100100 | 1000100 |
Color Harmonies of #865CFF
Complementary color
Monochromatic Colors of #865CFF
Black with #865CFF
Text Example
Text Example
White with #865CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865CFF; }
p { color: rgb(134,92,255); }
H1.HeaderClassName
{
color: #865CFF;
}
.AnyTagClassName
{
color: #865CFF;
}
</style>
background-color css
<style>
a { background-color: #865CFF; }
a { background-color: rgb(134,92,255); }
div.DivClassName
{
background-color: #865CFF;
}
.BgClassName
{
background-color: #865CFF;
}
</style>
border-color css
<style>
span { border-color: #865CFF; }
span { border-color: rgb(134,92,255); }
td.TdClassName
{
border-color: #865CFF;
}
.TagClassName
{
border-color: #865CFF;
}
</style>