Shades of Medium Slate Blue #834CF8
Tints of Medium Slate Blue #834CF8
RGB
CMYK
RGB Variations
Color information
#834CF8 (or 0x834CF8) is known color: Medium Slate Blue. HEX triplet: 83, 4C and F8. RGB value is (131,76,248). Sum of RGB (Red+Green+Blue) = 131+76+248=455 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.79% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 248 (97.27% from 255 or 54.51% from 455); Max value from RGB is 248 - color contains mainly: blue. Hex color #834CF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #834CF8 is #7CB307. Grayscale: #6F6F6F. Windows color (decimal): -8172296 or 16272515. OLE color: 16272515.
HSL color Cylindrical-coordinate representation of color #834CF8: hue angle of 259.19º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #834CF8 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 76 | 248 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.03 |
| HSL | 259.19º | 0.92% | 0.64% | - |
| HSV(B) | 259.19º | 0.69% | 0.97% | - |
| XYZ | 28.89 | 16.77 | 90.52 | - |
| YUV | 112.05 | 204.72 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 76 | 248 | 0.47 | 0.69 | 0 | 0.03 | 259.19 | 0.92 | 0.64 |
| Hex | 83 | 4C | F8 | 2F | 45 | 0 | 3 | 103 | 5C | 40 |
| Octal | 203 | 114 | 370 | 57 | 105 | 0 | 3 | 403 | 134 | 100 |
| Binary | 10000011 | 1001100 | 11111000 | 101111 | 1000101 | 0 | 11 | 100000011 | 1011100 | 1000000 |
Color Harmonies of #834CF8
Complementary color
Monochromatic Colors of #834CF8
Black with #834CF8
Text Example
Text Example
White with #834CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834CF8; }
p { color: rgb(131,76,248); }
H1.HeaderClassName
{
color: #834CF8;
}
.AnyTagClassName
{
color: #834CF8;
}
</style>
background-color css
<style>
a { background-color: #834CF8; }
a { background-color: rgb(131,76,248); }
div.DivClassName
{
background-color: #834CF8;
}
.BgClassName
{
background-color: #834CF8;
}
</style>
border-color css
<style>
span { border-color: #834CF8; }
span { border-color: rgb(131,76,248); }
td.TdClassName
{
border-color: #834CF8;
}
.TagClassName
{
border-color: #834CF8;
}
</style>