Shades of Medium Slate Blue #8255DD
Tints of Medium Slate Blue #8255DD
RGB
CMYK
RGB Variations
Color information
#8255DD (or 0x8255DD) is known color: Medium Slate Blue. HEX triplet: 82, 55 and DD. RGB value is (130,85,221). Sum of RGB (Red+Green+Blue) = 130+85+221=436 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.82% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #8255DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8255DD is #7DAA22. Grayscale: #717171. Windows color (decimal): -8235555 or 14505346. OLE color: 14505346.
HSL color Cylindrical-coordinate representation of color #8255DD: hue angle of 259.85º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8255DD is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 85 | 221 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.13 |
| HSL | 259.85º | 0.67% | 0.6% | - |
| HSV(B) | 259.85º | 0.62% | 0.87% | - |
| XYZ | 25.51 | 16.46 | 70.24 | - |
| YUV | 113.96 | 188.41 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 85 | 221 | 0.41 | 0.62 | 0 | 0.13 | 259.85 | 0.67 | 0.6 |
| Hex | 82 | 55 | DD | 29 | 3E | 0 | D | 104 | 43 | 3C |
| Octal | 202 | 125 | 335 | 51 | 76 | 0 | 15 | 404 | 103 | 74 |
| Binary | 10000010 | 1010101 | 11011101 | 101001 | 111110 | 0 | 1101 | 100000100 | 1000011 | 111100 |
Color Harmonies of #8255DD
Complementary color
Monochromatic Colors of #8255DD
Black with #8255DD
Text Example
Text Example
White with #8255DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8255DD; }
p { color: rgb(130,85,221); }
H1.HeaderClassName
{
color: #8255DD;
}
.AnyTagClassName
{
color: #8255DD;
}
</style>
background-color css
<style>
a { background-color: #8255DD; }
a { background-color: rgb(130,85,221); }
div.DivClassName
{
background-color: #8255DD;
}
.BgClassName
{
background-color: #8255DD;
}
</style>
border-color css
<style>
span { border-color: #8255DD; }
span { border-color: rgb(130,85,221); }
td.TdClassName
{
border-color: #8255DD;
}
.TagClassName
{
border-color: #8255DD;
}
</style>