Shades of Medium Slate Blue #865AEC
Tints of Medium Slate Blue #865AEC
RGB
CMYK
RGB Variations
Color information
#865AEC (or 0x865AEC) is known color: Medium Slate Blue. HEX triplet: 86, 5A and EC. RGB value is (134,90,236). Sum of RGB (Red+Green+Blue) = 134+90+236=460 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.13% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #865AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865AEC is #79A513. Grayscale: #777777. Windows color (decimal): -7972116 or 15489670. OLE color: 15489670.
HSL color Cylindrical-coordinate representation of color #865AEC: hue angle of 258.08º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #865AEC is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 90 | 236 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.07 |
| HSL | 258.08º | 0.79% | 0.64% | - |
| HSV(B) | 258.08º | 0.62% | 0.93% | - |
| XYZ | 28.63 | 18.44 | 81.41 | - |
| YUV | 119.8 | 193.58 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 90 | 236 | 0.43 | 0.62 | 0 | 0.07 | 258.08 | 0.79 | 0.64 |
| Hex | 86 | 5A | EC | 2B | 3E | 0 | 7 | 102 | 4F | 40 |
| Octal | 206 | 132 | 354 | 53 | 76 | 0 | 7 | 402 | 117 | 100 |
| Binary | 10000110 | 1011010 | 11101100 | 101011 | 111110 | 0 | 111 | 100000010 | 1001111 | 1000000 |
Color Harmonies of #865AEC
Complementary color
Monochromatic Colors of #865AEC
Black with #865AEC
Text Example
Text Example
White with #865AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865AEC; }
p { color: rgb(134,90,236); }
H1.HeaderClassName
{
color: #865AEC;
}
.AnyTagClassName
{
color: #865AEC;
}
</style>
background-color css
<style>
a { background-color: #865AEC; }
a { background-color: rgb(134,90,236); }
div.DivClassName
{
background-color: #865AEC;
}
.BgClassName
{
background-color: #865AEC;
}
</style>
border-color css
<style>
span { border-color: #865AEC; }
span { border-color: rgb(134,90,236); }
td.TdClassName
{
border-color: #865AEC;
}
.TagClassName
{
border-color: #865AEC;
}
</style>