Shades of Light Slate Blue #855CFD
Tints of Light Slate Blue #855CFD
RGB
CMYK
RGB Variations
Color information
#855CFD (or 0x855CFD) is known color: Light Slate Blue. HEX triplet: 85, 5C and FD. RGB value is (133,92,253). Sum of RGB (Red+Green+Blue) = 133+92+253=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #855CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855CFD is #7AA302. Grayscale: #7A7A7A. Windows color (decimal): -8037123 or 16604293. OLE color: 16604293.
HSL color Cylindrical-coordinate representation of color #855CFD: hue angle of 255.28º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #855CFD is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 92 | 253 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.01 |
| HSL | 255.28º | 0.98% | 0.68% | - |
| HSV(B) | 255.28º | 0.64% | 0.99% | - |
| XYZ | 31.23 | 19.73 | 95.09 | - |
| YUV | 122.61 | 201.58 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 253 | 0.47 | 0.64 | 0 | 0.01 | 255.28 | 0.98 | 0.68 |
| Hex | 85 | 5C | FD | 2F | 40 | 0 | 1 | FF | 62 | 44 |
| Octal | 205 | 134 | 375 | 57 | 100 | 0 | 1 | 377 | 142 | 104 |
| Binary | 10000101 | 1011100 | 11111101 | 101111 | 1000000 | 0 | 1 | 11111111 | 1100010 | 1000100 |
Color Harmonies of #855CFD
Complementary color
Monochromatic Colors of #855CFD
Black with #855CFD
Text Example
Text Example
White with #855CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855CFD; }
p { color: rgb(133,92,253); }
H1.HeaderClassName
{
color: #855CFD;
}
.AnyTagClassName
{
color: #855CFD;
}
</style>
background-color css
<style>
a { background-color: #855CFD; }
a { background-color: rgb(133,92,253); }
div.DivClassName
{
background-color: #855CFD;
}
.BgClassName
{
background-color: #855CFD;
}
</style>
border-color css
<style>
span { border-color: #855CFD; }
span { border-color: rgb(133,92,253); }
td.TdClassName
{
border-color: #855CFD;
}
.TagClassName
{
border-color: #855CFD;
}
</style>