Shades of Medium Slate Blue #8267EC
Tints of Medium Slate Blue #8267EC
RGB
CMYK
RGB Variations
Color information
#8267EC (or 0x8267EC) is known color: Medium Slate Blue. HEX triplet: 82, 67 and EC. RGB value is (130,103,236). Sum of RGB (Red+Green+Blue) = 130+103+236=469 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.72% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #8267EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8267EC is #7D9813. Grayscale: #7D7D7D. Windows color (decimal): -8230932 or 15492994. OLE color: 15492994.
HSL color Cylindrical-coordinate representation of color #8267EC: hue angle of 252.18º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8267EC is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 103 | 236 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.07 |
| HSL | 252.18º | 0.78% | 0.66% | - |
| HSV(B) | 252.18º | 0.56% | 0.93% | - |
| XYZ | 29.2 | 20.5 | 81.78 | - |
| YUV | 126.24 | 189.95 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 103 | 236 | 0.45 | 0.56 | 0 | 0.07 | 252.18 | 0.78 | 0.66 |
| Hex | 82 | 67 | EC | 2D | 38 | 0 | 7 | FC | 4E | 42 |
| Octal | 202 | 147 | 354 | 55 | 70 | 0 | 7 | 374 | 116 | 102 |
| Binary | 10000010 | 1100111 | 11101100 | 101101 | 111000 | 0 | 111 | 11111100 | 1001110 | 1000010 |
Color Harmonies of #8267EC
Complementary color
Monochromatic Colors of #8267EC
Black with #8267EC
Text Example
Text Example
White with #8267EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8267EC; }
p { color: rgb(130,103,236); }
H1.HeaderClassName
{
color: #8267EC;
}
.AnyTagClassName
{
color: #8267EC;
}
</style>
background-color css
<style>
a { background-color: #8267EC; }
a { background-color: rgb(130,103,236); }
div.DivClassName
{
background-color: #8267EC;
}
.BgClassName
{
background-color: #8267EC;
}
</style>
border-color css
<style>
span { border-color: #8267EC; }
span { border-color: rgb(130,103,236); }
td.TdClassName
{
border-color: #8267EC;
}
.TagClassName
{
border-color: #8267EC;
}
</style>