Shades of Light Slate Blue #855EFB
Tints of Light Slate Blue #855EFB
RGB
CMYK
RGB Variations
Color information
#855EFB (or 0x855EFB) is known color: Light Slate Blue. HEX triplet: 85, 5E and FB. RGB value is (133,94,251). Sum of RGB (Red+Green+Blue) = 133+94+251=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 94 (37.11% from 255 or 19.67% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #855EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855EFB is #7AA104. Grayscale: #7A7A7A. Windows color (decimal): -8036613 or 16473733. OLE color: 16473733.
HSL color Cylindrical-coordinate representation of color #855EFB: hue angle of 254.9º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #855EFB is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 94 | 251 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.02 |
| HSL | 254.9º | 0.95% | 0.68% | - |
| HSV(B) | 254.9º | 0.63% | 0.98% | - |
| XYZ | 31.09 | 19.96 | 93.48 | - |
| YUV | 123.56 | 199.92 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 94 | 251 | 0.47 | 0.63 | 0 | 0.02 | 254.9 | 0.95 | 0.68 |
| Hex | 85 | 5E | FB | 2F | 3F | 0 | 2 | FF | 5F | 44 |
| Octal | 205 | 136 | 373 | 57 | 77 | 0 | 2 | 377 | 137 | 104 |
| Binary | 10000101 | 1011110 | 11111011 | 101111 | 111111 | 0 | 10 | 11111111 | 1011111 | 1000100 |
Color Harmonies of #855EFB
Complementary color
Monochromatic Colors of #855EFB
Black with #855EFB
Text Example
Text Example
White with #855EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855EFB; }
p { color: rgb(133,94,251); }
H1.HeaderClassName
{
color: #855EFB;
}
.AnyTagClassName
{
color: #855EFB;
}
</style>
background-color css
<style>
a { background-color: #855EFB; }
a { background-color: rgb(133,94,251); }
div.DivClassName
{
background-color: #855EFB;
}
.BgClassName
{
background-color: #855EFB;
}
</style>
border-color css
<style>
span { border-color: #855EFB; }
span { border-color: rgb(133,94,251); }
td.TdClassName
{
border-color: #855EFB;
}
.TagClassName
{
border-color: #855EFB;
}
</style>