Shades of Medium Slate Blue #844AFE
Tints of Medium Slate Blue #844AFE
RGB
CMYK
RGB Variations
Color information
#844AFE (or 0x844AFE) is known color: Medium Slate Blue. HEX triplet: 84, 4A and FE. RGB value is (132,74,254). Sum of RGB (Red+Green+Blue) = 132+74+254=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #844AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #844AFE is #7BB501. Grayscale: #6F6F6F. Windows color (decimal): -8107266 or 16665220. OLE color: 16665220.
HSL color Cylindrical-coordinate representation of color #844AFE: hue angle of 259.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #844AFE is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 74 | 254 | - |
| CMYK | 0.48 | 0.71 | 0 | 0.00 |
| HSL | 259.33º | 0.99% | 0.64% | - |
| HSV(B) | 259.33º | 0.71% | 1% | - |
| XYZ | 29.85 | 16.96 | 95.47 | - |
| YUV | 111.86 | 208.22 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 254 | 0.48 | 0.71 | 0 | 0.00 | 259.33 | 0.99 | 0.64 |
| Hex | 84 | 4A | FE | 30 | 47 | 0 | 0 | 103 | 63 | 40 |
| Octal | 204 | 112 | 376 | 60 | 107 | 0 | 0 | 403 | 143 | 100 |
| Binary | 10000100 | 1001010 | 11111110 | 110000 | 1000111 | 0 | 0 | 100000011 | 1100011 | 1000000 |
Color Harmonies of #844AFE
Complementary color
Monochromatic Colors of #844AFE
Black with #844AFE
Text Example
Text Example
White with #844AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844AFE; }
p { color: rgb(132,74,254); }
H1.HeaderClassName
{
color: #844AFE;
}
.AnyTagClassName
{
color: #844AFE;
}
</style>
background-color css
<style>
a { background-color: #844AFE; }
a { background-color: rgb(132,74,254); }
div.DivClassName
{
background-color: #844AFE;
}
.BgClassName
{
background-color: #844AFE;
}
</style>
border-color css
<style>
span { border-color: #844AFE; }
span { border-color: rgb(132,74,254); }
td.TdClassName
{
border-color: #844AFE;
}
.TagClassName
{
border-color: #844AFE;
}
</style>