Shades of Medium Slate Blue #855AF3
Tints of Medium Slate Blue #855AF3
RGB
CMYK
RGB Variations
Color information
#855AF3 (or 0x855AF3) is known color: Medium Slate Blue. HEX triplet: 85, 5A and F3. RGB value is (133,90,243). Sum of RGB (Red+Green+Blue) = 133+90+243=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 243 (95.31% from 255 or 52.15% from 466); Max value from RGB is 243 - color contains mainly: blue. Hex color #855AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855AF3 is #7AA50C. Grayscale: #777777. Windows color (decimal): -8037645 or 15948421. OLE color: 15948421.
HSL color Cylindrical-coordinate representation of color #855AF3: hue angle of 256.86º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #855AF3 is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 90 | 243 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.05 |
| HSL | 256.86º | 0.86% | 0.65% | - |
| HSV(B) | 256.86º | 0.63% | 0.95% | - |
| XYZ | 29.51 | 18.77 | 86.86 | - |
| YUV | 120.3 | 197.25 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 243 | 0.45 | 0.63 | 0 | 0.05 | 256.86 | 0.86 | 0.65 |
| Hex | 85 | 5A | F3 | 2D | 3F | 0 | 5 | 101 | 56 | 41 |
| Octal | 205 | 132 | 363 | 55 | 77 | 0 | 5 | 401 | 126 | 101 |
| Binary | 10000101 | 1011010 | 11110011 | 101101 | 111111 | 0 | 101 | 100000001 | 1010110 | 1000001 |
Color Harmonies of #855AF3
Complementary color
Monochromatic Colors of #855AF3
Black with #855AF3
Text Example
Text Example
White with #855AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855AF3; }
p { color: rgb(133,90,243); }
H1.HeaderClassName
{
color: #855AF3;
}
.AnyTagClassName
{
color: #855AF3;
}
</style>
background-color css
<style>
a { background-color: #855AF3; }
a { background-color: rgb(133,90,243); }
div.DivClassName
{
background-color: #855AF3;
}
.BgClassName
{
background-color: #855AF3;
}
</style>
border-color css
<style>
span { border-color: #855AF3; }
span { border-color: rgb(133,90,243); }
td.TdClassName
{
border-color: #855AF3;
}
.TagClassName
{
border-color: #855AF3;
}
</style>