Shades of Medium Slate Blue #836BEA
Tints of Medium Slate Blue #836BEA
RGB
CMYK
RGB Variations
Color information
#836BEA (or 0x836BEA) is known color: Medium Slate Blue. HEX triplet: 83, 6B and EA. RGB value is (131,107,234). Sum of RGB (Red+Green+Blue) = 131+107+234=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #836BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836BEA is #7C9415. Grayscale: #808080. Windows color (decimal): -8164374 or 15362947. OLE color: 15362947.
HSL color Cylindrical-coordinate representation of color #836BEA: hue angle of 251.34º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #836BEA is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 107 | 234 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.08 |
| HSL | 251.34º | 0.75% | 0.67% | - |
| HSV(B) | 251.34º | 0.54% | 0.92% | - |
| XYZ | 29.47 | 21.28 | 80.4 | - |
| YUV | 128.65 | 187.45 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 107 | 234 | 0.44 | 0.54 | 0 | 0.08 | 251.34 | 0.75 | 0.67 |
| Hex | 83 | 6B | EA | 2C | 36 | 0 | 8 | FB | 4B | 43 |
| Octal | 203 | 153 | 352 | 54 | 66 | 0 | 10 | 373 | 113 | 103 |
| Binary | 10000011 | 1101011 | 11101010 | 101100 | 110110 | 0 | 1000 | 11111011 | 1001011 | 1000011 |
Color Harmonies of #836BEA
Complementary color
Monochromatic Colors of #836BEA
Black with #836BEA
Text Example
Text Example
White with #836BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836BEA; }
p { color: rgb(131,107,234); }
H1.HeaderClassName
{
color: #836BEA;
}
.AnyTagClassName
{
color: #836BEA;
}
</style>
background-color css
<style>
a { background-color: #836BEA; }
a { background-color: rgb(131,107,234); }
div.DivClassName
{
background-color: #836BEA;
}
.BgClassName
{
background-color: #836BEA;
}
</style>
border-color css
<style>
span { border-color: #836BEA; }
span { border-color: rgb(131,107,234); }
td.TdClassName
{
border-color: #836BEA;
}
.TagClassName
{
border-color: #836BEA;
}
</style>