Shades of Medium Slate Blue #834AF1
Tints of Medium Slate Blue #834AF1
RGB
CMYK
RGB Variations
Color information
#834AF1 (or 0x834AF1) is known color: Medium Slate Blue. HEX triplet: 83, 4A and F1. RGB value is (131,74,241). Sum of RGB (Red+Green+Blue) = 131+74+241=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 241 (94.53% from 255 or 54.04% from 446); Max value from RGB is 241 - color contains mainly: blue. Hex color #834AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #834AF1 is #7CB50E. Grayscale: #6D6D6D. Windows color (decimal): -8172815 or 15813251. OLE color: 15813251.
HSL color Cylindrical-coordinate representation of color #834AF1: hue angle of 260.48º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #834AF1 is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 74 | 241 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.05 |
| HSL | 260.48º | 0.86% | 0.62% | - |
| HSV(B) | 260.48º | 0.69% | 0.95% | - |
| XYZ | 27.69 | 16.07 | 84.86 | - |
| YUV | 110.08 | 201.88 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 74 | 241 | 0.46 | 0.69 | 0 | 0.05 | 260.48 | 0.86 | 0.62 |
| Hex | 83 | 4A | F1 | 2E | 45 | 0 | 5 | 104 | 56 | 3E |
| Octal | 203 | 112 | 361 | 56 | 105 | 0 | 5 | 404 | 126 | 76 |
| Binary | 10000011 | 1001010 | 11110001 | 101110 | 1000101 | 0 | 101 | 100000100 | 1010110 | 111110 |
Color Harmonies of #834AF1
Complementary color
Monochromatic Colors of #834AF1
Black with #834AF1
Text Example
Text Example
White with #834AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834AF1; }
p { color: rgb(131,74,241); }
H1.HeaderClassName
{
color: #834AF1;
}
.AnyTagClassName
{
color: #834AF1;
}
</style>
background-color css
<style>
a { background-color: #834AF1; }
a { background-color: rgb(131,74,241); }
div.DivClassName
{
background-color: #834AF1;
}
.BgClassName
{
background-color: #834AF1;
}
</style>
border-color css
<style>
span { border-color: #834AF1; }
span { border-color: rgb(131,74,241); }
td.TdClassName
{
border-color: #834AF1;
}
.TagClassName
{
border-color: #834AF1;
}
</style>