Shades of Medium Slate Blue #865CEA
Tints of Medium Slate Blue #865CEA
RGB
CMYK
RGB Variations
Color information
#865CEA (or 0x865CEA) is known color: Medium Slate Blue. HEX triplet: 86, 5C and EA. RGB value is (134,92,234). Sum of RGB (Red+Green+Blue) = 134+92+234=460 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.13% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #865CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865CEA is #79A315. Grayscale: #787878. Windows color (decimal): -7971606 or 15359110. OLE color: 15359110.
HSL color Cylindrical-coordinate representation of color #865CEA: hue angle of 257.75º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #865CEA is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 134 | 92 | 234 | - |
| CMYK | 0.43 | 0.61 | 0 | 0.08 |
| HSL | 257.75º | 0.77% | 0.64% | - |
| HSV(B) | 257.75º | 0.61% | 0.92% | - |
| XYZ | 28.51 | 18.66 | 79.94 | - |
| YUV | 120.75 | 191.91 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 234 | 0.43 | 0.61 | 0 | 0.08 | 257.75 | 0.77 | 0.64 |
| Hex | 86 | 5C | EA | 2B | 3D | 0 | 8 | 102 | 4D | 40 |
| Octal | 206 | 134 | 352 | 53 | 75 | 0 | 10 | 402 | 115 | 100 |
| Binary | 10000110 | 1011100 | 11101010 | 101011 | 111101 | 0 | 1000 | 100000010 | 1001101 | 1000000 |
Color Harmonies of #865CEA
Complementary color
Monochromatic Colors of #865CEA
Black with #865CEA
Text Example
Text Example
White with #865CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865CEA; }
p { color: rgb(134,92,234); }
H1.HeaderClassName
{
color: #865CEA;
}
.AnyTagClassName
{
color: #865CEA;
}
</style>
background-color css
<style>
a { background-color: #865CEA; }
a { background-color: rgb(134,92,234); }
div.DivClassName
{
background-color: #865CEA;
}
.BgClassName
{
background-color: #865CEA;
}
</style>
border-color css
<style>
span { border-color: #865CEA; }
span { border-color: rgb(134,92,234); }
td.TdClassName
{
border-color: #865CEA;
}
.TagClassName
{
border-color: #865CEA;
}
</style>