Shades of Medium Slate Blue #865EF8
Tints of Medium Slate Blue #865EF8
RGB
CMYK
RGB Variations
Color information
#865EF8 (or 0x865EF8) is known color: Medium Slate Blue. HEX triplet: 86, 5E and F8. RGB value is (134,94,248). Sum of RGB (Red+Green+Blue) = 134+94+248=476 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.15% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 248 (97.27% from 255 or 52.10% from 476); Max value from RGB is 248 - color contains mainly: blue. Hex color #865EF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865EF8 is #79A107. Grayscale: #7A7A7A. Windows color (decimal): -7971080 or 16277126. OLE color: 16277126.
HSL color Cylindrical-coordinate representation of color #865EF8: hue angle of 255.58º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #865EF8 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 134 | 94 | 248 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.03 |
| HSL | 255.58º | 0.92% | 0.67% | - |
| HSV(B) | 255.58º | 0.62% | 0.97% | - |
| XYZ | 30.78 | 19.85 | 91.02 | - |
| YUV | 123.52 | 198.25 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 248 | 0.46 | 0.62 | 0 | 0.03 | 255.58 | 0.92 | 0.67 |
| Hex | 86 | 5E | F8 | 2E | 3E | 0 | 3 | 100 | 5C | 43 |
| Octal | 206 | 136 | 370 | 56 | 76 | 0 | 3 | 400 | 134 | 103 |
| Binary | 10000110 | 1011110 | 11111000 | 101110 | 111110 | 0 | 11 | 100000000 | 1011100 | 1000011 |
Color Harmonies of #865EF8
Complementary color
Monochromatic Colors of #865EF8
Black with #865EF8
Text Example
Text Example
White with #865EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865EF8; }
p { color: rgb(134,94,248); }
H1.HeaderClassName
{
color: #865EF8;
}
.AnyTagClassName
{
color: #865EF8;
}
</style>
background-color css
<style>
a { background-color: #865EF8; }
a { background-color: rgb(134,94,248); }
div.DivClassName
{
background-color: #865EF8;
}
.BgClassName
{
background-color: #865EF8;
}
</style>
border-color css
<style>
span { border-color: #865EF8; }
span { border-color: rgb(134,94,248); }
td.TdClassName
{
border-color: #865EF8;
}
.TagClassName
{
border-color: #865EF8;
}
</style>