Shades of Light Slate Blue #855DFB
Tints of Light Slate Blue #855DFB
RGB
CMYK
RGB Variations
Color information
#855DFB (or 0x855DFB) is known color: Light Slate Blue. HEX triplet: 85, 5D and FB. RGB value is (133,93,251). Sum of RGB (Red+Green+Blue) = 133+93+251=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #855DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855DFB is #7AA204. Grayscale: #7A7A7A. Windows color (decimal): -8036869 or 16473477. OLE color: 16473477.
HSL color Cylindrical-coordinate representation of color #855DFB: hue angle of 255.19º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #855DFB is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 93 | 251 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.02 |
| HSL | 255.19º | 0.95% | 0.67% | - |
| HSV(B) | 255.19º | 0.63% | 0.98% | - |
| XYZ | 31 | 19.78 | 93.45 | - |
| YUV | 122.97 | 200.25 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 251 | 0.47 | 0.63 | 0 | 0.02 | 255.19 | 0.95 | 0.67 |
| Hex | 85 | 5D | FB | 2F | 3F | 0 | 2 | FF | 5F | 43 |
| Octal | 205 | 135 | 373 | 57 | 77 | 0 | 2 | 377 | 137 | 103 |
| Binary | 10000101 | 1011101 | 11111011 | 101111 | 111111 | 0 | 10 | 11111111 | 1011111 | 1000011 |
Color Harmonies of #855DFB
Complementary color
Monochromatic Colors of #855DFB
Black with #855DFB
Text Example
Text Example
White with #855DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855DFB; }
p { color: rgb(133,93,251); }
H1.HeaderClassName
{
color: #855DFB;
}
.AnyTagClassName
{
color: #855DFB;
}
</style>
background-color css
<style>
a { background-color: #855DFB; }
a { background-color: rgb(133,93,251); }
div.DivClassName
{
background-color: #855DFB;
}
.BgClassName
{
background-color: #855DFB;
}
</style>
border-color css
<style>
span { border-color: #855DFB; }
span { border-color: rgb(133,93,251); }
td.TdClassName
{
border-color: #855DFB;
}
.TagClassName
{
border-color: #855DFB;
}
</style>