Shades of Medium Slate Blue #8152FE
Tints of Medium Slate Blue #8152FE
RGB
CMYK
RGB Variations
Color information
#8152FE (or 0x8152FE) is known color: Medium Slate Blue. HEX triplet: 81, 52 and FE. RGB value is (129,82,254). Sum of RGB (Red+Green+Blue) = 129+82+254=465 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.74% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #8152FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8152FE is #7EAD01. Grayscale: #737373. Windows color (decimal): -8301826 or 16667265. OLE color: 16667265.
HSL color Cylindrical-coordinate representation of color #8152FE: hue angle of 256.4º 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 #8152FE is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 82 | 254 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.00 |
| HSL | 256.4º | 0.99% | 0.66% | - |
| HSV(B) | 256.4º | 0.68% | 1% | - |
| XYZ | 29.96 | 17.86 | 95.63 | - |
| YUV | 115.66 | 206.07 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 82 | 254 | 0.49 | 0.68 | 0 | 0.00 | 256.4 | 0.99 | 0.66 |
| Hex | 81 | 52 | FE | 31 | 44 | 0 | 0 | 100 | 63 | 42 |
| Octal | 201 | 122 | 376 | 61 | 104 | 0 | 0 | 400 | 143 | 102 |
| Binary | 10000001 | 1010010 | 11111110 | 110001 | 1000100 | 0 | 0 | 100000000 | 1100011 | 1000010 |
Color Harmonies of #8152FE
Complementary color
Monochromatic Colors of #8152FE
Black with #8152FE
Text Example
Text Example
White with #8152FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8152FE; }
p { color: rgb(129,82,254); }
H1.HeaderClassName
{
color: #8152FE;
}
.AnyTagClassName
{
color: #8152FE;
}
</style>
background-color css
<style>
a { background-color: #8152FE; }
a { background-color: rgb(129,82,254); }
div.DivClassName
{
background-color: #8152FE;
}
.BgClassName
{
background-color: #8152FE;
}
</style>
border-color css
<style>
span { border-color: #8152FE; }
span { border-color: rgb(129,82,254); }
td.TdClassName
{
border-color: #8152FE;
}
.TagClassName
{
border-color: #8152FE;
}
</style>