Shades of Medium Slate Blue #8061DC
Tints of Medium Slate Blue #8061DC
RGB
CMYK
RGB Variations
Color information
#8061DC (or 0x8061DC) is known color: Medium Slate Blue. HEX triplet: 80, 61 and DC. RGB value is (128,97,220). Sum of RGB (Red+Green+Blue) = 128+97+220=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 97 (38.28% from 255 or 21.80% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #8061DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8061DC is #7F9E23. Grayscale: #777777. Windows color (decimal): -8363556 or 14442880. OLE color: 14442880.
HSL color Cylindrical-coordinate representation of color #8061DC: hue angle of 255.12º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8061DC is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 97 | 220 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.14 |
| HSL | 255.12º | 0.64% | 0.62% | - |
| HSV(B) | 255.12º | 0.56% | 0.86% | - |
| XYZ | 26.1 | 18.31 | 69.87 | - |
| YUV | 120.29 | 184.27 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 97 | 220 | 0.42 | 0.56 | 0 | 0.14 | 255.12 | 0.64 | 0.62 |
| Hex | 80 | 61 | DC | 2A | 38 | 0 | E | FF | 40 | 3E |
| Octal | 200 | 141 | 334 | 52 | 70 | 0 | 16 | 377 | 100 | 76 |
| Binary | 10000000 | 1100001 | 11011100 | 101010 | 111000 | 0 | 1110 | 11111111 | 1000000 | 111110 |
Color Harmonies of #8061DC
Complementary color
Monochromatic Colors of #8061DC
Black with #8061DC
Text Example
Text Example
White with #8061DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8061DC; }
p { color: rgb(128,97,220); }
H1.HeaderClassName
{
color: #8061DC;
}
.AnyTagClassName
{
color: #8061DC;
}
</style>
background-color css
<style>
a { background-color: #8061DC; }
a { background-color: rgb(128,97,220); }
div.DivClassName
{
background-color: #8061DC;
}
.BgClassName
{
background-color: #8061DC;
}
</style>
border-color css
<style>
span { border-color: #8061DC; }
span { border-color: rgb(128,97,220); }
td.TdClassName
{
border-color: #8061DC;
}
.TagClassName
{
border-color: #8061DC;
}
</style>