Shades of Medium Slate Blue #845CF2
Tints of Medium Slate Blue #845CF2
RGB
CMYK
RGB Variations
Color information
#845CF2 (or 0x845CF2) is known color: Medium Slate Blue. HEX triplet: 84, 5C and F2. RGB value is (132,92,242). Sum of RGB (Red+Green+Blue) = 132+92+242=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 242 (94.92% from 255 or 51.93% from 466); Max value from RGB is 242 - color contains mainly: blue. Hex color #845CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845CF2 is #7BA30D. Grayscale: #787878. Windows color (decimal): -8102670 or 15883396. OLE color: 15883396.
HSL color Cylindrical-coordinate representation of color #845CF2: hue angle of 256º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #845CF2 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 92 | 242 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.05 |
| HSL | 256º | 0.85% | 0.65% | - |
| HSV(B) | 256º | 0.62% | 0.95% | - |
| XYZ | 29.37 | 18.97 | 86.12 | - |
| YUV | 121.06 | 196.25 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 92 | 242 | 0.45 | 0.62 | 0 | 0.05 | 256 | 0.85 | 0.65 |
| Hex | 84 | 5C | F2 | 2D | 3E | 0 | 5 | 100 | 55 | 41 |
| Octal | 204 | 134 | 362 | 55 | 76 | 0 | 5 | 400 | 125 | 101 |
| Binary | 10000100 | 1011100 | 11110010 | 101101 | 111110 | 0 | 101 | 100000000 | 1010101 | 1000001 |
Color Harmonies of #845CF2
Complementary color
Monochromatic Colors of #845CF2
Black with #845CF2
Text Example
Text Example
White with #845CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845CF2; }
p { color: rgb(132,92,242); }
H1.HeaderClassName
{
color: #845CF2;
}
.AnyTagClassName
{
color: #845CF2;
}
</style>
background-color css
<style>
a { background-color: #845CF2; }
a { background-color: rgb(132,92,242); }
div.DivClassName
{
background-color: #845CF2;
}
.BgClassName
{
background-color: #845CF2;
}
</style>
border-color css
<style>
span { border-color: #845CF2; }
span { border-color: rgb(132,92,242); }
td.TdClassName
{
border-color: #845CF2;
}
.TagClassName
{
border-color: #845CF2;
}
</style>