Shades of Medium Slate Blue #8068DC
Tints of Medium Slate Blue #8068DC
RGB
CMYK
RGB Variations
Color information
#8068DC (or 0x8068DC) is known color: Medium Slate Blue. HEX triplet: 80, 68 and DC. RGB value is (128,104,220). Sum of RGB (Red+Green+Blue) = 128+104+220=452 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.32% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #8068DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8068DC is #7F9723. Grayscale: #7B7B7B. Windows color (decimal): -8361764 or 14444672. OLE color: 14444672.
HSL color Cylindrical-coordinate representation of color #8068DC: hue angle of 252.41º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8068DC is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 104 | 220 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.14 |
| HSL | 252.41º | 0.62% | 0.64% | - |
| HSV(B) | 252.41º | 0.53% | 0.86% | - |
| XYZ | 26.77 | 19.66 | 70.09 | - |
| YUV | 124.4 | 181.95 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 104 | 220 | 0.42 | 0.53 | 0 | 0.14 | 252.41 | 0.62 | 0.64 |
| Hex | 80 | 68 | DC | 2A | 35 | 0 | E | FC | 3E | 40 |
| Octal | 200 | 150 | 334 | 52 | 65 | 0 | 16 | 374 | 76 | 100 |
| Binary | 10000000 | 1101000 | 11011100 | 101010 | 110101 | 0 | 1110 | 11111100 | 111110 | 1000000 |
Color Harmonies of #8068DC
Complementary color
Monochromatic Colors of #8068DC
Black with #8068DC
Text Example
Text Example
White with #8068DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8068DC; }
p { color: rgb(128,104,220); }
H1.HeaderClassName
{
color: #8068DC;
}
.AnyTagClassName
{
color: #8068DC;
}
</style>
background-color css
<style>
a { background-color: #8068DC; }
a { background-color: rgb(128,104,220); }
div.DivClassName
{
background-color: #8068DC;
}
.BgClassName
{
background-color: #8068DC;
}
</style>
border-color css
<style>
span { border-color: #8068DC; }
span { border-color: rgb(128,104,220); }
td.TdClassName
{
border-color: #8068DC;
}
.TagClassName
{
border-color: #8068DC;
}
</style>