Shades of Medium Slate Blue #845CF9
Tints of Medium Slate Blue #845CF9
RGB
CMYK
RGB Variations
Color information
#845CF9 (or 0x845CF9) is known color: Medium Slate Blue. HEX triplet: 84, 5C and F9. RGB value is (132,92,249). Sum of RGB (Red+Green+Blue) = 132+92+249=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 249 (97.66% from 255 or 52.64% from 473); Max value from RGB is 249 - color contains mainly: blue. Hex color #845CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845CF9 is #7BA306. Grayscale: #797979. Windows color (decimal): -8102663 or 16342148. OLE color: 16342148.
HSL color Cylindrical-coordinate representation of color #845CF9: hue angle of 255.29º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #845CF9 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 92 | 249 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.02 |
| HSL | 255.29º | 0.93% | 0.67% | - |
| HSV(B) | 255.29º | 0.63% | 0.98% | - |
| XYZ | 30.44 | 19.4 | 91.76 | - |
| YUV | 121.86 | 199.75 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 92 | 249 | 0.47 | 0.63 | 0 | 0.02 | 255.29 | 0.93 | 0.67 |
| Hex | 84 | 5C | F9 | 2F | 3F | 0 | 2 | FF | 5D | 43 |
| Octal | 204 | 134 | 371 | 57 | 77 | 0 | 2 | 377 | 135 | 103 |
| Binary | 10000100 | 1011100 | 11111001 | 101111 | 111111 | 0 | 10 | 11111111 | 1011101 | 1000011 |
Color Harmonies of #845CF9
Complementary color
Monochromatic Colors of #845CF9
Black with #845CF9
Text Example
Text Example
White with #845CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845CF9; }
p { color: rgb(132,92,249); }
H1.HeaderClassName
{
color: #845CF9;
}
.AnyTagClassName
{
color: #845CF9;
}
</style>
background-color css
<style>
a { background-color: #845CF9; }
a { background-color: rgb(132,92,249); }
div.DivClassName
{
background-color: #845CF9;
}
.BgClassName
{
background-color: #845CF9;
}
</style>
border-color css
<style>
span { border-color: #845CF9; }
span { border-color: rgb(132,92,249); }
td.TdClassName
{
border-color: #845CF9;
}
.TagClassName
{
border-color: #845CF9;
}
</style>