Shades of Medium Slate Blue #8259DC
Tints of Medium Slate Blue #8259DC
RGB
CMYK
RGB Variations
Color information
#8259DC (or 0x8259DC) is known color: Medium Slate Blue. HEX triplet: 82, 59 and DC. RGB value is (130,89,220). Sum of RGB (Red+Green+Blue) = 130+89+220=439 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.61% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #8259DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8259DC is #7DA623. Grayscale: #737373. Windows color (decimal): -8234532 or 14440834. OLE color: 14440834.
HSL color Cylindrical-coordinate representation of color #8259DC: hue angle of 258.78º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8259DC is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 89 | 220 | - |
| CMYK | 0.41 | 0.60 | 0 | 0.14 |
| HSL | 258.78º | 0.65% | 0.61% | - |
| HSV(B) | 258.78º | 0.6% | 0.86% | - |
| XYZ | 25.7 | 17.06 | 69.65 | - |
| YUV | 116.19 | 186.58 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 89 | 220 | 0.41 | 0.60 | 0 | 0.14 | 258.78 | 0.65 | 0.61 |
| Hex | 82 | 59 | DC | 29 | 3C | 0 | E | 103 | 41 | 3D |
| Octal | 202 | 131 | 334 | 51 | 74 | 0 | 16 | 403 | 101 | 75 |
| Binary | 10000010 | 1011001 | 11011100 | 101001 | 111100 | 0 | 1110 | 100000011 | 1000001 | 111101 |
Color Harmonies of #8259DC
Complementary color
Monochromatic Colors of #8259DC
Black with #8259DC
Text Example
Text Example
White with #8259DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8259DC; }
p { color: rgb(130,89,220); }
H1.HeaderClassName
{
color: #8259DC;
}
.AnyTagClassName
{
color: #8259DC;
}
</style>
background-color css
<style>
a { background-color: #8259DC; }
a { background-color: rgb(130,89,220); }
div.DivClassName
{
background-color: #8259DC;
}
.BgClassName
{
background-color: #8259DC;
}
</style>
border-color css
<style>
span { border-color: #8259DC; }
span { border-color: rgb(130,89,220); }
td.TdClassName
{
border-color: #8259DC;
}
.TagClassName
{
border-color: #8259DC;
}
</style>