Shades of Light Slate Blue #855BFC
Tints of Light Slate Blue #855BFC
RGB
CMYK
RGB Variations
Color information
#855BFC (or 0x855BFC) is known color: Light Slate Blue. HEX triplet: 85, 5B and FC. RGB value is (133,91,252). Sum of RGB (Red+Green+Blue) = 133+91+252=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 91 (35.94% from 255 or 19.12% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #855BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855BFC is #7AA403. Grayscale: #797979. Windows color (decimal): -8037380 or 16538501. OLE color: 16538501.
HSL color Cylindrical-coordinate representation of color #855BFC: hue angle of 255.65º degrees, saturation: 0.96, 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 #855BFC is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 91 | 252 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.01 |
| HSL | 255.65º | 0.96% | 0.67% | - |
| HSV(B) | 255.65º | 0.64% | 0.99% | - |
| XYZ | 30.98 | 19.5 | 94.23 | - |
| YUV | 121.91 | 201.41 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 91 | 252 | 0.47 | 0.64 | 0 | 0.01 | 255.65 | 0.96 | 0.67 |
| Hex | 85 | 5B | FC | 2F | 40 | 0 | 1 | 100 | 60 | 43 |
| Octal | 205 | 133 | 374 | 57 | 100 | 0 | 1 | 400 | 140 | 103 |
| Binary | 10000101 | 1011011 | 11111100 | 101111 | 1000000 | 0 | 1 | 100000000 | 1100000 | 1000011 |
Color Harmonies of #855BFC
Complementary color
Monochromatic Colors of #855BFC
Black with #855BFC
Text Example
Text Example
White with #855BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855BFC; }
p { color: rgb(133,91,252); }
H1.HeaderClassName
{
color: #855BFC;
}
.AnyTagClassName
{
color: #855BFC;
}
</style>
background-color css
<style>
a { background-color: #855BFC; }
a { background-color: rgb(133,91,252); }
div.DivClassName
{
background-color: #855BFC;
}
.BgClassName
{
background-color: #855BFC;
}
</style>
border-color css
<style>
span { border-color: #855BFC; }
span { border-color: rgb(133,91,252); }
td.TdClassName
{
border-color: #855BFC;
}
.TagClassName
{
border-color: #855BFC;
}
</style>