Shades of Medium Slate Blue #8369EA
Tints of Medium Slate Blue #8369EA
RGB
CMYK
RGB Variations
Color information
#8369EA (or 0x8369EA) is known color: Medium Slate Blue. HEX triplet: 83, 69 and EA. RGB value is (131,105,234). Sum of RGB (Red+Green+Blue) = 131+105+234=470 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.87% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #8369EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8369EA is #7C9615. Grayscale: #7E7E7E. Windows color (decimal): -8164886 or 15362435. OLE color: 15362435.
HSL color Cylindrical-coordinate representation of color #8369EA: hue angle of 252.09º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8369EA is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 105 | 234 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.08 |
| HSL | 252.09º | 0.75% | 0.66% | - |
| HSV(B) | 252.09º | 0.55% | 0.92% | - |
| XYZ | 29.26 | 20.87 | 80.33 | - |
| YUV | 127.48 | 188.11 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 105 | 234 | 0.44 | 0.55 | 0 | 0.08 | 252.09 | 0.75 | 0.66 |
| Hex | 83 | 69 | EA | 2C | 37 | 0 | 8 | FC | 4B | 42 |
| Octal | 203 | 151 | 352 | 54 | 67 | 0 | 10 | 374 | 113 | 102 |
| Binary | 10000011 | 1101001 | 11101010 | 101100 | 110111 | 0 | 1000 | 11111100 | 1001011 | 1000010 |
Color Harmonies of #8369EA
Complementary color
Monochromatic Colors of #8369EA
Black with #8369EA
Text Example
Text Example
White with #8369EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8369EA; }
p { color: rgb(131,105,234); }
H1.HeaderClassName
{
color: #8369EA;
}
.AnyTagClassName
{
color: #8369EA;
}
</style>
background-color css
<style>
a { background-color: #8369EA; }
a { background-color: rgb(131,105,234); }
div.DivClassName
{
background-color: #8369EA;
}
.BgClassName
{
background-color: #8369EA;
}
</style>
border-color css
<style>
span { border-color: #8369EA; }
span { border-color: rgb(131,105,234); }
td.TdClassName
{
border-color: #8369EA;
}
.TagClassName
{
border-color: #8369EA;
}
</style>