Shades of Medium Slate Blue #8061DD
Tints of Medium Slate Blue #8061DD
RGB
CMYK
RGB Variations
Color information
#8061DD (or 0x8061DD) is known color: Medium Slate Blue. HEX triplet: 80, 61 and DD. RGB value is (128,97,221). Sum of RGB (Red+Green+Blue) = 128+97+221=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #8061DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8061DD is #7F9E22. Grayscale: #777777. Windows color (decimal): -8363555 or 14508416. OLE color: 14508416.
HSL color Cylindrical-coordinate representation of color #8061DD: hue angle of 255º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8061DD is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 97 | 221 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.13 |
| HSL | 255º | 0.65% | 0.62% | - |
| HSV(B) | 255º | 0.56% | 0.87% | - |
| XYZ | 26.23 | 18.36 | 70.57 | - |
| YUV | 120.41 | 184.77 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 97 | 221 | 0.42 | 0.56 | 0 | 0.13 | 255 | 0.65 | 0.62 |
| Hex | 80 | 61 | DD | 2A | 38 | 0 | D | FF | 41 | 3E |
| Octal | 200 | 141 | 335 | 52 | 70 | 0 | 15 | 377 | 101 | 76 |
| Binary | 10000000 | 1100001 | 11011101 | 101010 | 111000 | 0 | 1101 | 11111111 | 1000001 | 111110 |
Color Harmonies of #8061DD
Complementary color
Monochromatic Colors of #8061DD
Black with #8061DD
Text Example
Text Example
White with #8061DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8061DD; }
p { color: rgb(128,97,221); }
H1.HeaderClassName
{
color: #8061DD;
}
.AnyTagClassName
{
color: #8061DD;
}
</style>
background-color css
<style>
a { background-color: #8061DD; }
a { background-color: rgb(128,97,221); }
div.DivClassName
{
background-color: #8061DD;
}
.BgClassName
{
background-color: #8061DD;
}
</style>
border-color css
<style>
span { border-color: #8061DD; }
span { border-color: rgb(128,97,221); }
td.TdClassName
{
border-color: #8061DD;
}
.TagClassName
{
border-color: #8061DD;
}
</style>