Shades of Medium Slate Blue #8072DF
Tints of Medium Slate Blue #8072DF
RGB
CMYK
RGB Variations
Color information
#8072DF (or 0x8072DF) is known color: Medium Slate Blue. HEX triplet: 80, 72 and DF. RGB value is (128,114,223). Sum of RGB (Red+Green+Blue) = 128+114+223=465 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.53% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #8072DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8072DF is #7F8D20. Grayscale: #828282. Windows color (decimal): -8359201 or 14643840. OLE color: 14643840.
HSL color Cylindrical-coordinate representation of color #8072DF: hue angle of 247.71º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8072DF is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 114 | 223 | - |
| CMYK | 0.43 | 0.49 | 0 | 0.13 |
| HSL | 247.71º | 0.63% | 0.66% | - |
| HSV(B) | 247.71º | 0.49% | 0.87% | - |
| XYZ | 28.24 | 21.95 | 72.56 | - |
| YUV | 130.61 | 180.14 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 114 | 223 | 0.43 | 0.49 | 0 | 0.13 | 247.71 | 0.63 | 0.66 |
| Hex | 80 | 72 | DF | 2B | 31 | 0 | D | F8 | 3F | 42 |
| Octal | 200 | 162 | 337 | 53 | 61 | 0 | 15 | 370 | 77 | 102 |
| Binary | 10000000 | 1110010 | 11011111 | 101011 | 110001 | 0 | 1101 | 11111000 | 111111 | 1000010 |
Color Harmonies of #8072DF
Complementary color
Monochromatic Colors of #8072DF
Black with #8072DF
Text Example
Text Example
White with #8072DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8072DF; }
p { color: rgb(128,114,223); }
H1.HeaderClassName
{
color: #8072DF;
}
.AnyTagClassName
{
color: #8072DF;
}
</style>
background-color css
<style>
a { background-color: #8072DF; }
a { background-color: rgb(128,114,223); }
div.DivClassName
{
background-color: #8072DF;
}
.BgClassName
{
background-color: #8072DF;
}
</style>
border-color css
<style>
span { border-color: #8072DF; }
span { border-color: rgb(128,114,223); }
td.TdClassName
{
border-color: #8072DF;
}
.TagClassName
{
border-color: #8072DF;
}
</style>