Shades of Medium Slate Blue #8252DC
Tints of Medium Slate Blue #8252DC
RGB
CMYK
RGB Variations
Color information
#8252DC (or 0x8252DC) is known color: Medium Slate Blue. HEX triplet: 82, 52 and DC. RGB value is (130,82,220). Sum of RGB (Red+Green+Blue) = 130+82+220=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #8252DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8252DC is #7DAD23. Grayscale: #6F6F6F. Windows color (decimal): -8236324 or 14439042. OLE color: 14439042.
HSL color Cylindrical-coordinate representation of color #8252DC: hue angle of 260.87º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8252DC is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 82 | 220 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.14 |
| HSL | 260.87º | 0.66% | 0.59% | - |
| HSV(B) | 260.87º | 0.63% | 0.86% | - |
| XYZ | 25.14 | 15.95 | 69.46 | - |
| YUV | 112.08 | 188.9 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 220 | 0.41 | 0.63 | 0 | 0.14 | 260.87 | 0.66 | 0.59 |
| Hex | 82 | 52 | DC | 29 | 3F | 0 | E | 105 | 42 | 3B |
| Octal | 202 | 122 | 334 | 51 | 77 | 0 | 16 | 405 | 102 | 73 |
| Binary | 10000010 | 1010010 | 11011100 | 101001 | 111111 | 0 | 1110 | 100000101 | 1000010 | 111011 |
Color Harmonies of #8252DC
Complementary color
Monochromatic Colors of #8252DC
Black with #8252DC
Text Example
Text Example
White with #8252DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8252DC; }
p { color: rgb(130,82,220); }
H1.HeaderClassName
{
color: #8252DC;
}
.AnyTagClassName
{
color: #8252DC;
}
</style>
background-color css
<style>
a { background-color: #8252DC; }
a { background-color: rgb(130,82,220); }
div.DivClassName
{
background-color: #8252DC;
}
.BgClassName
{
background-color: #8252DC;
}
</style>
border-color css
<style>
span { border-color: #8252DC; }
span { border-color: rgb(130,82,220); }
td.TdClassName
{
border-color: #8252DC;
}
.TagClassName
{
border-color: #8252DC;
}
</style>