Shades of Medium Slate Blue #844AF2
Tints of Medium Slate Blue #844AF2
RGB
CMYK
RGB Variations
Color information
#844AF2 (or 0x844AF2) is known color: Medium Slate Blue. HEX triplet: 84, 4A and F2. RGB value is (132,74,242). Sum of RGB (Red+Green+Blue) = 132+74+242=448 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.46% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 242 (94.92% from 255 or 54.02% from 448); Max value from RGB is 242 - color contains mainly: blue. Hex color #844AF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #844AF2 is #7BB50D. Grayscale: #6D6D6D. Windows color (decimal): -8107278 or 15878788. OLE color: 15878788.
HSL color Cylindrical-coordinate representation of color #844AF2: hue angle of 260.71º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #844AF2 is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 74 | 242 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.05 |
| HSL | 260.71º | 0.87% | 0.62% | - |
| HSV(B) | 260.71º | 0.69% | 0.95% | - |
| XYZ | 27.99 | 16.21 | 85.66 | - |
| YUV | 110.49 | 202.22 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 242 | 0.45 | 0.69 | 0 | 0.05 | 260.71 | 0.87 | 0.62 |
| Hex | 84 | 4A | F2 | 2D | 45 | 0 | 5 | 105 | 57 | 3E |
| Octal | 204 | 112 | 362 | 55 | 105 | 0 | 5 | 405 | 127 | 76 |
| Binary | 10000100 | 1001010 | 11110010 | 101101 | 1000101 | 0 | 101 | 100000101 | 1010111 | 111110 |
Color Harmonies of #844AF2
Complementary color
Monochromatic Colors of #844AF2
Black with #844AF2
Text Example
Text Example
White with #844AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844AF2; }
p { color: rgb(132,74,242); }
H1.HeaderClassName
{
color: #844AF2;
}
.AnyTagClassName
{
color: #844AF2;
}
</style>
background-color css
<style>
a { background-color: #844AF2; }
a { background-color: rgb(132,74,242); }
div.DivClassName
{
background-color: #844AF2;
}
.BgClassName
{
background-color: #844AF2;
}
</style>
border-color css
<style>
span { border-color: #844AF2; }
span { border-color: rgb(132,74,242); }
td.TdClassName
{
border-color: #844AF2;
}
.TagClassName
{
border-color: #844AF2;
}
</style>