Shades of Medium Slate Blue #855DFA
Tints of Medium Slate Blue #855DFA
RGB
CMYK
RGB Variations
Color information
#855DFA (or 0x855DFA) is known color: Medium Slate Blue. HEX triplet: 85, 5D and FA. RGB value is (133,93,250). Sum of RGB (Red+Green+Blue) = 133+93+250=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #855DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855DFA is #7AA205. Grayscale: #7A7A7A. Windows color (decimal): -8036870 or 16407941. OLE color: 16407941.
HSL color Cylindrical-coordinate representation of color #855DFA: hue angle of 255.29º degrees, saturation: 0.94, 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 #855DFA is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 93 | 250 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.02 |
| HSL | 255.29º | 0.94% | 0.67% | - |
| HSV(B) | 255.29º | 0.63% | 0.98% | - |
| XYZ | 30.84 | 19.72 | 92.62 | - |
| YUV | 122.86 | 199.75 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 250 | 0.47 | 0.63 | 0 | 0.02 | 255.29 | 0.94 | 0.67 |
| Hex | 85 | 5D | FA | 2F | 3F | 0 | 2 | FF | 5E | 43 |
| Octal | 205 | 135 | 372 | 57 | 77 | 0 | 2 | 377 | 136 | 103 |
| Binary | 10000101 | 1011101 | 11111010 | 101111 | 111111 | 0 | 10 | 11111111 | 1011110 | 1000011 |
Color Harmonies of #855DFA
Complementary color
Monochromatic Colors of #855DFA
Black with #855DFA
Text Example
Text Example
White with #855DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855DFA; }
p { color: rgb(133,93,250); }
H1.HeaderClassName
{
color: #855DFA;
}
.AnyTagClassName
{
color: #855DFA;
}
</style>
background-color css
<style>
a { background-color: #855DFA; }
a { background-color: rgb(133,93,250); }
div.DivClassName
{
background-color: #855DFA;
}
.BgClassName
{
background-color: #855DFA;
}
</style>
border-color css
<style>
span { border-color: #855DFA; }
span { border-color: rgb(133,93,250); }
td.TdClassName
{
border-color: #855DFA;
}
.TagClassName
{
border-color: #855DFA;
}
</style>