Shades of Light Slate Blue #8555FF
Tints of Light Slate Blue #8555FF
RGB
CMYK
RGB Variations
Color information
#8555FF (or 0x8555FF) is known color: Light Slate Blue. HEX triplet: 85, 55 and FF. RGB value is (133,85,255). Sum of RGB (Red+Green+Blue) = 133+85+255=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #8555FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8555FF is #7AAA00. Grayscale: #767676. Windows color (decimal): -8038913 or 16733573. OLE color: 16733573.
HSL color Cylindrical-coordinate representation of color #8555FF: hue angle of 256.94º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8555FF is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 85 | 255 | - |
| CMYK | 0.48 | 0.67 | 0 | 0 |
| HSL | 256.94º | 1% | 0.67% | - |
| HSV(B) | 256.94º | 0.67% | 1% | - |
| XYZ | 30.97 | 18.7 | 96.59 | - |
| YUV | 118.73 | 204.9 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 255 | 0.48 | 0.67 | 0 | 0 | 256.94 | 1 | 0.67 |
| Hex | 85 | 55 | FF | 30 | 43 | 0 | 0 | 101 | 64 | 43 |
| Octal | 205 | 125 | 377 | 60 | 103 | 0 | 0 | 401 | 144 | 103 |
| Binary | 10000101 | 1010101 | 11111111 | 110000 | 1000011 | 0 | 0 | 100000001 | 1100100 | 1000011 |
Color Harmonies of #8555FF
Complementary color
Monochromatic Colors of #8555FF
Black with #8555FF
Text Example
Text Example
White with #8555FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8555FF; }
p { color: rgb(133,85,255); }
H1.HeaderClassName
{
color: #8555FF;
}
.AnyTagClassName
{
color: #8555FF;
}
</style>
background-color css
<style>
a { background-color: #8555FF; }
a { background-color: rgb(133,85,255); }
div.DivClassName
{
background-color: #8555FF;
}
.BgClassName
{
background-color: #8555FF;
}
</style>
border-color css
<style>
span { border-color: #8555FF; }
span { border-color: rgb(133,85,255); }
td.TdClassName
{
border-color: #8555FF;
}
.TagClassName
{
border-color: #8555FF;
}
</style>