Shades of Medium Slate Blue #834EFF
Tints of Medium Slate Blue #834EFF
RGB
CMYK
RGB Variations
Color information
#834EFF (or 0x834EFF) is known color: Medium Slate Blue. HEX triplet: 83, 4E and FF. RGB value is (131,78,255). Sum of RGB (Red+Green+Blue) = 131+78+255=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #834EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #834EFF is #7CB100. Grayscale: #717171. Windows color (decimal): -8171777 or 16731779. OLE color: 16731779.
HSL color Cylindrical-coordinate representation of color #834EFF: hue angle of 257.97º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #834EFF is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 78 | 255 | - |
| CMYK | 0.49 | 0.69 | 0 | 0 |
| HSL | 257.97º | 1% | 0.65% | - |
| HSV(B) | 257.97º | 0.69% | 1% | - |
| XYZ | 30.13 | 17.49 | 96.4 | - |
| YUV | 114.03 | 207.56 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 78 | 255 | 0.49 | 0.69 | 0 | 0 | 257.97 | 1 | 0.65 |
| Hex | 83 | 4E | FF | 31 | 45 | 0 | 0 | 102 | 64 | 41 |
| Octal | 203 | 116 | 377 | 61 | 105 | 0 | 0 | 402 | 144 | 101 |
| Binary | 10000011 | 1001110 | 11111111 | 110001 | 1000101 | 0 | 0 | 100000010 | 1100100 | 1000001 |
Color Harmonies of #834EFF
Complementary color
Monochromatic Colors of #834EFF
Black with #834EFF
Text Example
Text Example
White with #834EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834EFF; }
p { color: rgb(131,78,255); }
H1.HeaderClassName
{
color: #834EFF;
}
.AnyTagClassName
{
color: #834EFF;
}
</style>
background-color css
<style>
a { background-color: #834EFF; }
a { background-color: rgb(131,78,255); }
div.DivClassName
{
background-color: #834EFF;
}
.BgClassName
{
background-color: #834EFF;
}
</style>
border-color css
<style>
span { border-color: #834EFF; }
span { border-color: rgb(131,78,255); }
td.TdClassName
{
border-color: #834EFF;
}
.TagClassName
{
border-color: #834EFF;
}
</style>