Shades of Medium Slate Blue #8068DA
Tints of Medium Slate Blue #8068DA
RGB
CMYK
RGB Variations
Color information
#8068DA (or 0x8068DA) is known color: Medium Slate Blue. HEX triplet: 80, 68 and DA. RGB value is (128,104,218). Sum of RGB (Red+Green+Blue) = 128+104+218=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #8068DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8068DA is #7F9725. Grayscale: #7B7B7B. Windows color (decimal): -8361766 or 14313600. OLE color: 14313600.
HSL color Cylindrical-coordinate representation of color #8068DA: hue angle of 252.63º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8068DA is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 104 | 218 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.15 |
| HSL | 252.63º | 0.61% | 0.63% | - |
| HSV(B) | 252.63º | 0.52% | 0.85% | - |
| XYZ | 26.51 | 19.55 | 68.71 | - |
| YUV | 124.17 | 180.95 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 104 | 218 | 0.41 | 0.52 | 0 | 0.15 | 252.63 | 0.61 | 0.63 |
| Hex | 80 | 68 | DA | 29 | 34 | 0 | F | FD | 3D | 3F |
| Octal | 200 | 150 | 332 | 51 | 64 | 0 | 17 | 375 | 75 | 77 |
| Binary | 10000000 | 1101000 | 11011010 | 101001 | 110100 | 0 | 1111 | 11111101 | 111101 | 111111 |
Color Harmonies of #8068DA
Complementary color
Monochromatic Colors of #8068DA
Black with #8068DA
Text Example
Text Example
White with #8068DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8068DA; }
p { color: rgb(128,104,218); }
H1.HeaderClassName
{
color: #8068DA;
}
.AnyTagClassName
{
color: #8068DA;
}
</style>
background-color css
<style>
a { background-color: #8068DA; }
a { background-color: rgb(128,104,218); }
div.DivClassName
{
background-color: #8068DA;
}
.BgClassName
{
background-color: #8068DA;
}
</style>
border-color css
<style>
span { border-color: #8068DA; }
span { border-color: rgb(128,104,218); }
td.TdClassName
{
border-color: #8068DA;
}
.TagClassName
{
border-color: #8068DA;
}
</style>