Shades of Medium Slate Blue #834FFE
Tints of Medium Slate Blue #834FFE
RGB
CMYK
RGB Variations
Color information
#834FFE (or 0x834FFE) is known color: Medium Slate Blue. HEX triplet: 83, 4F and FE. RGB value is (131,79,254). Sum of RGB (Red+Green+Blue) = 131+79+254=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 79 (31.25% from 255 or 17.03% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #834FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #834FFE is #7CB001. Grayscale: #717171. Windows color (decimal): -8171522 or 16666499. OLE color: 16666499.
HSL color Cylindrical-coordinate representation of color #834FFE: hue angle of 257.83º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #834FFE is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 79 | 254 | - |
| CMYK | 0.48 | 0.69 | 0 | 0.00 |
| HSL | 257.83º | 0.99% | 0.65% | - |
| HSV(B) | 257.83º | 0.69% | 1% | - |
| XYZ | 30.05 | 17.57 | 95.57 | - |
| YUV | 114.5 | 206.73 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 79 | 254 | 0.48 | 0.69 | 0 | 0.00 | 257.83 | 0.99 | 0.65 |
| Hex | 83 | 4F | FE | 30 | 45 | 0 | 0 | 102 | 63 | 41 |
| Octal | 203 | 117 | 376 | 60 | 105 | 0 | 0 | 402 | 143 | 101 |
| Binary | 10000011 | 1001111 | 11111110 | 110000 | 1000101 | 0 | 0 | 100000010 | 1100011 | 1000001 |
Color Harmonies of #834FFE
Complementary color
Monochromatic Colors of #834FFE
Black with #834FFE
Text Example
Text Example
White with #834FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834FFE; }
p { color: rgb(131,79,254); }
H1.HeaderClassName
{
color: #834FFE;
}
.AnyTagClassName
{
color: #834FFE;
}
</style>
background-color css
<style>
a { background-color: #834FFE; }
a { background-color: rgb(131,79,254); }
div.DivClassName
{
background-color: #834FFE;
}
.BgClassName
{
background-color: #834FFE;
}
</style>
border-color css
<style>
span { border-color: #834FFE; }
span { border-color: rgb(131,79,254); }
td.TdClassName
{
border-color: #834FFE;
}
.TagClassName
{
border-color: #834FFE;
}
</style>