Shades of Medium Slate Blue #8062DD
Tints of Medium Slate Blue #8062DD
RGB
CMYK
RGB Variations
Color information
#8062DD (or 0x8062DD) is known color: Medium Slate Blue. HEX triplet: 80, 62 and DD. RGB value is (128,98,221). Sum of RGB (Red+Green+Blue) = 128+98+221=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 98 (38.67% from 255 or 21.92% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #8062DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8062DD is #7F9D22. Grayscale: #787878. Windows color (decimal): -8363299 or 14508672. OLE color: 14508672.
HSL color Cylindrical-coordinate representation of color #8062DD: hue angle of 254.63º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8062DD is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 98 | 221 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.13 |
| HSL | 254.63º | 0.64% | 0.63% | - |
| HSV(B) | 254.63º | 0.56% | 0.87% | - |
| XYZ | 26.32 | 18.55 | 70.6 | - |
| YUV | 120.99 | 184.44 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 98 | 221 | 0.42 | 0.56 | 0 | 0.13 | 254.63 | 0.64 | 0.63 |
| Hex | 80 | 62 | DD | 2A | 38 | 0 | D | FF | 40 | 3F |
| Octal | 200 | 142 | 335 | 52 | 70 | 0 | 15 | 377 | 100 | 77 |
| Binary | 10000000 | 1100010 | 11011101 | 101010 | 111000 | 0 | 1101 | 11111111 | 1000000 | 111111 |
Color Harmonies of #8062DD
Complementary color
Monochromatic Colors of #8062DD
Black with #8062DD
Text Example
Text Example
White with #8062DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8062DD; }
p { color: rgb(128,98,221); }
H1.HeaderClassName
{
color: #8062DD;
}
.AnyTagClassName
{
color: #8062DD;
}
</style>
background-color css
<style>
a { background-color: #8062DD; }
a { background-color: rgb(128,98,221); }
div.DivClassName
{
background-color: #8062DD;
}
.BgClassName
{
background-color: #8062DD;
}
</style>
border-color css
<style>
span { border-color: #8062DD; }
span { border-color: rgb(128,98,221); }
td.TdClassName
{
border-color: #8062DD;
}
.TagClassName
{
border-color: #8062DD;
}
</style>