Shades of Medium Slate Blue #8274EC
Tints of Medium Slate Blue #8274EC
RGB
CMYK
RGB Variations
Color information
#8274EC (or 0x8274EC) is known color: Medium Slate Blue. HEX triplet: 82, 74 and EC. RGB value is (130,116,236). Sum of RGB (Red+Green+Blue) = 130+116+236=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #8274EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8274EC is #7D8B13. Grayscale: #858585. Windows color (decimal): -8227604 or 15496322. OLE color: 15496322.
HSL color Cylindrical-coordinate representation of color #8274EC: hue angle of 247º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8274EC is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 116 | 236 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.07 |
| HSL | 247º | 0.76% | 0.69% | - |
| HSV(B) | 247º | 0.51% | 0.93% | - |
| XYZ | 30.59 | 23.29 | 82.24 | - |
| YUV | 133.87 | 185.64 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 116 | 236 | 0.45 | 0.51 | 0 | 0.07 | 247 | 0.76 | 0.69 |
| Hex | 82 | 74 | EC | 2D | 33 | 0 | 7 | F7 | 4C | 45 |
| Octal | 202 | 164 | 354 | 55 | 63 | 0 | 7 | 367 | 114 | 105 |
| Binary | 10000010 | 1110100 | 11101100 | 101101 | 110011 | 0 | 111 | 11110111 | 1001100 | 1000101 |
Color Harmonies of #8274EC
Complementary color
Monochromatic Colors of #8274EC
Black with #8274EC
Text Example
Text Example
White with #8274EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8274EC; }
p { color: rgb(130,116,236); }
H1.HeaderClassName
{
color: #8274EC;
}
.AnyTagClassName
{
color: #8274EC;
}
</style>
background-color css
<style>
a { background-color: #8274EC; }
a { background-color: rgb(130,116,236); }
div.DivClassName
{
background-color: #8274EC;
}
.BgClassName
{
background-color: #8274EC;
}
</style>
border-color css
<style>
span { border-color: #8274EC; }
span { border-color: rgb(130,116,236); }
td.TdClassName
{
border-color: #8274EC;
}
.TagClassName
{
border-color: #8274EC;
}
</style>