Shades of Medium Slate Blue #8273ED
Tints of Medium Slate Blue #8273ED
RGB
CMYK
RGB Variations
Color information
#8273ED (or 0x8273ED) is known color: Medium Slate Blue. HEX triplet: 82, 73 and ED. RGB value is (130,115,237). Sum of RGB (Red+Green+Blue) = 130+115+237=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #8273ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8273ED is #7D8C12. Grayscale: #848484. Windows color (decimal): -8227859 or 15561602. OLE color: 15561602.
HSL color Cylindrical-coordinate representation of color #8273ED: hue angle of 247.38º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8273ED is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 115 | 237 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.07 |
| HSL | 247.38º | 0.77% | 0.69% | - |
| HSV(B) | 247.38º | 0.51% | 0.93% | - |
| XYZ | 30.62 | 23.12 | 82.97 | - |
| YUV | 133.39 | 186.47 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 115 | 237 | 0.45 | 0.51 | 0 | 0.07 | 247.38 | 0.77 | 0.69 |
| Hex | 82 | 73 | ED | 2D | 33 | 0 | 7 | F7 | 4D | 45 |
| Octal | 202 | 163 | 355 | 55 | 63 | 0 | 7 | 367 | 115 | 105 |
| Binary | 10000010 | 1110011 | 11101101 | 101101 | 110011 | 0 | 111 | 11110111 | 1001101 | 1000101 |
Color Harmonies of #8273ED
Complementary color
Monochromatic Colors of #8273ED
Black with #8273ED
Text Example
Text Example
White with #8273ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8273ED; }
p { color: rgb(130,115,237); }
H1.HeaderClassName
{
color: #8273ED;
}
.AnyTagClassName
{
color: #8273ED;
}
</style>
background-color css
<style>
a { background-color: #8273ED; }
a { background-color: rgb(130,115,237); }
div.DivClassName
{
background-color: #8273ED;
}
.BgClassName
{
background-color: #8273ED;
}
</style>
border-color css
<style>
span { border-color: #8273ED; }
span { border-color: rgb(130,115,237); }
td.TdClassName
{
border-color: #8273ED;
}
.TagClassName
{
border-color: #8273ED;
}
</style>