Shades of Medium Slate Blue #834AFD
Tints of Medium Slate Blue #834AFD
RGB
CMYK
RGB Variations
Color information
#834AFD (or 0x834AFD) is known color: Medium Slate Blue. HEX triplet: 83, 4A and FD. RGB value is (131,74,253). Sum of RGB (Red+Green+Blue) = 131+74+253=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #834AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #834AFD is #7CB502. Grayscale: #6E6E6E. Windows color (decimal): -8172803 or 16599683. OLE color: 16599683.
HSL color Cylindrical-coordinate representation of color #834AFD: hue angle of 259.11º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #834AFD is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 74 | 253 | - |
| CMYK | 0.48 | 0.71 | 0 | 0.01 |
| HSL | 259.11º | 0.98% | 0.64% | - |
| HSV(B) | 259.11º | 0.71% | 0.99% | - |
| XYZ | 29.54 | 16.81 | 94.62 | - |
| YUV | 111.45 | 207.88 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 74 | 253 | 0.48 | 0.71 | 0 | 0.01 | 259.11 | 0.98 | 0.64 |
| Hex | 83 | 4A | FD | 30 | 47 | 0 | 1 | 103 | 62 | 40 |
| Octal | 203 | 112 | 375 | 60 | 107 | 0 | 1 | 403 | 142 | 100 |
| Binary | 10000011 | 1001010 | 11111101 | 110000 | 1000111 | 0 | 1 | 100000011 | 1100010 | 1000000 |
Color Harmonies of #834AFD
Complementary color
Monochromatic Colors of #834AFD
Black with #834AFD
Text Example
Text Example
White with #834AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834AFD; }
p { color: rgb(131,74,253); }
H1.HeaderClassName
{
color: #834AFD;
}
.AnyTagClassName
{
color: #834AFD;
}
</style>
background-color css
<style>
a { background-color: #834AFD; }
a { background-color: rgb(131,74,253); }
div.DivClassName
{
background-color: #834AFD;
}
.BgClassName
{
background-color: #834AFD;
}
</style>
border-color css
<style>
span { border-color: #834AFD; }
span { border-color: rgb(131,74,253); }
td.TdClassName
{
border-color: #834AFD;
}
.TagClassName
{
border-color: #834AFD;
}
</style>