Shades of Light Slate Blue #855FFE
Tints of Light Slate Blue #855FFE
RGB
CMYK
RGB Variations
Color information
#855FFE (or 0x855FFE) is known color: Light Slate Blue. HEX triplet: 85, 5F and FE. RGB value is (133,95,254). Sum of RGB (Red+Green+Blue) = 133+95+254=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 95 (37.5% from 255 or 19.71% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #855FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855FFE is #7AA001. Grayscale: #7B7B7B. Windows color (decimal): -8036354 or 16670597. OLE color: 16670597.
HSL color Cylindrical-coordinate representation of color #855FFE: hue angle of 254.34º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #855FFE is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 95 | 254 | - |
| CMYK | 0.48 | 0.63 | 0 | 0.00 |
| HSL | 254.34º | 0.99% | 0.68% | - |
| HSV(B) | 254.34º | 0.63% | 1% | - |
| XYZ | 31.65 | 20.33 | 96.02 | - |
| YUV | 124.49 | 201.09 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 95 | 254 | 0.48 | 0.63 | 0 | 0.00 | 254.34 | 0.99 | 0.68 |
| Hex | 85 | 5F | FE | 30 | 3F | 0 | 0 | FE | 63 | 44 |
| Octal | 205 | 137 | 376 | 60 | 77 | 0 | 0 | 376 | 143 | 104 |
| Binary | 10000101 | 1011111 | 11111110 | 110000 | 111111 | 0 | 0 | 11111110 | 1100011 | 1000100 |
Color Harmonies of #855FFE
Complementary color
Monochromatic Colors of #855FFE
Black with #855FFE
Text Example
Text Example
White with #855FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855FFE; }
p { color: rgb(133,95,254); }
H1.HeaderClassName
{
color: #855FFE;
}
.AnyTagClassName
{
color: #855FFE;
}
</style>
background-color css
<style>
a { background-color: #855FFE; }
a { background-color: rgb(133,95,254); }
div.DivClassName
{
background-color: #855FFE;
}
.BgClassName
{
background-color: #855FFE;
}
</style>
border-color css
<style>
span { border-color: #855FFE; }
span { border-color: rgb(133,95,254); }
td.TdClassName
{
border-color: #855FFE;
}
.TagClassName
{
border-color: #855FFE;
}
</style>