Shades of Medium Slate Blue #8273EA
Tints of Medium Slate Blue #8273EA
RGB
CMYK
RGB Variations
Color information
#8273EA (or 0x8273EA) is known color: Medium Slate Blue. HEX triplet: 82, 73 and EA. RGB value is (130,115,234). Sum of RGB (Red+Green+Blue) = 130+115+234=479 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.14% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #8273EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8273EA is #7D8C15. Grayscale: #848484. Windows color (decimal): -8227862 or 15364994. OLE color: 15364994.
HSL color Cylindrical-coordinate representation of color #8273EA: hue angle of 247.56º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8273EA is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 115 | 234 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.08 |
| HSL | 247.56º | 0.74% | 0.68% | - |
| HSV(B) | 247.56º | 0.51% | 0.92% | - |
| XYZ | 30.19 | 22.95 | 80.68 | - |
| YUV | 133.05 | 184.97 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 115 | 234 | 0.44 | 0.51 | 0 | 0.08 | 247.56 | 0.74 | 0.68 |
| Hex | 82 | 73 | EA | 2C | 33 | 0 | 8 | F8 | 4A | 44 |
| Octal | 202 | 163 | 352 | 54 | 63 | 0 | 10 | 370 | 112 | 104 |
| Binary | 10000010 | 1110011 | 11101010 | 101100 | 110011 | 0 | 1000 | 11111000 | 1001010 | 1000100 |
Color Harmonies of #8273EA
Complementary color
Monochromatic Colors of #8273EA
Black with #8273EA
Text Example
Text Example
White with #8273EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8273EA; }
p { color: rgb(130,115,234); }
H1.HeaderClassName
{
color: #8273EA;
}
.AnyTagClassName
{
color: #8273EA;
}
</style>
background-color css
<style>
a { background-color: #8273EA; }
a { background-color: rgb(130,115,234); }
div.DivClassName
{
background-color: #8273EA;
}
.BgClassName
{
background-color: #8273EA;
}
</style>
border-color css
<style>
span { border-color: #8273EA; }
span { border-color: rgb(130,115,234); }
td.TdClassName
{
border-color: #8273EA;
}
.TagClassName
{
border-color: #8273EA;
}
</style>