Shades of Medium Slate Blue #854CFF
Tints of Medium Slate Blue #854CFF
RGB
CMYK
RGB Variations
Color information
#854CFF (or 0x854CFF) is known color: Medium Slate Blue. HEX triplet: 85, 4C and FF. RGB value is (133,76,255). Sum of RGB (Red+Green+Blue) = 133+76+255=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #854CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #854CFF is #7AB300. Grayscale: #707070. Windows color (decimal): -8041217 or 16731269. OLE color: 16731269.
HSL color Cylindrical-coordinate representation of color #854CFF: hue angle of 259.11º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #854CFF is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 76 | 255 | - |
| CMYK | 0.48 | 0.70 | 0 | 0 |
| HSL | 259.11º | 1% | 0.65% | - |
| HSV(B) | 259.11º | 0.7% | 1% | - |
| XYZ | 30.31 | 17.38 | 96.36 | - |
| YUV | 113.45 | 207.88 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 76 | 255 | 0.48 | 0.70 | 0 | 0 | 259.11 | 1 | 0.65 |
| Hex | 85 | 4C | FF | 30 | 46 | 0 | 0 | 103 | 64 | 41 |
| Octal | 205 | 114 | 377 | 60 | 106 | 0 | 0 | 403 | 144 | 101 |
| Binary | 10000101 | 1001100 | 11111111 | 110000 | 1000110 | 0 | 0 | 100000011 | 1100100 | 1000001 |
Color Harmonies of #854CFF
Complementary color
Monochromatic Colors of #854CFF
Black with #854CFF
Text Example
Text Example
White with #854CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854CFF; }
p { color: rgb(133,76,255); }
H1.HeaderClassName
{
color: #854CFF;
}
.AnyTagClassName
{
color: #854CFF;
}
</style>
background-color css
<style>
a { background-color: #854CFF; }
a { background-color: rgb(133,76,255); }
div.DivClassName
{
background-color: #854CFF;
}
.BgClassName
{
background-color: #854CFF;
}
</style>
border-color css
<style>
span { border-color: #854CFF; }
span { border-color: rgb(133,76,255); }
td.TdClassName
{
border-color: #854CFF;
}
.TagClassName
{
border-color: #854CFF;
}
</style>