Shades of Medium Slate Blue #836AF2
Tints of Medium Slate Blue #836AF2
RGB
CMYK
RGB Variations
Color information
#836AF2 (or 0x836AF2) is known color: Medium Slate Blue. HEX triplet: 83, 6A and F2. RGB value is (131,106,242). Sum of RGB (Red+Green+Blue) = 131+106+242=479 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.35% from 479); Green value is 106 (41.80% from 255 or 22.13% from 479); Blue value is 242 (94.92% from 255 or 50.52% from 479); Max value from RGB is 242 - color contains mainly: blue. Hex color #836AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836AF2 is #7C950D. Grayscale: #808080. Windows color (decimal): -8164622 or 15886979. OLE color: 15886979.
HSL color Cylindrical-coordinate representation of color #836AF2: hue angle of 251.03º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #836AF2 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 106 | 242 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.05 |
| HSL | 251.03º | 0.84% | 0.68% | - |
| HSV(B) | 251.03º | 0.56% | 0.95% | - |
| XYZ | 30.54 | 21.54 | 86.55 | - |
| YUV | 128.98 | 191.78 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 106 | 242 | 0.46 | 0.56 | 0 | 0.05 | 251.03 | 0.84 | 0.68 |
| Hex | 83 | 6A | F2 | 2E | 38 | 0 | 5 | FB | 54 | 44 |
| Octal | 203 | 152 | 362 | 56 | 70 | 0 | 5 | 373 | 124 | 104 |
| Binary | 10000011 | 1101010 | 11110010 | 101110 | 111000 | 0 | 101 | 11111011 | 1010100 | 1000100 |
Color Harmonies of #836AF2
Complementary color
Monochromatic Colors of #836AF2
Black with #836AF2
Text Example
Text Example
White with #836AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836AF2; }
p { color: rgb(131,106,242); }
H1.HeaderClassName
{
color: #836AF2;
}
.AnyTagClassName
{
color: #836AF2;
}
</style>
background-color css
<style>
a { background-color: #836AF2; }
a { background-color: rgb(131,106,242); }
div.DivClassName
{
background-color: #836AF2;
}
.BgClassName
{
background-color: #836AF2;
}
</style>
border-color css
<style>
span { border-color: #836AF2; }
span { border-color: rgb(131,106,242); }
td.TdClassName
{
border-color: #836AF2;
}
.TagClassName
{
border-color: #836AF2;
}
</style>