Shades of Light Slate Blue #855BFD
Tints of Light Slate Blue #855BFD
RGB
CMYK
RGB Variations
Color information
#855BFD (or 0x855BFD) is known color: Light Slate Blue. HEX triplet: 85, 5B and FD. RGB value is (133,91,253). Sum of RGB (Red+Green+Blue) = 133+91+253=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 91 (35.94% from 255 or 19.08% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #855BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855BFD is #7AA402. Grayscale: #797979. Windows color (decimal): -8037379 or 16604037. OLE color: 16604037.
HSL color Cylindrical-coordinate representation of color #855BFD: hue angle of 255.56º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #855BFD is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 91 | 253 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.01 |
| HSL | 255.56º | 0.98% | 0.67% | - |
| HSV(B) | 255.56º | 0.64% | 0.99% | - |
| XYZ | 31.14 | 19.56 | 95.06 | - |
| YUV | 122.03 | 201.91 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 91 | 253 | 0.47 | 0.64 | 0 | 0.01 | 255.56 | 0.98 | 0.67 |
| Hex | 85 | 5B | FD | 2F | 40 | 0 | 1 | 100 | 62 | 43 |
| Octal | 205 | 133 | 375 | 57 | 100 | 0 | 1 | 400 | 142 | 103 |
| Binary | 10000101 | 1011011 | 11111101 | 101111 | 1000000 | 0 | 1 | 100000000 | 1100010 | 1000011 |
Color Harmonies of #855BFD
Complementary color
Monochromatic Colors of #855BFD
Black with #855BFD
Text Example
Text Example
White with #855BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855BFD; }
p { color: rgb(133,91,253); }
H1.HeaderClassName
{
color: #855BFD;
}
.AnyTagClassName
{
color: #855BFD;
}
</style>
background-color css
<style>
a { background-color: #855BFD; }
a { background-color: rgb(133,91,253); }
div.DivClassName
{
background-color: #855BFD;
}
.BgClassName
{
background-color: #855BFD;
}
</style>
border-color css
<style>
span { border-color: #855BFD; }
span { border-color: rgb(133,91,253); }
td.TdClassName
{
border-color: #855BFD;
}
.TagClassName
{
border-color: #855BFD;
}
</style>