Shades of Medium Slate Blue #865AF4
Tints of Medium Slate Blue #865AF4
RGB
CMYK
RGB Variations
Color information
#865AF4 (or 0x865AF4) is known color: Medium Slate Blue. HEX triplet: 86, 5A and F4. RGB value is (134,90,244). Sum of RGB (Red+Green+Blue) = 134+90+244=468 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.63% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 244 (95.70% from 255 or 52.14% from 468); Max value from RGB is 244 - color contains mainly: blue. Hex color #865AF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865AF4 is #79A50B. Grayscale: #787878. Windows color (decimal): -7972108 or 16013958. OLE color: 16013958.
HSL color Cylindrical-coordinate representation of color #865AF4: hue angle of 257.14º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #865AF4 is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 90 | 244 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.04 |
| HSL | 257.14º | 0.88% | 0.65% | - |
| HSV(B) | 257.14º | 0.63% | 0.96% | - |
| XYZ | 29.82 | 18.91 | 87.67 | - |
| YUV | 120.71 | 197.58 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 90 | 244 | 0.45 | 0.63 | 0 | 0.04 | 257.14 | 0.88 | 0.65 |
| Hex | 86 | 5A | F4 | 2D | 3F | 0 | 4 | 101 | 58 | 41 |
| Octal | 206 | 132 | 364 | 55 | 77 | 0 | 4 | 401 | 130 | 101 |
| Binary | 10000110 | 1011010 | 11110100 | 101101 | 111111 | 0 | 100 | 100000001 | 1011000 | 1000001 |
Color Harmonies of #865AF4
Complementary color
Monochromatic Colors of #865AF4
Black with #865AF4
Text Example
Text Example
White with #865AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865AF4; }
p { color: rgb(134,90,244); }
H1.HeaderClassName
{
color: #865AF4;
}
.AnyTagClassName
{
color: #865AF4;
}
</style>
background-color css
<style>
a { background-color: #865AF4; }
a { background-color: rgb(134,90,244); }
div.DivClassName
{
background-color: #865AF4;
}
.BgClassName
{
background-color: #865AF4;
}
</style>
border-color css
<style>
span { border-color: #865AF4; }
span { border-color: rgb(134,90,244); }
td.TdClassName
{
border-color: #865AF4;
}
.TagClassName
{
border-color: #865AF4;
}
</style>