Shades of Medium Slate Blue #844AF8
Tints of Medium Slate Blue #844AF8
RGB
CMYK
RGB Variations
Color information
#844AF8 (or 0x844AF8) is known color: Medium Slate Blue. HEX triplet: 84, 4A and F8. RGB value is (132,74,248). Sum of RGB (Red+Green+Blue) = 132+74+248=454 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.07% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 248 (97.27% from 255 or 54.63% from 454); Max value from RGB is 248 - color contains mainly: blue. Hex color #844AF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #844AF8 is #7BB507. Grayscale: #6E6E6E. Windows color (decimal): -8107272 or 16272004. OLE color: 16272004.
HSL color Cylindrical-coordinate representation of color #844AF8: hue angle of 260º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #844AF8 is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 74 | 248 | - |
| CMYK | 0.47 | 0.70 | 0 | 0.03 |
| HSL | 260º | 0.93% | 0.63% | - |
| HSV(B) | 260º | 0.7% | 0.97% | - |
| XYZ | 28.91 | 16.58 | 90.48 | - |
| YUV | 111.18 | 205.22 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 248 | 0.47 | 0.70 | 0 | 0.03 | 260 | 0.93 | 0.63 |
| Hex | 84 | 4A | F8 | 2F | 46 | 0 | 3 | 104 | 5D | 3F |
| Octal | 204 | 112 | 370 | 57 | 106 | 0 | 3 | 404 | 135 | 77 |
| Binary | 10000100 | 1001010 | 11111000 | 101111 | 1000110 | 0 | 11 | 100000100 | 1011101 | 111111 |
Color Harmonies of #844AF8
Complementary color
Monochromatic Colors of #844AF8
Black with #844AF8
Text Example
Text Example
White with #844AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844AF8; }
p { color: rgb(132,74,248); }
H1.HeaderClassName
{
color: #844AF8;
}
.AnyTagClassName
{
color: #844AF8;
}
</style>
background-color css
<style>
a { background-color: #844AF8; }
a { background-color: rgb(132,74,248); }
div.DivClassName
{
background-color: #844AF8;
}
.BgClassName
{
background-color: #844AF8;
}
</style>
border-color css
<style>
span { border-color: #844AF8; }
span { border-color: rgb(132,74,248); }
td.TdClassName
{
border-color: #844AF8;
}
.TagClassName
{
border-color: #844AF8;
}
</style>