Shades of Medium Slate Blue #844BFE
Tints of Medium Slate Blue #844BFE
RGB
CMYK
RGB Variations
Color information
#844BFE (or 0x844BFE) is known color: Medium Slate Blue. HEX triplet: 84, 4B and FE. RGB value is (132,75,254). Sum of RGB (Red+Green+Blue) = 132+75+254=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 75 (29.69% from 255 or 16.27% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #844BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #844BFE is #7BB401. Grayscale: #6F6F6F. Windows color (decimal): -8107010 or 16665476. OLE color: 16665476.
HSL color Cylindrical-coordinate representation of color #844BFE: hue angle of 259.11º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #844BFE is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 75 | 254 | - |
| CMYK | 0.48 | 0.70 | 0 | 0.00 |
| HSL | 259.11º | 0.99% | 0.65% | - |
| HSV(B) | 259.11º | 0.7% | 1% | - |
| XYZ | 29.92 | 17.09 | 95.49 | - |
| YUV | 112.45 | 207.88 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 75 | 254 | 0.48 | 0.70 | 0 | 0.00 | 259.11 | 0.99 | 0.65 |
| Hex | 84 | 4B | FE | 30 | 46 | 0 | 0 | 103 | 63 | 41 |
| Octal | 204 | 113 | 376 | 60 | 106 | 0 | 0 | 403 | 143 | 101 |
| Binary | 10000100 | 1001011 | 11111110 | 110000 | 1000110 | 0 | 0 | 100000011 | 1100011 | 1000001 |
Color Harmonies of #844BFE
Complementary color
Monochromatic Colors of #844BFE
Black with #844BFE
Text Example
Text Example
White with #844BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844BFE; }
p { color: rgb(132,75,254); }
H1.HeaderClassName
{
color: #844BFE;
}
.AnyTagClassName
{
color: #844BFE;
}
</style>
background-color css
<style>
a { background-color: #844BFE; }
a { background-color: rgb(132,75,254); }
div.DivClassName
{
background-color: #844BFE;
}
.BgClassName
{
background-color: #844BFE;
}
</style>
border-color css
<style>
span { border-color: #844BFE; }
span { border-color: rgb(132,75,254); }
td.TdClassName
{
border-color: #844BFE;
}
.TagClassName
{
border-color: #844BFE;
}
</style>