Shades of Medium Slate Blue #8278E8
Tints of Medium Slate Blue #8278E8
RGB
CMYK
RGB Variations
Color information
#8278E8 (or 0x8278E8) is known color: Medium Slate Blue. HEX triplet: 82, 78 and E8. RGB value is (130,120,232). Sum of RGB (Red+Green+Blue) = 130+120+232=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 232 (91.02% from 255 or 48.13% from 482); Max value from RGB is 232 - color contains mainly: blue. Hex color #8278E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8278E8 is #7D8717. Grayscale: #878787. Windows color (decimal): -8226584 or 15235202. OLE color: 15235202.
HSL color Cylindrical-coordinate representation of color #8278E8: hue angle of 245.36º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8278E8 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 120 | 232 | - |
| CMYK | 0.44 | 0.48 | 0 | 0.09 |
| HSL | 245.36º | 0.71% | 0.69% | - |
| HSV(B) | 245.36º | 0.48% | 0.91% | - |
| XYZ | 30.49 | 24 | 79.37 | - |
| YUV | 135.76 | 182.31 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 120 | 232 | 0.44 | 0.48 | 0 | 0.09 | 245.36 | 0.71 | 0.69 |
| Hex | 82 | 78 | E8 | 2C | 30 | 0 | 9 | F5 | 47 | 45 |
| Octal | 202 | 170 | 350 | 54 | 60 | 0 | 11 | 365 | 107 | 105 |
| Binary | 10000010 | 1111000 | 11101000 | 101100 | 110000 | 0 | 1001 | 11110101 | 1000111 | 1000101 |
Color Harmonies of #8278E8
Complementary color
Monochromatic Colors of #8278E8
Black with #8278E8
Text Example
Text Example
White with #8278E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8278E8; }
p { color: rgb(130,120,232); }
H1.HeaderClassName
{
color: #8278E8;
}
.AnyTagClassName
{
color: #8278E8;
}
</style>
background-color css
<style>
a { background-color: #8278E8; }
a { background-color: rgb(130,120,232); }
div.DivClassName
{
background-color: #8278E8;
}
.BgClassName
{
background-color: #8278E8;
}
</style>
border-color css
<style>
span { border-color: #8278E8; }
span { border-color: rgb(130,120,232); }
td.TdClassName
{
border-color: #8278E8;
}
.TagClassName
{
border-color: #8278E8;
}
</style>