Shades of Medium Slate Blue #8062DB
Tints of Medium Slate Blue #8062DB
RGB
CMYK
RGB Variations
Color information
#8062DB (or 0x8062DB) is known color: Medium Slate Blue. HEX triplet: 80, 62 and DB. RGB value is (128,98,219). Sum of RGB (Red+Green+Blue) = 128+98+219=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 98 (38.67% from 255 or 22.02% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #8062DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8062DB is #7F9D24. Grayscale: #787878. Windows color (decimal): -8363301 or 14377600. OLE color: 14377600.
HSL color Cylindrical-coordinate representation of color #8062DB: hue angle of 254.88º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8062DB is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 98 | 219 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.14 |
| HSL | 254.88º | 0.63% | 0.62% | - |
| HSV(B) | 254.88º | 0.55% | 0.86% | - |
| XYZ | 26.06 | 18.44 | 69.2 | - |
| YUV | 120.76 | 183.44 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 98 | 219 | 0.42 | 0.55 | 0 | 0.14 | 254.88 | 0.63 | 0.62 |
| Hex | 80 | 62 | DB | 2A | 37 | 0 | E | FF | 3F | 3E |
| Octal | 200 | 142 | 333 | 52 | 67 | 0 | 16 | 377 | 77 | 76 |
| Binary | 10000000 | 1100010 | 11011011 | 101010 | 110111 | 0 | 1110 | 11111111 | 111111 | 111110 |
Color Harmonies of #8062DB
Complementary color
Monochromatic Colors of #8062DB
Black with #8062DB
Text Example
Text Example
White with #8062DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8062DB; }
p { color: rgb(128,98,219); }
H1.HeaderClassName
{
color: #8062DB;
}
.AnyTagClassName
{
color: #8062DB;
}
</style>
background-color css
<style>
a { background-color: #8062DB; }
a { background-color: rgb(128,98,219); }
div.DivClassName
{
background-color: #8062DB;
}
.BgClassName
{
background-color: #8062DB;
}
</style>
border-color css
<style>
span { border-color: #8062DB; }
span { border-color: rgb(128,98,219); }
td.TdClassName
{
border-color: #8062DB;
}
.TagClassName
{
border-color: #8062DB;
}
</style>