Shades of Medium Slate Blue #834AFE
Tints of Medium Slate Blue #834AFE
RGB
CMYK
RGB Variations
Color information
#834AFE (or 0x834AFE) is known color: Medium Slate Blue. HEX triplet: 83, 4A and FE. RGB value is (131,74,254). Sum of RGB (Red+Green+Blue) = 131+74+254=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #834AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #834AFE is #7CB501. Grayscale: #6E6E6E. Windows color (decimal): -8172802 or 16665219. OLE color: 16665219.
HSL color Cylindrical-coordinate representation of color #834AFE: hue angle of 259º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #834AFE is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 74 | 254 | - |
| CMYK | 0.48 | 0.71 | 0 | 0.00 |
| HSL | 259º | 0.99% | 0.64% | - |
| HSV(B) | 259º | 0.71% | 1% | - |
| XYZ | 29.7 | 16.88 | 95.46 | - |
| YUV | 111.56 | 208.38 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 74 | 254 | 0.48 | 0.71 | 0 | 0.00 | 259 | 0.99 | 0.64 |
| Hex | 83 | 4A | FE | 30 | 47 | 0 | 0 | 103 | 63 | 40 |
| Octal | 203 | 112 | 376 | 60 | 107 | 0 | 0 | 403 | 143 | 100 |
| Binary | 10000011 | 1001010 | 11111110 | 110000 | 1000111 | 0 | 0 | 100000011 | 1100011 | 1000000 |
Color Harmonies of #834AFE
Complementary color
Monochromatic Colors of #834AFE
Black with #834AFE
Text Example
Text Example
White with #834AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834AFE; }
p { color: rgb(131,74,254); }
H1.HeaderClassName
{
color: #834AFE;
}
.AnyTagClassName
{
color: #834AFE;
}
</style>
background-color css
<style>
a { background-color: #834AFE; }
a { background-color: rgb(131,74,254); }
div.DivClassName
{
background-color: #834AFE;
}
.BgClassName
{
background-color: #834AFE;
}
</style>
border-color css
<style>
span { border-color: #834AFE; }
span { border-color: rgb(131,74,254); }
td.TdClassName
{
border-color: #834AFE;
}
.TagClassName
{
border-color: #834AFE;
}
</style>