Shades of Medium Slate Blue #826CE4
Tints of Medium Slate Blue #826CE4
RGB
CMYK
RGB Variations
Color information
#826CE4 (or 0x826CE4) is known color: Medium Slate Blue. HEX triplet: 82, 6C and E4. RGB value is (130,108,228). Sum of RGB (Red+Green+Blue) = 130+108+228=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 228 (89.45% from 255 or 48.93% from 466); Max value from RGB is 228 - color contains mainly: blue. Hex color #826CE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826CE4 is #7D931B. Grayscale: #7F7F7F. Windows color (decimal): -8229660 or 14969986. OLE color: 14969986.
HSL color Cylindrical-coordinate representation of color #826CE4: hue angle of 251º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #826CE4 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 130 | 108 | 228 | - |
| CMYK | 0.43 | 0.53 | 0 | 0.11 |
| HSL | 251º | 0.69% | 0.66% | - |
| HSV(B) | 251º | 0.53% | 0.89% | - |
| XYZ | 28.57 | 21.07 | 75.96 | - |
| YUV | 128.26 | 184.29 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 108 | 228 | 0.43 | 0.53 | 0 | 0.11 | 251 | 0.69 | 0.66 |
| Hex | 82 | 6C | E4 | 2B | 35 | 0 | B | FB | 45 | 42 |
| Octal | 202 | 154 | 344 | 53 | 65 | 0 | 13 | 373 | 105 | 102 |
| Binary | 10000010 | 1101100 | 11100100 | 101011 | 110101 | 0 | 1011 | 11111011 | 1000101 | 1000010 |
Color Harmonies of #826CE4
Complementary color
Monochromatic Colors of #826CE4
Black with #826CE4
Text Example
Text Example
White with #826CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826CE4; }
p { color: rgb(130,108,228); }
H1.HeaderClassName
{
color: #826CE4;
}
.AnyTagClassName
{
color: #826CE4;
}
</style>
background-color css
<style>
a { background-color: #826CE4; }
a { background-color: rgb(130,108,228); }
div.DivClassName
{
background-color: #826CE4;
}
.BgClassName
{
background-color: #826CE4;
}
</style>
border-color css
<style>
span { border-color: #826CE4; }
span { border-color: rgb(130,108,228); }
td.TdClassName
{
border-color: #826CE4;
}
.TagClassName
{
border-color: #826CE4;
}
</style>