Shades of Medium Slate Blue #8050F2
Tints of Medium Slate Blue #8050F2
RGB
CMYK
RGB Variations
Color information
#8050F2 (or 0x8050F2) is known color: Medium Slate Blue. HEX triplet: 80, 50 and F2. RGB value is (128,80,242). Sum of RGB (Red+Green+Blue) = 128+80+242=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 242 (94.92% from 255 or 53.78% from 450); Max value from RGB is 242 - color contains mainly: blue. Hex color #8050F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8050F2 is #7FAF0D. Grayscale: #707070. Windows color (decimal): -8367886 or 15880320. OLE color: 15880320.
HSL color Cylindrical-coordinate representation of color #8050F2: hue angle of 257.78º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8050F2 is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 80 | 242 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.05 |
| HSL | 257.78º | 0.86% | 0.63% | - |
| HSV(B) | 257.78º | 0.67% | 0.95% | - |
| XYZ | 27.8 | 16.74 | 85.77 | - |
| YUV | 112.82 | 200.9 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 242 | 0.47 | 0.67 | 0 | 0.05 | 257.78 | 0.86 | 0.63 |
| Hex | 80 | 50 | F2 | 2F | 43 | 0 | 5 | 102 | 56 | 3F |
| Octal | 200 | 120 | 362 | 57 | 103 | 0 | 5 | 402 | 126 | 77 |
| Binary | 10000000 | 1010000 | 11110010 | 101111 | 1000011 | 0 | 101 | 100000010 | 1010110 | 111111 |
Color Harmonies of #8050F2
Complementary color
Monochromatic Colors of #8050F2
Black with #8050F2
Text Example
Text Example
White with #8050F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8050F2; }
p { color: rgb(128,80,242); }
H1.HeaderClassName
{
color: #8050F2;
}
.AnyTagClassName
{
color: #8050F2;
}
</style>
background-color css
<style>
a { background-color: #8050F2; }
a { background-color: rgb(128,80,242); }
div.DivClassName
{
background-color: #8050F2;
}
.BgClassName
{
background-color: #8050F2;
}
</style>
border-color css
<style>
span { border-color: #8050F2; }
span { border-color: rgb(128,80,242); }
td.TdClassName
{
border-color: #8050F2;
}
.TagClassName
{
border-color: #8050F2;
}
</style>