Shades of Medium Slate Blue #8268ED
Tints of Medium Slate Blue #8268ED
RGB
CMYK
RGB Variations
Color information
#8268ED (or 0x8268ED) is known color: Medium Slate Blue. HEX triplet: 82, 68 and ED. RGB value is (130,104,237). Sum of RGB (Red+Green+Blue) = 130+104+237=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #8268ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8268ED is #7D9712. Grayscale: #7E7E7E. Windows color (decimal): -8230675 or 15558786. OLE color: 15558786.
HSL color Cylindrical-coordinate representation of color #8268ED: hue angle of 251.73º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8268ED is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 104 | 237 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.07 |
| HSL | 251.73º | 0.79% | 0.67% | - |
| HSV(B) | 251.73º | 0.56% | 0.93% | - |
| XYZ | 29.44 | 20.76 | 82.58 | - |
| YUV | 126.94 | 190.11 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 104 | 237 | 0.45 | 0.56 | 0 | 0.07 | 251.73 | 0.79 | 0.67 |
| Hex | 82 | 68 | ED | 2D | 38 | 0 | 7 | FC | 4F | 43 |
| Octal | 202 | 150 | 355 | 55 | 70 | 0 | 7 | 374 | 117 | 103 |
| Binary | 10000010 | 1101000 | 11101101 | 101101 | 111000 | 0 | 111 | 11111100 | 1001111 | 1000011 |
Color Harmonies of #8268ED
Complementary color
Monochromatic Colors of #8268ED
Black with #8268ED
Text Example
Text Example
White with #8268ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8268ED; }
p { color: rgb(130,104,237); }
H1.HeaderClassName
{
color: #8268ED;
}
.AnyTagClassName
{
color: #8268ED;
}
</style>
background-color css
<style>
a { background-color: #8268ED; }
a { background-color: rgb(130,104,237); }
div.DivClassName
{
background-color: #8268ED;
}
.BgClassName
{
background-color: #8268ED;
}
</style>
border-color css
<style>
span { border-color: #8268ED; }
span { border-color: rgb(130,104,237); }
td.TdClassName
{
border-color: #8268ED;
}
.TagClassName
{
border-color: #8268ED;
}
</style>