Shades of Light Slate Blue #865BFD
Tints of Light Slate Blue #865BFD
RGB
CMYK
RGB Variations
Color information
#865BFD (or 0x865BFD) is known color: Light Slate Blue. HEX triplet: 86, 5B and FD. RGB value is (134,91,253). Sum of RGB (Red+Green+Blue) = 134+91+253=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 91 (35.94% from 255 or 19.04% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #865BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865BFD is #79A402. Grayscale: #797979. Windows color (decimal): -7971843 or 16604038. OLE color: 16604038.
HSL color Cylindrical-coordinate representation of color #865BFD: hue angle of 255.93º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #865BFD is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 91 | 253 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.01 |
| HSL | 255.93º | 0.98% | 0.67% | - |
| HSV(B) | 255.93º | 0.64% | 0.99% | - |
| XYZ | 31.3 | 19.64 | 95.07 | - |
| YUV | 122.33 | 201.75 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 253 | 0.47 | 0.64 | 0 | 0.01 | 255.93 | 0.98 | 0.67 |
| Hex | 86 | 5B | FD | 2F | 40 | 0 | 1 | 100 | 62 | 43 |
| Octal | 206 | 133 | 375 | 57 | 100 | 0 | 1 | 400 | 142 | 103 |
| Binary | 10000110 | 1011011 | 11111101 | 101111 | 1000000 | 0 | 1 | 100000000 | 1100010 | 1000011 |
Color Harmonies of #865BFD
Complementary color
Monochromatic Colors of #865BFD
Black with #865BFD
Text Example
Text Example
White with #865BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865BFD; }
p { color: rgb(134,91,253); }
H1.HeaderClassName
{
color: #865BFD;
}
.AnyTagClassName
{
color: #865BFD;
}
</style>
background-color css
<style>
a { background-color: #865BFD; }
a { background-color: rgb(134,91,253); }
div.DivClassName
{
background-color: #865BFD;
}
.BgClassName
{
background-color: #865BFD;
}
</style>
border-color css
<style>
span { border-color: #865BFD; }
span { border-color: rgb(134,91,253); }
td.TdClassName
{
border-color: #865BFD;
}
.TagClassName
{
border-color: #865BFD;
}
</style>