Shades of Medium Slate Blue #8068DE
Tints of Medium Slate Blue #8068DE
RGB
CMYK
RGB Variations
Color information
#8068DE (or 0x8068DE) is known color: Medium Slate Blue. HEX triplet: 80, 68 and DE. RGB value is (128,104,222). Sum of RGB (Red+Green+Blue) = 128+104+222=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #8068DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8068DE is #7F9721. Grayscale: #7C7C7C. Windows color (decimal): -8361762 or 14575744. OLE color: 14575744.
HSL color Cylindrical-coordinate representation of color #8068DE: hue angle of 252.2º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8068DE is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 104 | 222 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.13 |
| HSL | 252.2º | 0.64% | 0.64% | - |
| HSV(B) | 252.2º | 0.53% | 0.87% | - |
| XYZ | 27.04 | 19.76 | 71.5 | - |
| YUV | 124.63 | 182.95 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 104 | 222 | 0.42 | 0.53 | 0 | 0.13 | 252.2 | 0.64 | 0.64 |
| Hex | 80 | 68 | DE | 2A | 35 | 0 | D | FC | 40 | 40 |
| Octal | 200 | 150 | 336 | 52 | 65 | 0 | 15 | 374 | 100 | 100 |
| Binary | 10000000 | 1101000 | 11011110 | 101010 | 110101 | 0 | 1101 | 11111100 | 1000000 | 1000000 |
Color Harmonies of #8068DE
Complementary color
Monochromatic Colors of #8068DE
Black with #8068DE
Text Example
Text Example
White with #8068DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8068DE; }
p { color: rgb(128,104,222); }
H1.HeaderClassName
{
color: #8068DE;
}
.AnyTagClassName
{
color: #8068DE;
}
</style>
background-color css
<style>
a { background-color: #8068DE; }
a { background-color: rgb(128,104,222); }
div.DivClassName
{
background-color: #8068DE;
}
.BgClassName
{
background-color: #8068DE;
}
</style>
border-color css
<style>
span { border-color: #8068DE; }
span { border-color: rgb(128,104,222); }
td.TdClassName
{
border-color: #8068DE;
}
.TagClassName
{
border-color: #8068DE;
}
</style>