Shades of Medium Slate Blue #8174EC
Tints of Medium Slate Blue #8174EC
RGB
CMYK
RGB Variations
Color information
#8174EC (or 0x8174EC) is known color: Medium Slate Blue. HEX triplet: 81, 74 and EC. RGB value is (129,116,236). Sum of RGB (Red+Green+Blue) = 129+116+236=481 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.82% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #8174EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8174EC is #7E8B13. Grayscale: #858585. Windows color (decimal): -8293140 or 15496321. OLE color: 15496321.
HSL color Cylindrical-coordinate representation of color #8174EC: hue angle of 246.5º 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 #8174EC is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 116 | 236 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.07 |
| HSL | 246.5º | 0.76% | 0.69% | - |
| HSV(B) | 246.5º | 0.51% | 0.93% | - |
| XYZ | 30.44 | 23.21 | 82.23 | - |
| YUV | 133.57 | 185.81 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 116 | 236 | 0.45 | 0.51 | 0 | 0.07 | 246.5 | 0.76 | 0.69 |
| Hex | 81 | 74 | EC | 2D | 33 | 0 | 7 | F6 | 4C | 45 |
| Octal | 201 | 164 | 354 | 55 | 63 | 0 | 7 | 366 | 114 | 105 |
| Binary | 10000001 | 1110100 | 11101100 | 101101 | 110011 | 0 | 111 | 11110110 | 1001100 | 1000101 |
Color Harmonies of #8174EC
Complementary color
Monochromatic Colors of #8174EC
Black with #8174EC
Text Example
Text Example
White with #8174EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8174EC; }
p { color: rgb(129,116,236); }
H1.HeaderClassName
{
color: #8174EC;
}
.AnyTagClassName
{
color: #8174EC;
}
</style>
background-color css
<style>
a { background-color: #8174EC; }
a { background-color: rgb(129,116,236); }
div.DivClassName
{
background-color: #8174EC;
}
.BgClassName
{
background-color: #8174EC;
}
</style>
border-color css
<style>
span { border-color: #8174EC; }
span { border-color: rgb(129,116,236); }
td.TdClassName
{
border-color: #8174EC;
}
.TagClassName
{
border-color: #8174EC;
}
</style>