Shades of Medium Slate Blue #8052FE
Tints of Medium Slate Blue #8052FE
RGB
CMYK
RGB Variations
Color information
#8052FE (or 0x8052FE) is known color: Medium Slate Blue. HEX triplet: 80, 52 and FE. RGB value is (128,82,254). Sum of RGB (Red+Green+Blue) = 128+82+254=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 82 (32.42% from 255 or 17.67% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #8052FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8052FE is #7FAD01. Grayscale: #727272. Windows color (decimal): -8367362 or 16667264. OLE color: 16667264.
HSL color Cylindrical-coordinate representation of color #8052FE: hue angle of 256.05º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8052FE is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 82 | 254 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.00 |
| HSL | 256.05º | 0.99% | 0.66% | - |
| HSV(B) | 256.05º | 0.68% | 1% | - |
| XYZ | 29.81 | 17.78 | 95.63 | - |
| YUV | 115.36 | 206.24 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 82 | 254 | 0.50 | 0.68 | 0 | 0.00 | 256.05 | 0.99 | 0.66 |
| Hex | 80 | 52 | FE | 32 | 44 | 0 | 0 | 100 | 63 | 42 |
| Octal | 200 | 122 | 376 | 62 | 104 | 0 | 0 | 400 | 143 | 102 |
| Binary | 10000000 | 1010010 | 11111110 | 110010 | 1000100 | 0 | 0 | 100000000 | 1100011 | 1000010 |
Color Harmonies of #8052FE
Complementary color
Monochromatic Colors of #8052FE
Black with #8052FE
Text Example
Text Example
White with #8052FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8052FE; }
p { color: rgb(128,82,254); }
H1.HeaderClassName
{
color: #8052FE;
}
.AnyTagClassName
{
color: #8052FE;
}
</style>
background-color css
<style>
a { background-color: #8052FE; }
a { background-color: rgb(128,82,254); }
div.DivClassName
{
background-color: #8052FE;
}
.BgClassName
{
background-color: #8052FE;
}
</style>
border-color css
<style>
span { border-color: #8052FE; }
span { border-color: rgb(128,82,254); }
td.TdClassName
{
border-color: #8052FE;
}
.TagClassName
{
border-color: #8052FE;
}
</style>