Shades of Light Slate Blue #8557FF
Tints of Light Slate Blue #8557FF
RGB
CMYK
RGB Variations
Color information
#8557FF (or 0x8557FF) is known color: Light Slate Blue. HEX triplet: 85, 57 and FF. RGB value is (133,87,255). Sum of RGB (Red+Green+Blue) = 133+87+255=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 87 (34.38% from 255 or 18.32% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #8557FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8557FF is #7AA800. Grayscale: #777777. Windows color (decimal): -8038401 or 16734085. OLE color: 16734085.
HSL color Cylindrical-coordinate representation of color #8557FF: hue angle of 256.43º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8557FF is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 87 | 255 | - |
| CMYK | 0.48 | 0.66 | 0 | 0 |
| HSL | 256.43º | 1% | 0.67% | - |
| HSV(B) | 256.43º | 0.66% | 1% | - |
| XYZ | 31.13 | 19.02 | 96.64 | - |
| YUV | 119.91 | 204.24 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 87 | 255 | 0.48 | 0.66 | 0 | 0 | 256.43 | 1 | 0.67 |
| Hex | 85 | 57 | FF | 30 | 42 | 0 | 0 | 100 | 64 | 43 |
| Octal | 205 | 127 | 377 | 60 | 102 | 0 | 0 | 400 | 144 | 103 |
| Binary | 10000101 | 1010111 | 11111111 | 110000 | 1000010 | 0 | 0 | 100000000 | 1100100 | 1000011 |
Color Harmonies of #8557FF
Complementary color
Monochromatic Colors of #8557FF
Black with #8557FF
Text Example
Text Example
White with #8557FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8557FF; }
p { color: rgb(133,87,255); }
H1.HeaderClassName
{
color: #8557FF;
}
.AnyTagClassName
{
color: #8557FF;
}
</style>
background-color css
<style>
a { background-color: #8557FF; }
a { background-color: rgb(133,87,255); }
div.DivClassName
{
background-color: #8557FF;
}
.BgClassName
{
background-color: #8557FF;
}
</style>
border-color css
<style>
span { border-color: #8557FF; }
span { border-color: rgb(133,87,255); }
td.TdClassName
{
border-color: #8557FF;
}
.TagClassName
{
border-color: #8557FF;
}
</style>