Shades of Medium Slate Blue #8067DA
Tints of Medium Slate Blue #8067DA
RGB
CMYK
RGB Variations
Color information
#8067DA (or 0x8067DA) is known color: Medium Slate Blue. HEX triplet: 80, 67 and DA. RGB value is (128,103,218). Sum of RGB (Red+Green+Blue) = 128+103+218=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #8067DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8067DA is #7F9825. Grayscale: #7B7B7B. Windows color (decimal): -8362022 or 14313344. OLE color: 14313344.
HSL color Cylindrical-coordinate representation of color #8067DA: hue angle of 253.04º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8067DA is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 103 | 218 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.15 |
| HSL | 253.04º | 0.61% | 0.63% | - |
| HSV(B) | 253.04º | 0.53% | 0.85% | - |
| XYZ | 26.41 | 19.35 | 68.67 | - |
| YUV | 123.59 | 181.28 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 103 | 218 | 0.41 | 0.53 | 0 | 0.15 | 253.04 | 0.61 | 0.63 |
| Hex | 80 | 67 | DA | 29 | 35 | 0 | F | FD | 3D | 3F |
| Octal | 200 | 147 | 332 | 51 | 65 | 0 | 17 | 375 | 75 | 77 |
| Binary | 10000000 | 1100111 | 11011010 | 101001 | 110101 | 0 | 1111 | 11111101 | 111101 | 111111 |
Color Harmonies of #8067DA
Complementary color
Monochromatic Colors of #8067DA
Black with #8067DA
Text Example
Text Example
White with #8067DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8067DA; }
p { color: rgb(128,103,218); }
H1.HeaderClassName
{
color: #8067DA;
}
.AnyTagClassName
{
color: #8067DA;
}
</style>
background-color css
<style>
a { background-color: #8067DA; }
a { background-color: rgb(128,103,218); }
div.DivClassName
{
background-color: #8067DA;
}
.BgClassName
{
background-color: #8067DA;
}
</style>
border-color css
<style>
span { border-color: #8067DA; }
span { border-color: rgb(128,103,218); }
td.TdClassName
{
border-color: #8067DA;
}
.TagClassName
{
border-color: #8067DA;
}
</style>