Shades of Medium Slate Blue #8366EA
Tints of Medium Slate Blue #8366EA
RGB
CMYK
RGB Variations
Color information
#8366EA (or 0x8366EA) is known color: Medium Slate Blue. HEX triplet: 83, 66 and EA. RGB value is (131,102,234). Sum of RGB (Red+Green+Blue) = 131+102+234=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #8366EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8366EA is #7C9915. Grayscale: #7D7D7D. Windows color (decimal): -8165654 or 15361667. OLE color: 15361667.
HSL color Cylindrical-coordinate representation of color #8366EA: hue angle of 253.18º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8366EA is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 102 | 234 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.08 |
| HSL | 253.18º | 0.76% | 0.66% | - |
| HSV(B) | 253.18º | 0.56% | 0.92% | - |
| XYZ | 28.96 | 20.27 | 80.23 | - |
| YUV | 125.72 | 189.11 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 102 | 234 | 0.44 | 0.56 | 0 | 0.08 | 253.18 | 0.76 | 0.66 |
| Hex | 83 | 66 | EA | 2C | 38 | 0 | 8 | FD | 4C | 42 |
| Octal | 203 | 146 | 352 | 54 | 70 | 0 | 10 | 375 | 114 | 102 |
| Binary | 10000011 | 1100110 | 11101010 | 101100 | 111000 | 0 | 1000 | 11111101 | 1001100 | 1000010 |
Color Harmonies of #8366EA
Complementary color
Monochromatic Colors of #8366EA
Black with #8366EA
Text Example
Text Example
White with #8366EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8366EA; }
p { color: rgb(131,102,234); }
H1.HeaderClassName
{
color: #8366EA;
}
.AnyTagClassName
{
color: #8366EA;
}
</style>
background-color css
<style>
a { background-color: #8366EA; }
a { background-color: rgb(131,102,234); }
div.DivClassName
{
background-color: #8366EA;
}
.BgClassName
{
background-color: #8366EA;
}
</style>
border-color css
<style>
span { border-color: #8366EA; }
span { border-color: rgb(131,102,234); }
td.TdClassName
{
border-color: #8366EA;
}
.TagClassName
{
border-color: #8366EA;
}
</style>