Shades of Medium Slate Blue #8065DC
Tints of Medium Slate Blue #8065DC
RGB
CMYK
RGB Variations
Color information
#8065DC (or 0x8065DC) is known color: Medium Slate Blue. HEX triplet: 80, 65 and DC. RGB value is (128,101,220). Sum of RGB (Red+Green+Blue) = 128+101+220=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #8065DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8065DC is #7F9A23. Grayscale: #7A7A7A. Windows color (decimal): -8362532 or 14443904. OLE color: 14443904.
HSL color Cylindrical-coordinate representation of color #8065DC: hue angle of 253.61º degrees, saturation: 0.63, 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 #8065DC is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 101 | 220 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.14 |
| HSL | 253.61º | 0.63% | 0.63% | - |
| HSV(B) | 253.61º | 0.54% | 0.86% | - |
| XYZ | 26.47 | 19.06 | 69.99 | - |
| YUV | 122.64 | 182.95 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 101 | 220 | 0.42 | 0.54 | 0 | 0.14 | 253.61 | 0.63 | 0.63 |
| Hex | 80 | 65 | DC | 2A | 36 | 0 | E | FE | 3F | 3F |
| Octal | 200 | 145 | 334 | 52 | 66 | 0 | 16 | 376 | 77 | 77 |
| Binary | 10000000 | 1100101 | 11011100 | 101010 | 110110 | 0 | 1110 | 11111110 | 111111 | 111111 |
Color Harmonies of #8065DC
Complementary color
Monochromatic Colors of #8065DC
Black with #8065DC
Text Example
Text Example
White with #8065DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8065DC; }
p { color: rgb(128,101,220); }
H1.HeaderClassName
{
color: #8065DC;
}
.AnyTagClassName
{
color: #8065DC;
}
</style>
background-color css
<style>
a { background-color: #8065DC; }
a { background-color: rgb(128,101,220); }
div.DivClassName
{
background-color: #8065DC;
}
.BgClassName
{
background-color: #8065DC;
}
</style>
border-color css
<style>
span { border-color: #8065DC; }
span { border-color: rgb(128,101,220); }
td.TdClassName
{
border-color: #8065DC;
}
.TagClassName
{
border-color: #8065DC;
}
</style>