Shades of Medium Slate Blue #8052FA
Tints of Medium Slate Blue #8052FA
RGB
CMYK
RGB Variations
Color information
#8052FA (or 0x8052FA) is known color: Medium Slate Blue. HEX triplet: 80, 52 and FA. RGB value is (128,82,250). Sum of RGB (Red+Green+Blue) = 128+82+250=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #8052FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8052FA is #7FAD05. Grayscale: #727272. Windows color (decimal): -8367366 or 16405120. OLE color: 16405120.
HSL color Cylindrical-coordinate representation of color #8052FA: hue angle of 256.43º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8052FA is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 82 | 250 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.02 |
| HSL | 256.43º | 0.94% | 0.65% | - |
| HSV(B) | 256.43º | 0.67% | 0.98% | - |
| XYZ | 29.17 | 17.53 | 92.29 | - |
| YUV | 114.91 | 204.24 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 82 | 250 | 0.49 | 0.67 | 0 | 0.02 | 256.43 | 0.94 | 0.65 |
| Hex | 80 | 52 | FA | 31 | 43 | 0 | 2 | 100 | 5E | 41 |
| Octal | 200 | 122 | 372 | 61 | 103 | 0 | 2 | 400 | 136 | 101 |
| Binary | 10000000 | 1010010 | 11111010 | 110001 | 1000011 | 0 | 10 | 100000000 | 1011110 | 1000001 |
Color Harmonies of #8052FA
Complementary color
Monochromatic Colors of #8052FA
Black with #8052FA
Text Example
Text Example
White with #8052FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8052FA; }
p { color: rgb(128,82,250); }
H1.HeaderClassName
{
color: #8052FA;
}
.AnyTagClassName
{
color: #8052FA;
}
</style>
background-color css
<style>
a { background-color: #8052FA; }
a { background-color: rgb(128,82,250); }
div.DivClassName
{
background-color: #8052FA;
}
.BgClassName
{
background-color: #8052FA;
}
</style>
border-color css
<style>
span { border-color: #8052FA; }
span { border-color: rgb(128,82,250); }
td.TdClassName
{
border-color: #8052FA;
}
.TagClassName
{
border-color: #8052FA;
}
</style>