Shades of Medium Slate Blue #8252FE
Tints of Medium Slate Blue #8252FE
RGB
CMYK
RGB Variations
Color information
#8252FE (or 0x8252FE) is known color: Medium Slate Blue. HEX triplet: 82, 52 and FE. RGB value is (130,82,254). Sum of RGB (Red+Green+Blue) = 130+82+254=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #8252FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8252FE is #7DAD01. Grayscale: #737373. Windows color (decimal): -8236290 or 16667266. OLE color: 16667266.
HSL color Cylindrical-coordinate representation of color #8252FE: hue angle of 256.74º 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 #8252FE is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 82 | 254 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.00 |
| HSL | 256.74º | 0.99% | 0.66% | - |
| HSV(B) | 256.74º | 0.68% | 1% | - |
| XYZ | 30.11 | 17.94 | 95.64 | - |
| YUV | 115.96 | 205.9 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 254 | 0.49 | 0.68 | 0 | 0.00 | 256.74 | 0.99 | 0.66 |
| Hex | 82 | 52 | FE | 31 | 44 | 0 | 0 | 101 | 63 | 42 |
| Octal | 202 | 122 | 376 | 61 | 104 | 0 | 0 | 401 | 143 | 102 |
| Binary | 10000010 | 1010010 | 11111110 | 110001 | 1000100 | 0 | 0 | 100000001 | 1100011 | 1000010 |
Color Harmonies of #8252FE
Complementary color
Monochromatic Colors of #8252FE
Black with #8252FE
Text Example
Text Example
White with #8252FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8252FE; }
p { color: rgb(130,82,254); }
H1.HeaderClassName
{
color: #8252FE;
}
.AnyTagClassName
{
color: #8252FE;
}
</style>
background-color css
<style>
a { background-color: #8252FE; }
a { background-color: rgb(130,82,254); }
div.DivClassName
{
background-color: #8252FE;
}
.BgClassName
{
background-color: #8252FE;
}
</style>
border-color css
<style>
span { border-color: #8252FE; }
span { border-color: rgb(130,82,254); }
td.TdClassName
{
border-color: #8252FE;
}
.TagClassName
{
border-color: #8252FE;
}
</style>