Shades of Medium Slate Blue #8068EC
Tints of Medium Slate Blue #8068EC
RGB
CMYK
RGB Variations
Color information
#8068EC (or 0x8068EC) is known color: Medium Slate Blue. HEX triplet: 80, 68 and EC. RGB value is (128,104,236). Sum of RGB (Red+Green+Blue) = 128+104+236=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #8068EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8068EC is #7F9713. Grayscale: #7D7D7D. Windows color (decimal): -8361748 or 15493248. OLE color: 15493248.
HSL color Cylindrical-coordinate representation of color #8068EC: hue angle of 250.91º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8068EC is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 104 | 236 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.07 |
| HSL | 250.91º | 0.78% | 0.67% | - |
| HSV(B) | 250.91º | 0.56% | 0.93% | - |
| XYZ | 28.99 | 20.55 | 81.79 | - |
| YUV | 126.22 | 189.95 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 104 | 236 | 0.46 | 0.56 | 0 | 0.07 | 250.91 | 0.78 | 0.67 |
| Hex | 80 | 68 | EC | 2E | 38 | 0 | 7 | FB | 4E | 43 |
| Octal | 200 | 150 | 354 | 56 | 70 | 0 | 7 | 373 | 116 | 103 |
| Binary | 10000000 | 1101000 | 11101100 | 101110 | 111000 | 0 | 111 | 11111011 | 1001110 | 1000011 |
Color Harmonies of #8068EC
Complementary color
Monochromatic Colors of #8068EC
Black with #8068EC
Text Example
Text Example
White with #8068EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8068EC; }
p { color: rgb(128,104,236); }
H1.HeaderClassName
{
color: #8068EC;
}
.AnyTagClassName
{
color: #8068EC;
}
</style>
background-color css
<style>
a { background-color: #8068EC; }
a { background-color: rgb(128,104,236); }
div.DivClassName
{
background-color: #8068EC;
}
.BgClassName
{
background-color: #8068EC;
}
</style>
border-color css
<style>
span { border-color: #8068EC; }
span { border-color: rgb(128,104,236); }
td.TdClassName
{
border-color: #8068EC;
}
.TagClassName
{
border-color: #8068EC;
}
</style>