Shades of Light Slate Blue #865FFA
Tints of Light Slate Blue #865FFA
RGB
CMYK
RGB Variations
Color information
#865FFA (or 0x865FFA) is known color: Light Slate Blue. HEX triplet: 86, 5F and FA. RGB value is (134,95,250). Sum of RGB (Red+Green+Blue) = 134+95+250=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #865FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865FFA is #79A005. Grayscale: #7B7B7B. Windows color (decimal): -7970822 or 16408454. OLE color: 16408454.
HSL color Cylindrical-coordinate representation of color #865FFA: hue angle of 255.1º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #865FFA is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 95 | 250 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.02 |
| HSL | 255.1º | 0.94% | 0.68% | - |
| HSV(B) | 255.1º | 0.62% | 0.98% | - |
| XYZ | 31.18 | 20.15 | 92.69 | - |
| YUV | 124.33 | 198.92 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 95 | 250 | 0.46 | 0.62 | 0 | 0.02 | 255.1 | 0.94 | 0.68 |
| Hex | 86 | 5F | FA | 2E | 3E | 0 | 2 | FF | 5E | 44 |
| Octal | 206 | 137 | 372 | 56 | 76 | 0 | 2 | 377 | 136 | 104 |
| Binary | 10000110 | 1011111 | 11111010 | 101110 | 111110 | 0 | 10 | 11111111 | 1011110 | 1000100 |
Color Harmonies of #865FFA
Complementary color
Monochromatic Colors of #865FFA
Black with #865FFA
Text Example
Text Example
White with #865FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865FFA; }
p { color: rgb(134,95,250); }
H1.HeaderClassName
{
color: #865FFA;
}
.AnyTagClassName
{
color: #865FFA;
}
</style>
background-color css
<style>
a { background-color: #865FFA; }
a { background-color: rgb(134,95,250); }
div.DivClassName
{
background-color: #865FFA;
}
.BgClassName
{
background-color: #865FFA;
}
</style>
border-color css
<style>
span { border-color: #865FFA; }
span { border-color: rgb(134,95,250); }
td.TdClassName
{
border-color: #865FFA;
}
.TagClassName
{
border-color: #865FFA;
}
</style>