Shades of Medium Slate Blue #8258FE
Tints of Medium Slate Blue #8258FE
RGB
CMYK
RGB Variations
Color information
#8258FE (or 0x8258FE) is known color: Medium Slate Blue. HEX triplet: 82, 58 and FE. RGB value is (130,88,254). Sum of RGB (Red+Green+Blue) = 130+88+254=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 88 (34.77% from 255 or 18.64% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #8258FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8258FE is #7DA701. Grayscale: #767676. Windows color (decimal): -8234754 or 16668802. OLE color: 16668802.
HSL color Cylindrical-coordinate representation of color #8258FE: hue angle of 255.18º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8258FE is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 88 | 254 | - |
| CMYK | 0.49 | 0.65 | 0 | 0.00 |
| HSL | 255.18º | 0.99% | 0.67% | - |
| HSV(B) | 255.18º | 0.65% | 1% | - |
| XYZ | 30.59 | 18.88 | 95.8 | - |
| YUV | 119.48 | 203.91 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 88 | 254 | 0.49 | 0.65 | 0 | 0.00 | 255.18 | 0.99 | 0.67 |
| Hex | 82 | 58 | FE | 31 | 41 | 0 | 0 | FF | 63 | 43 |
| Octal | 202 | 130 | 376 | 61 | 101 | 0 | 0 | 377 | 143 | 103 |
| Binary | 10000010 | 1011000 | 11111110 | 110001 | 1000001 | 0 | 0 | 11111111 | 1100011 | 1000011 |
Color Harmonies of #8258FE
Complementary color
Monochromatic Colors of #8258FE
Black with #8258FE
Text Example
Text Example
White with #8258FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8258FE; }
p { color: rgb(130,88,254); }
H1.HeaderClassName
{
color: #8258FE;
}
.AnyTagClassName
{
color: #8258FE;
}
</style>
background-color css
<style>
a { background-color: #8258FE; }
a { background-color: rgb(130,88,254); }
div.DivClassName
{
background-color: #8258FE;
}
.BgClassName
{
background-color: #8258FE;
}
</style>
border-color css
<style>
span { border-color: #8258FE; }
span { border-color: rgb(130,88,254); }
td.TdClassName
{
border-color: #8258FE;
}
.TagClassName
{
border-color: #8258FE;
}
</style>