Shades of Medium Slate Blue #8257DC
Tints of Medium Slate Blue #8257DC
RGB
CMYK
RGB Variations
Color information
#8257DC (or 0x8257DC) is known color: Medium Slate Blue. HEX triplet: 82, 57 and DC. RGB value is (130,87,220). Sum of RGB (Red+Green+Blue) = 130+87+220=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #8257DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8257DC is #7DA823. Grayscale: #727272. Windows color (decimal): -8235044 or 14440322. OLE color: 14440322.
HSL color Cylindrical-coordinate representation of color #8257DC: hue angle of 259.4º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8257DC is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 87 | 220 | - |
| CMYK | 0.41 | 0.60 | 0 | 0.14 |
| HSL | 259.4º | 0.66% | 0.6% | - |
| HSV(B) | 259.4º | 0.6% | 0.86% | - |
| XYZ | 25.53 | 16.73 | 69.59 | - |
| YUV | 115.02 | 187.25 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 87 | 220 | 0.41 | 0.60 | 0 | 0.14 | 259.4 | 0.66 | 0.6 |
| Hex | 82 | 57 | DC | 29 | 3C | 0 | E | 103 | 42 | 3C |
| Octal | 202 | 127 | 334 | 51 | 74 | 0 | 16 | 403 | 102 | 74 |
| Binary | 10000010 | 1010111 | 11011100 | 101001 | 111100 | 0 | 1110 | 100000011 | 1000010 | 111100 |
Color Harmonies of #8257DC
Complementary color
Monochromatic Colors of #8257DC
Black with #8257DC
Text Example
Text Example
White with #8257DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8257DC; }
p { color: rgb(130,87,220); }
H1.HeaderClassName
{
color: #8257DC;
}
.AnyTagClassName
{
color: #8257DC;
}
</style>
background-color css
<style>
a { background-color: #8257DC; }
a { background-color: rgb(130,87,220); }
div.DivClassName
{
background-color: #8257DC;
}
.BgClassName
{
background-color: #8257DC;
}
</style>
border-color css
<style>
span { border-color: #8257DC; }
span { border-color: rgb(130,87,220); }
td.TdClassName
{
border-color: #8257DC;
}
.TagClassName
{
border-color: #8257DC;
}
</style>