Shades of Medium Slate Blue #8270EB
Tints of Medium Slate Blue #8270EB
RGB
CMYK
RGB Variations
Color information
#8270EB (or 0x8270EB) is known color: Medium Slate Blue. HEX triplet: 82, 70 and EB. RGB value is (130,112,235). Sum of RGB (Red+Green+Blue) = 130+112+235=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #8270EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8270EB is #7D8F14. Grayscale: #828282. Windows color (decimal): -8228629 or 15429762. OLE color: 15429762.
HSL color Cylindrical-coordinate representation of color #8270EB: hue angle of 248.78º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8270EB is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 112 | 235 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.08 |
| HSL | 248.78º | 0.75% | 0.68% | - |
| HSV(B) | 248.78º | 0.52% | 0.92% | - |
| XYZ | 30 | 22.33 | 81.33 | - |
| YUV | 131.4 | 186.46 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 112 | 235 | 0.45 | 0.52 | 0 | 0.08 | 248.78 | 0.75 | 0.68 |
| Hex | 82 | 70 | EB | 2D | 34 | 0 | 8 | F9 | 4B | 44 |
| Octal | 202 | 160 | 353 | 55 | 64 | 0 | 10 | 371 | 113 | 104 |
| Binary | 10000010 | 1110000 | 11101011 | 101101 | 110100 | 0 | 1000 | 11111001 | 1001011 | 1000100 |
Color Harmonies of #8270EB
Complementary color
Monochromatic Colors of #8270EB
Black with #8270EB
Text Example
Text Example
White with #8270EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8270EB; }
p { color: rgb(130,112,235); }
H1.HeaderClassName
{
color: #8270EB;
}
.AnyTagClassName
{
color: #8270EB;
}
</style>
background-color css
<style>
a { background-color: #8270EB; }
a { background-color: rgb(130,112,235); }
div.DivClassName
{
background-color: #8270EB;
}
.BgClassName
{
background-color: #8270EB;
}
</style>
border-color css
<style>
span { border-color: #8270EB; }
span { border-color: rgb(130,112,235); }
td.TdClassName
{
border-color: #8270EB;
}
.TagClassName
{
border-color: #8270EB;
}
</style>