Shades of Medium Slate Blue #8152FA
Tints of Medium Slate Blue #8152FA
RGB
CMYK
RGB Variations
Color information
#8152FA (or 0x8152FA) is known color: Medium Slate Blue. HEX triplet: 81, 52 and FA. RGB value is (129,82,250). Sum of RGB (Red+Green+Blue) = 129+82+250=461 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.98% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #8152FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8152FA is #7EAD05. Grayscale: #727272. Windows color (decimal): -8301830 or 16405121. OLE color: 16405121.
HSL color Cylindrical-coordinate representation of color #8152FA: hue angle of 256.79º 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 #8152FA is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 82 | 250 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.02 |
| HSL | 256.79º | 0.94% | 0.65% | - |
| HSV(B) | 256.79º | 0.67% | 0.98% | - |
| XYZ | 29.33 | 17.6 | 92.29 | - |
| YUV | 115.21 | 204.07 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 82 | 250 | 0.48 | 0.67 | 0 | 0.02 | 256.79 | 0.94 | 0.65 |
| Hex | 81 | 52 | FA | 30 | 43 | 0 | 2 | 101 | 5E | 41 |
| Octal | 201 | 122 | 372 | 60 | 103 | 0 | 2 | 401 | 136 | 101 |
| Binary | 10000001 | 1010010 | 11111010 | 110000 | 1000011 | 0 | 10 | 100000001 | 1011110 | 1000001 |
Color Harmonies of #8152FA
Complementary color
Monochromatic Colors of #8152FA
Black with #8152FA
Text Example
Text Example
White with #8152FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8152FA; }
p { color: rgb(129,82,250); }
H1.HeaderClassName
{
color: #8152FA;
}
.AnyTagClassName
{
color: #8152FA;
}
</style>
background-color css
<style>
a { background-color: #8152FA; }
a { background-color: rgb(129,82,250); }
div.DivClassName
{
background-color: #8152FA;
}
.BgClassName
{
background-color: #8152FA;
}
</style>
border-color css
<style>
span { border-color: #8152FA; }
span { border-color: rgb(129,82,250); }
td.TdClassName
{
border-color: #8152FA;
}
.TagClassName
{
border-color: #8152FA;
}
</style>