Shades of Medium Slate Blue #8252FF
Tints of Medium Slate Blue #8252FF
RGB
CMYK
RGB Variations
Color information
#8252FF (or 0x8252FF) is known color: Medium Slate Blue. HEX triplet: 82, 52 and FF. RGB value is (130,82,255). Sum of RGB (Red+Green+Blue) = 130+82+255=467 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.84% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #8252FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8252FF is #7DAD00. Grayscale: #737373. Windows color (decimal): -8236289 or 16732802. OLE color: 16732802.
HSL color Cylindrical-coordinate representation of color #8252FF: hue angle of 256.65º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8252FF is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 82 | 255 | - |
| CMYK | 0.49 | 0.68 | 0 | 0 |
| HSL | 256.65º | 1% | 0.66% | - |
| HSV(B) | 256.65º | 0.68% | 1% | - |
| XYZ | 30.27 | 18 | 96.49 | - |
| YUV | 116.07 | 206.4 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 255 | 0.49 | 0.68 | 0 | 0 | 256.65 | 1 | 0.66 |
| Hex | 82 | 52 | FF | 31 | 44 | 0 | 0 | 101 | 64 | 42 |
| Octal | 202 | 122 | 377 | 61 | 104 | 0 | 0 | 401 | 144 | 102 |
| Binary | 10000010 | 1010010 | 11111111 | 110001 | 1000100 | 0 | 0 | 100000001 | 1100100 | 1000010 |
Color Harmonies of #8252FF
Complementary color
Monochromatic Colors of #8252FF
Black with #8252FF
Text Example
Text Example
White with #8252FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8252FF; }
p { color: rgb(130,82,255); }
H1.HeaderClassName
{
color: #8252FF;
}
.AnyTagClassName
{
color: #8252FF;
}
</style>
background-color css
<style>
a { background-color: #8252FF; }
a { background-color: rgb(130,82,255); }
div.DivClassName
{
background-color: #8252FF;
}
.BgClassName
{
background-color: #8252FF;
}
</style>
border-color css
<style>
span { border-color: #8252FF; }
span { border-color: rgb(130,82,255); }
td.TdClassName
{
border-color: #8252FF;
}
.TagClassName
{
border-color: #8252FF;
}
</style>