Shades of Medium Slate Blue #8258FA
Tints of Medium Slate Blue #8258FA
RGB
CMYK
RGB Variations
Color information
#8258FA (or 0x8258FA) is known color: Medium Slate Blue. HEX triplet: 82, 58 and FA. RGB value is (130,88,250). Sum of RGB (Red+Green+Blue) = 130+88+250=468 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.78% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #8258FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8258FA is #7DA705. Grayscale: #767676. Windows color (decimal): -8234758 or 16406658. OLE color: 16406658.
HSL color Cylindrical-coordinate representation of color #8258FA: hue angle of 255.56º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8258FA is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 88 | 250 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.02 |
| HSL | 255.56º | 0.94% | 0.66% | - |
| HSV(B) | 255.56º | 0.65% | 0.98% | - |
| XYZ | 29.95 | 18.63 | 92.46 | - |
| YUV | 119.03 | 201.91 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 88 | 250 | 0.48 | 0.65 | 0 | 0.02 | 255.56 | 0.94 | 0.66 |
| Hex | 82 | 58 | FA | 30 | 41 | 0 | 2 | 100 | 5E | 42 |
| Octal | 202 | 130 | 372 | 60 | 101 | 0 | 2 | 400 | 136 | 102 |
| Binary | 10000010 | 1011000 | 11111010 | 110000 | 1000001 | 0 | 10 | 100000000 | 1011110 | 1000010 |
Color Harmonies of #8258FA
Complementary color
Monochromatic Colors of #8258FA
Black with #8258FA
Text Example
Text Example
White with #8258FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8258FA; }
p { color: rgb(130,88,250); }
H1.HeaderClassName
{
color: #8258FA;
}
.AnyTagClassName
{
color: #8258FA;
}
</style>
background-color css
<style>
a { background-color: #8258FA; }
a { background-color: rgb(130,88,250); }
div.DivClassName
{
background-color: #8258FA;
}
.BgClassName
{
background-color: #8258FA;
}
</style>
border-color css
<style>
span { border-color: #8258FA; }
span { border-color: rgb(130,88,250); }
td.TdClassName
{
border-color: #8258FA;
}
.TagClassName
{
border-color: #8258FA;
}
</style>