Shades of Medium Slate Blue #8067EC
Tints of Medium Slate Blue #8067EC
RGB
CMYK
RGB Variations
Color information
#8067EC (or 0x8067EC) is known color: Medium Slate Blue. HEX triplet: 80, 67 and EC. RGB value is (128,103,236). Sum of RGB (Red+Green+Blue) = 128+103+236=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #8067EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8067EC is #7F9813. Grayscale: #7D7D7D. Windows color (decimal): -8362004 or 15492992. OLE color: 15492992.
HSL color Cylindrical-coordinate representation of color #8067EC: hue angle of 251.28º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8067EC is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 103 | 236 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.07 |
| HSL | 251.28º | 0.78% | 0.66% | - |
| HSV(B) | 251.28º | 0.56% | 0.93% | - |
| XYZ | 28.89 | 20.35 | 81.76 | - |
| YUV | 125.64 | 190.28 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 103 | 236 | 0.46 | 0.56 | 0 | 0.07 | 251.28 | 0.78 | 0.66 |
| Hex | 80 | 67 | EC | 2E | 38 | 0 | 7 | FB | 4E | 42 |
| Octal | 200 | 147 | 354 | 56 | 70 | 0 | 7 | 373 | 116 | 102 |
| Binary | 10000000 | 1100111 | 11101100 | 101110 | 111000 | 0 | 111 | 11111011 | 1001110 | 1000010 |
Color Harmonies of #8067EC
Complementary color
Monochromatic Colors of #8067EC
Black with #8067EC
Text Example
Text Example
White with #8067EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8067EC; }
p { color: rgb(128,103,236); }
H1.HeaderClassName
{
color: #8067EC;
}
.AnyTagClassName
{
color: #8067EC;
}
</style>
background-color css
<style>
a { background-color: #8067EC; }
a { background-color: rgb(128,103,236); }
div.DivClassName
{
background-color: #8067EC;
}
.BgClassName
{
background-color: #8067EC;
}
</style>
border-color css
<style>
span { border-color: #8067EC; }
span { border-color: rgb(128,103,236); }
td.TdClassName
{
border-color: #8067EC;
}
.TagClassName
{
border-color: #8067EC;
}
</style>