Shades of Medium Slate Blue #834FF8
Tints of Medium Slate Blue #834FF8
RGB
CMYK
RGB Variations
Color information
#834FF8 (or 0x834FF8) is known color: Medium Slate Blue. HEX triplet: 83, 4F and F8. RGB value is (131,79,248). Sum of RGB (Red+Green+Blue) = 131+79+248=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 79 (31.25% from 255 or 17.25% from 458); Blue value is 248 (97.27% from 255 or 54.15% from 458); Max value from RGB is 248 - color contains mainly: blue. Hex color #834FF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #834FF8 is #7CB007. Grayscale: #717171. Windows color (decimal): -8171528 or 16273283. OLE color: 16273283.
HSL color Cylindrical-coordinate representation of color #834FF8: hue angle of 258.46º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #834FF8 is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 79 | 248 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.03 |
| HSL | 258.46º | 0.92% | 0.64% | - |
| HSV(B) | 258.46º | 0.68% | 0.97% | - |
| XYZ | 29.1 | 17.19 | 90.59 | - |
| YUV | 113.81 | 203.73 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 79 | 248 | 0.47 | 0.68 | 0 | 0.03 | 258.46 | 0.92 | 0.64 |
| Hex | 83 | 4F | F8 | 2F | 44 | 0 | 3 | 102 | 5C | 40 |
| Octal | 203 | 117 | 370 | 57 | 104 | 0 | 3 | 402 | 134 | 100 |
| Binary | 10000011 | 1001111 | 11111000 | 101111 | 1000100 | 0 | 11 | 100000010 | 1011100 | 1000000 |
Color Harmonies of #834FF8
Complementary color
Monochromatic Colors of #834FF8
Black with #834FF8
Text Example
Text Example
White with #834FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834FF8; }
p { color: rgb(131,79,248); }
H1.HeaderClassName
{
color: #834FF8;
}
.AnyTagClassName
{
color: #834FF8;
}
</style>
background-color css
<style>
a { background-color: #834FF8; }
a { background-color: rgb(131,79,248); }
div.DivClassName
{
background-color: #834FF8;
}
.BgClassName
{
background-color: #834FF8;
}
</style>
border-color css
<style>
span { border-color: #834FF8; }
span { border-color: rgb(131,79,248); }
td.TdClassName
{
border-color: #834FF8;
}
.TagClassName
{
border-color: #834FF8;
}
</style>