Shades of Light Slate Blue #865AFD
Tints of Light Slate Blue #865AFD
RGB
CMYK
RGB Variations
Color information
#865AFD (or 0x865AFD) is known color: Light Slate Blue. HEX triplet: 86, 5A and FD. RGB value is (134,90,253). Sum of RGB (Red+Green+Blue) = 134+90+253=477 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.09% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #865AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865AFD is #79A502. Grayscale: #797979. Windows color (decimal): -7972099 or 16603782. OLE color: 16603782.
HSL color Cylindrical-coordinate representation of color #865AFD: hue angle of 256.2º 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 #865AFD is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 90 | 253 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.01 |
| HSL | 256.2º | 0.98% | 0.67% | - |
| HSV(B) | 256.2º | 0.64% | 0.99% | - |
| XYZ | 31.22 | 19.47 | 95.04 | - |
| YUV | 121.74 | 202.08 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 90 | 253 | 0.47 | 0.64 | 0 | 0.01 | 256.2 | 0.98 | 0.67 |
| Hex | 86 | 5A | FD | 2F | 40 | 0 | 1 | 100 | 62 | 43 |
| Octal | 206 | 132 | 375 | 57 | 100 | 0 | 1 | 400 | 142 | 103 |
| Binary | 10000110 | 1011010 | 11111101 | 101111 | 1000000 | 0 | 1 | 100000000 | 1100010 | 1000011 |
Color Harmonies of #865AFD
Complementary color
Monochromatic Colors of #865AFD
Black with #865AFD
Text Example
Text Example
White with #865AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865AFD; }
p { color: rgb(134,90,253); }
H1.HeaderClassName
{
color: #865AFD;
}
.AnyTagClassName
{
color: #865AFD;
}
</style>
background-color css
<style>
a { background-color: #865AFD; }
a { background-color: rgb(134,90,253); }
div.DivClassName
{
background-color: #865AFD;
}
.BgClassName
{
background-color: #865AFD;
}
</style>
border-color css
<style>
span { border-color: #865AFD; }
span { border-color: rgb(134,90,253); }
td.TdClassName
{
border-color: #865AFD;
}
.TagClassName
{
border-color: #865AFD;
}
</style>