Shades of Medium Slate Blue #8065DF
Tints of Medium Slate Blue #8065DF
RGB
CMYK
RGB Variations
Color information
#8065DF (or 0x8065DF) is known color: Medium Slate Blue. HEX triplet: 80, 65 and DF. RGB value is (128,101,223). Sum of RGB (Red+Green+Blue) = 128+101+223=452 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.32% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #8065DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8065DF is #7F9A20. Grayscale: #7A7A7A. Windows color (decimal): -8362529 or 14640512. OLE color: 14640512.
HSL color Cylindrical-coordinate representation of color #8065DF: hue angle of 253.28º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8065DF is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 101 | 223 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.13 |
| HSL | 253.28º | 0.66% | 0.64% | - |
| HSV(B) | 253.28º | 0.55% | 0.87% | - |
| XYZ | 26.88 | 19.22 | 72.11 | - |
| YUV | 122.98 | 184.45 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 101 | 223 | 0.43 | 0.55 | 0 | 0.13 | 253.28 | 0.66 | 0.64 |
| Hex | 80 | 65 | DF | 2B | 37 | 0 | D | FD | 42 | 40 |
| Octal | 200 | 145 | 337 | 53 | 67 | 0 | 15 | 375 | 102 | 100 |
| Binary | 10000000 | 1100101 | 11011111 | 101011 | 110111 | 0 | 1101 | 11111101 | 1000010 | 1000000 |
Color Harmonies of #8065DF
Complementary color
Monochromatic Colors of #8065DF
Black with #8065DF
Text Example
Text Example
White with #8065DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8065DF; }
p { color: rgb(128,101,223); }
H1.HeaderClassName
{
color: #8065DF;
}
.AnyTagClassName
{
color: #8065DF;
}
</style>
background-color css
<style>
a { background-color: #8065DF; }
a { background-color: rgb(128,101,223); }
div.DivClassName
{
background-color: #8065DF;
}
.BgClassName
{
background-color: #8065DF;
}
</style>
border-color css
<style>
span { border-color: #8065DF; }
span { border-color: rgb(128,101,223); }
td.TdClassName
{
border-color: #8065DF;
}
.TagClassName
{
border-color: #8065DF;
}
</style>