Shades of Medium Slate Blue #8061DF
Tints of Medium Slate Blue #8061DF
RGB
CMYK
RGB Variations
Color information
#8061DF (or 0x8061DF) is known color: Medium Slate Blue. HEX triplet: 80, 61 and DF. RGB value is (128,97,223). Sum of RGB (Red+Green+Blue) = 128+97+223=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #8061DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8061DF is #7F9E20. Grayscale: #787878. Windows color (decimal): -8363553 or 14639488. OLE color: 14639488.
HSL color Cylindrical-coordinate representation of color #8061DF: hue angle of 254.76º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8061DF is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 97 | 223 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.13 |
| HSL | 254.76º | 0.66% | 0.63% | - |
| HSV(B) | 254.76º | 0.57% | 0.87% | - |
| XYZ | 26.5 | 18.47 | 71.98 | - |
| YUV | 120.63 | 185.77 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 97 | 223 | 0.43 | 0.57 | 0 | 0.13 | 254.76 | 0.66 | 0.63 |
| Hex | 80 | 61 | DF | 2B | 39 | 0 | D | FF | 42 | 3F |
| Octal | 200 | 141 | 337 | 53 | 71 | 0 | 15 | 377 | 102 | 77 |
| Binary | 10000000 | 1100001 | 11011111 | 101011 | 111001 | 0 | 1101 | 11111111 | 1000010 | 111111 |
Color Harmonies of #8061DF
Complementary color
Monochromatic Colors of #8061DF
Black with #8061DF
Text Example
Text Example
White with #8061DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8061DF; }
p { color: rgb(128,97,223); }
H1.HeaderClassName
{
color: #8061DF;
}
.AnyTagClassName
{
color: #8061DF;
}
</style>
background-color css
<style>
a { background-color: #8061DF; }
a { background-color: rgb(128,97,223); }
div.DivClassName
{
background-color: #8061DF;
}
.BgClassName
{
background-color: #8061DF;
}
</style>
border-color css
<style>
span { border-color: #8061DF; }
span { border-color: rgb(128,97,223); }
td.TdClassName
{
border-color: #8061DF;
}
.TagClassName
{
border-color: #8061DF;
}
</style>