Shades of Medium Slate Blue #8259FE
Tints of Medium Slate Blue #8259FE
RGB
CMYK
RGB Variations
Color information
#8259FE (or 0x8259FE) is known color: Medium Slate Blue. HEX triplet: 82, 59 and FE. RGB value is (130,89,254). Sum of RGB (Red+Green+Blue) = 130+89+254=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #8259FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8259FE is #7DA601. Grayscale: #777777. Windows color (decimal): -8234498 or 16669058. OLE color: 16669058.
HSL color Cylindrical-coordinate representation of color #8259FE: hue angle of 254.91º 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 #8259FE is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 89 | 254 | - |
| CMYK | 0.49 | 0.65 | 0 | 0.00 |
| HSL | 254.91º | 0.99% | 0.67% | - |
| HSV(B) | 254.91º | 0.65% | 1% | - |
| XYZ | 30.67 | 19.05 | 95.83 | - |
| YUV | 120.07 | 203.58 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 89 | 254 | 0.49 | 0.65 | 0 | 0.00 | 254.91 | 0.99 | 0.67 |
| Hex | 82 | 59 | FE | 31 | 41 | 0 | 0 | FF | 63 | 43 |
| Octal | 202 | 131 | 376 | 61 | 101 | 0 | 0 | 377 | 143 | 103 |
| Binary | 10000010 | 1011001 | 11111110 | 110001 | 1000001 | 0 | 0 | 11111111 | 1100011 | 1000011 |
Color Harmonies of #8259FE
Complementary color
Monochromatic Colors of #8259FE
Black with #8259FE
Text Example
Text Example
White with #8259FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8259FE; }
p { color: rgb(130,89,254); }
H1.HeaderClassName
{
color: #8259FE;
}
.AnyTagClassName
{
color: #8259FE;
}
</style>
background-color css
<style>
a { background-color: #8259FE; }
a { background-color: rgb(130,89,254); }
div.DivClassName
{
background-color: #8259FE;
}
.BgClassName
{
background-color: #8259FE;
}
</style>
border-color css
<style>
span { border-color: #8259FE; }
span { border-color: rgb(130,89,254); }
td.TdClassName
{
border-color: #8259FE;
}
.TagClassName
{
border-color: #8259FE;
}
</style>