Shades of Medium Slate Blue #845DFB
Tints of Medium Slate Blue #845DFB
RGB
CMYK
RGB Variations
Color information
#845DFB (or 0x845DFB) is known color: Medium Slate Blue. HEX triplet: 84, 5D and FB. RGB value is (132,93,251). Sum of RGB (Red+Green+Blue) = 132+93+251=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #845DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845DFB is #7BA204. Grayscale: #7A7A7A. Windows color (decimal): -8102405 or 16473476. OLE color: 16473476.
HSL color Cylindrical-coordinate representation of color #845DFB: hue angle of 254.81º degrees, saturation: 0.95, 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 #845DFB is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 93 | 251 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.02 |
| HSL | 254.81º | 0.95% | 0.67% | - |
| HSV(B) | 254.81º | 0.63% | 0.98% | - |
| XYZ | 30.84 | 19.7 | 93.44 | - |
| YUV | 122.67 | 200.42 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 251 | 0.47 | 0.63 | 0 | 0.02 | 254.81 | 0.95 | 0.67 |
| Hex | 84 | 5D | FB | 2F | 3F | 0 | 2 | FF | 5F | 43 |
| Octal | 204 | 135 | 373 | 57 | 77 | 0 | 2 | 377 | 137 | 103 |
| Binary | 10000100 | 1011101 | 11111011 | 101111 | 111111 | 0 | 10 | 11111111 | 1011111 | 1000011 |
Color Harmonies of #845DFB
Complementary color
Monochromatic Colors of #845DFB
Black with #845DFB
Text Example
Text Example
White with #845DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845DFB; }
p { color: rgb(132,93,251); }
H1.HeaderClassName
{
color: #845DFB;
}
.AnyTagClassName
{
color: #845DFB;
}
</style>
background-color css
<style>
a { background-color: #845DFB; }
a { background-color: rgb(132,93,251); }
div.DivClassName
{
background-color: #845DFB;
}
.BgClassName
{
background-color: #845DFB;
}
</style>
border-color css
<style>
span { border-color: #845DFB; }
span { border-color: rgb(132,93,251); }
td.TdClassName
{
border-color: #845DFB;
}
.TagClassName
{
border-color: #845DFB;
}
</style>