Shades of Medium Slate Blue #8065DB
Tints of Medium Slate Blue #8065DB
RGB
CMYK
RGB Variations
Color information
#8065DB (or 0x8065DB) is known color: Medium Slate Blue. HEX triplet: 80, 65 and DB. RGB value is (128,101,219). Sum of RGB (Red+Green+Blue) = 128+101+219=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #8065DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8065DB is #7F9A24. Grayscale: #7A7A7A. Windows color (decimal): -8362533 or 14378368. OLE color: 14378368.
HSL color Cylindrical-coordinate representation of color #8065DB: hue angle of 253.73º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8065DB is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 101 | 219 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.14 |
| HSL | 253.73º | 0.62% | 0.63% | - |
| HSV(B) | 253.73º | 0.54% | 0.86% | - |
| XYZ | 26.34 | 19.01 | 69.3 | - |
| YUV | 122.53 | 182.45 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 101 | 219 | 0.42 | 0.54 | 0 | 0.14 | 253.73 | 0.62 | 0.63 |
| Hex | 80 | 65 | DB | 2A | 36 | 0 | E | FE | 3E | 3F |
| Octal | 200 | 145 | 333 | 52 | 66 | 0 | 16 | 376 | 76 | 77 |
| Binary | 10000000 | 1100101 | 11011011 | 101010 | 110110 | 0 | 1110 | 11111110 | 111110 | 111111 |
Color Harmonies of #8065DB
Complementary color
Monochromatic Colors of #8065DB
Black with #8065DB
Text Example
Text Example
White with #8065DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8065DB; }
p { color: rgb(128,101,219); }
H1.HeaderClassName
{
color: #8065DB;
}
.AnyTagClassName
{
color: #8065DB;
}
</style>
background-color css
<style>
a { background-color: #8065DB; }
a { background-color: rgb(128,101,219); }
div.DivClassName
{
background-color: #8065DB;
}
.BgClassName
{
background-color: #8065DB;
}
</style>
border-color css
<style>
span { border-color: #8065DB; }
span { border-color: rgb(128,101,219); }
td.TdClassName
{
border-color: #8065DB;
}
.TagClassName
{
border-color: #8065DB;
}
</style>