Shades of Medium Slate Blue #804FDF
Tints of Medium Slate Blue #804FDF
RGB
CMYK
RGB Variations
Color information
#804FDF (or 0x804FDF) is known color: Medium Slate Blue. HEX triplet: 80, 4F and DF. RGB value is (128,79,223). Sum of RGB (Red+Green+Blue) = 128+79+223=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #804FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804FDF is #7FB020. Grayscale: #6D6D6D. Windows color (decimal): -8368161 or 14634880. OLE color: 14634880.
HSL color Cylindrical-coordinate representation of color #804FDF: hue angle of 260.42º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #804FDF is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 79 | 223 | - |
| CMYK | 0.43 | 0.65 | 0 | 0.13 |
| HSL | 260.42º | 0.69% | 0.59% | - |
| HSV(B) | 260.42º | 0.65% | 0.87% | - |
| XYZ | 25.02 | 15.51 | 71.49 | - |
| YUV | 110.07 | 191.73 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 79 | 223 | 0.43 | 0.65 | 0 | 0.13 | 260.42 | 0.69 | 0.59 |
| Hex | 80 | 4F | DF | 2B | 41 | 0 | D | 104 | 45 | 3B |
| Octal | 200 | 117 | 337 | 53 | 101 | 0 | 15 | 404 | 105 | 73 |
| Binary | 10000000 | 1001111 | 11011111 | 101011 | 1000001 | 0 | 1101 | 100000100 | 1000101 | 111011 |
Color Harmonies of #804FDF
Complementary color
Monochromatic Colors of #804FDF
Black with #804FDF
Text Example
Text Example
White with #804FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804FDF; }
p { color: rgb(128,79,223); }
H1.HeaderClassName
{
color: #804FDF;
}
.AnyTagClassName
{
color: #804FDF;
}
</style>
background-color css
<style>
a { background-color: #804FDF; }
a { background-color: rgb(128,79,223); }
div.DivClassName
{
background-color: #804FDF;
}
.BgClassName
{
background-color: #804FDF;
}
</style>
border-color css
<style>
span { border-color: #804FDF; }
span { border-color: rgb(128,79,223); }
td.TdClassName
{
border-color: #804FDF;
}
.TagClassName
{
border-color: #804FDF;
}
</style>