Shades of Medium Slate Blue #8063DF
Tints of Medium Slate Blue #8063DF
RGB
CMYK
RGB Variations
Color information
#8063DF (or 0x8063DF) is known color: Medium Slate Blue. HEX triplet: 80, 63 and DF. RGB value is (128,99,223). Sum of RGB (Red+Green+Blue) = 128+99+223=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #8063DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8063DF is #7F9C20. Grayscale: #797979. Windows color (decimal): -8363041 or 14640000. OLE color: 14640000.
HSL color Cylindrical-coordinate representation of color #8063DF: hue angle of 254.03º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8063DF is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 99 | 223 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.13 |
| HSL | 254.03º | 0.66% | 0.63% | - |
| HSV(B) | 254.03º | 0.56% | 0.87% | - |
| XYZ | 26.68 | 18.84 | 72.04 | - |
| YUV | 121.81 | 185.11 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 99 | 223 | 0.43 | 0.56 | 0 | 0.13 | 254.03 | 0.66 | 0.63 |
| Hex | 80 | 63 | DF | 2B | 38 | 0 | D | FE | 42 | 3F |
| Octal | 200 | 143 | 337 | 53 | 70 | 0 | 15 | 376 | 102 | 77 |
| Binary | 10000000 | 1100011 | 11011111 | 101011 | 111000 | 0 | 1101 | 11111110 | 1000010 | 111111 |
Color Harmonies of #8063DF
Complementary color
Monochromatic Colors of #8063DF
Black with #8063DF
Text Example
Text Example
White with #8063DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8063DF; }
p { color: rgb(128,99,223); }
H1.HeaderClassName
{
color: #8063DF;
}
.AnyTagClassName
{
color: #8063DF;
}
</style>
background-color css
<style>
a { background-color: #8063DF; }
a { background-color: rgb(128,99,223); }
div.DivClassName
{
background-color: #8063DF;
}
.BgClassName
{
background-color: #8063DF;
}
</style>
border-color css
<style>
span { border-color: #8063DF; }
span { border-color: rgb(128,99,223); }
td.TdClassName
{
border-color: #8063DF;
}
.TagClassName
{
border-color: #8063DF;
}
</style>