Shades of Medium Slate Blue #8377EE
Tints of Medium Slate Blue #8377EE
RGB
CMYK
RGB Variations
Color information
#8377EE (or 0x8377EE) is known color: Medium Slate Blue. HEX triplet: 83, 77 and EE. RGB value is (131,119,238). Sum of RGB (Red+Green+Blue) = 131+119+238=488 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.84% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #8377EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8377EE is #7C8811. Grayscale: #878787. Windows color (decimal): -8161298 or 15628163. OLE color: 15628163.
HSL color Cylindrical-coordinate representation of color #8377EE: hue angle of 246.05º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8377EE is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 119 | 238 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.07 |
| HSL | 246.05º | 0.78% | 0.7% | - |
| HSV(B) | 246.05º | 0.5% | 0.93% | - |
| XYZ | 31.39 | 24.19 | 83.9 | - |
| YUV | 136.15 | 185.48 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 119 | 238 | 0.45 | 0.50 | 0 | 0.07 | 246.05 | 0.78 | 0.7 |
| Hex | 83 | 77 | EE | 2D | 32 | 0 | 7 | F6 | 4E | 46 |
| Octal | 203 | 167 | 356 | 55 | 62 | 0 | 7 | 366 | 116 | 106 |
| Binary | 10000011 | 1110111 | 11101110 | 101101 | 110010 | 0 | 111 | 11110110 | 1001110 | 1000110 |
Color Harmonies of #8377EE
Complementary color
Monochromatic Colors of #8377EE
Black with #8377EE
Text Example
Text Example
White with #8377EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8377EE; }
p { color: rgb(131,119,238); }
H1.HeaderClassName
{
color: #8377EE;
}
.AnyTagClassName
{
color: #8377EE;
}
</style>
background-color css
<style>
a { background-color: #8377EE; }
a { background-color: rgb(131,119,238); }
div.DivClassName
{
background-color: #8377EE;
}
.BgClassName
{
background-color: #8377EE;
}
</style>
border-color css
<style>
span { border-color: #8377EE; }
span { border-color: rgb(131,119,238); }
td.TdClassName
{
border-color: #8377EE;
}
.TagClassName
{
border-color: #8377EE;
}
</style>