Shades of Medium Slate Blue #8351EE
Tints of Medium Slate Blue #8351EE
RGB
CMYK
RGB Variations
Color information
#8351EE (or 0x8351EE) is known color: Medium Slate Blue. HEX triplet: 83, 51 and EE. RGB value is (131,81,238). Sum of RGB (Red+Green+Blue) = 131+81+238=450 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.11% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #8351EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8351EE is #7CAE11. Grayscale: #717171. Windows color (decimal): -8171026 or 15618435. OLE color: 15618435.
HSL color Cylindrical-coordinate representation of color #8351EE: hue angle of 259.11º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8351EE is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 81 | 238 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.07 |
| HSL | 259.11º | 0.82% | 0.63% | - |
| HSV(B) | 259.11º | 0.66% | 0.93% | - |
| XYZ | 27.74 | 16.88 | 82.69 | - |
| YUV | 113.85 | 198.07 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 81 | 238 | 0.45 | 0.66 | 0 | 0.07 | 259.11 | 0.82 | 0.63 |
| Hex | 83 | 51 | EE | 2D | 42 | 0 | 7 | 103 | 52 | 3F |
| Octal | 203 | 121 | 356 | 55 | 102 | 0 | 7 | 403 | 122 | 77 |
| Binary | 10000011 | 1010001 | 11101110 | 101101 | 1000010 | 0 | 111 | 100000011 | 1010010 | 111111 |
Color Harmonies of #8351EE
Complementary color
Monochromatic Colors of #8351EE
Black with #8351EE
Text Example
Text Example
White with #8351EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8351EE; }
p { color: rgb(131,81,238); }
H1.HeaderClassName
{
color: #8351EE;
}
.AnyTagClassName
{
color: #8351EE;
}
</style>
background-color css
<style>
a { background-color: #8351EE; }
a { background-color: rgb(131,81,238); }
div.DivClassName
{
background-color: #8351EE;
}
.BgClassName
{
background-color: #8351EE;
}
</style>
border-color css
<style>
span { border-color: #8351EE; }
span { border-color: rgb(131,81,238); }
td.TdClassName
{
border-color: #8351EE;
}
.TagClassName
{
border-color: #8351EE;
}
</style>