Shades of Medium Slate Blue #8273DD
Tints of Medium Slate Blue #8273DD
RGB
CMYK
RGB Variations
Color information
#8273DD (or 0x8273DD) is known color: Medium Slate Blue. HEX triplet: 82, 73 and DD. RGB value is (130,115,221). Sum of RGB (Red+Green+Blue) = 130+115+221=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #8273DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8273DD is #7D8C22. Grayscale: #838383. Windows color (decimal): -8227875 or 14513026. OLE color: 14513026.
HSL color Cylindrical-coordinate representation of color #8273DD: hue angle of 248.49º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8273DD is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 115 | 221 | - |
| CMYK | 0.41 | 0.48 | 0 | 0.13 |
| HSL | 248.49º | 0.61% | 0.66% | - |
| HSV(B) | 248.49º | 0.48% | 0.87% | - |
| XYZ | 28.39 | 22.23 | 71.2 | - |
| YUV | 131.57 | 178.47 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 115 | 221 | 0.41 | 0.48 | 0 | 0.13 | 248.49 | 0.61 | 0.66 |
| Hex | 82 | 73 | DD | 29 | 30 | 0 | D | F8 | 3D | 42 |
| Octal | 202 | 163 | 335 | 51 | 60 | 0 | 15 | 370 | 75 | 102 |
| Binary | 10000010 | 1110011 | 11011101 | 101001 | 110000 | 0 | 1101 | 11111000 | 111101 | 1000010 |
Color Harmonies of #8273DD
Complementary color
Monochromatic Colors of #8273DD
Black with #8273DD
Text Example
Text Example
White with #8273DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8273DD; }
p { color: rgb(130,115,221); }
H1.HeaderClassName
{
color: #8273DD;
}
.AnyTagClassName
{
color: #8273DD;
}
</style>
background-color css
<style>
a { background-color: #8273DD; }
a { background-color: rgb(130,115,221); }
div.DivClassName
{
background-color: #8273DD;
}
.BgClassName
{
background-color: #8273DD;
}
</style>
border-color css
<style>
span { border-color: #8273DD; }
span { border-color: rgb(130,115,221); }
td.TdClassName
{
border-color: #8273DD;
}
.TagClassName
{
border-color: #8273DD;
}
</style>