Shades of Light Slate Blue #865AFE
Tints of Light Slate Blue #865AFE
RGB
CMYK
RGB Variations
Color information
#865AFE (or 0x865AFE) is known color: Light Slate Blue. HEX triplet: 86, 5A and FE. RGB value is (134,90,254). Sum of RGB (Red+Green+Blue) = 134+90+254=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #865AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865AFE is #79A501. Grayscale: #797979. Windows color (decimal): -7972098 or 16669318. OLE color: 16669318.
HSL color Cylindrical-coordinate representation of color #865AFE: hue angle of 256.1º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #865AFE is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 90 | 254 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.00 |
| HSL | 256.1º | 0.99% | 0.67% | - |
| HSV(B) | 256.1º | 0.65% | 1% | - |
| XYZ | 31.38 | 19.54 | 95.88 | - |
| YUV | 121.85 | 202.58 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 90 | 254 | 0.47 | 0.65 | 0 | 0.00 | 256.1 | 0.99 | 0.67 |
| Hex | 86 | 5A | FE | 2F | 41 | 0 | 0 | 100 | 63 | 43 |
| Octal | 206 | 132 | 376 | 57 | 101 | 0 | 0 | 400 | 143 | 103 |
| Binary | 10000110 | 1011010 | 11111110 | 101111 | 1000001 | 0 | 0 | 100000000 | 1100011 | 1000011 |
Color Harmonies of #865AFE
Complementary color
Monochromatic Colors of #865AFE
Black with #865AFE
Text Example
Text Example
White with #865AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865AFE; }
p { color: rgb(134,90,254); }
H1.HeaderClassName
{
color: #865AFE;
}
.AnyTagClassName
{
color: #865AFE;
}
</style>
background-color css
<style>
a { background-color: #865AFE; }
a { background-color: rgb(134,90,254); }
div.DivClassName
{
background-color: #865AFE;
}
.BgClassName
{
background-color: #865AFE;
}
</style>
border-color css
<style>
span { border-color: #865AFE; }
span { border-color: rgb(134,90,254); }
td.TdClassName
{
border-color: #865AFE;
}
.TagClassName
{
border-color: #865AFE;
}
</style>