Shades of Light Slate Blue #8755FF
Tints of Light Slate Blue #8755FF
RGB
CMYK
RGB Variations
Color information
#8755FF (or 0x8755FF) is known color: Light Slate Blue. HEX triplet: 87, 55 and FF. RGB value is (135,85,255). Sum of RGB (Red+Green+Blue) = 135+85+255=475 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.42% from 475); Green value is 85 (33.59% from 255 or 17.89% 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 #8755FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8755FF is #78AA00. Grayscale: #767676. Windows color (decimal): -7907841 or 16733575. OLE color: 16733575.
HSL color Cylindrical-coordinate representation of color #8755FF: hue angle of 257.65º 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 #8755FF is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 85 | 255 | - |
| CMYK | 0.47 | 0.67 | 0 | 0 |
| HSL | 257.65º | 1% | 0.67% | - |
| HSV(B) | 257.65º | 0.67% | 1% | - |
| XYZ | 31.29 | 18.87 | 96.6 | - |
| YUV | 119.33 | 204.57 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 85 | 255 | 0.47 | 0.67 | 0 | 0 | 257.65 | 1 | 0.67 |
| Hex | 87 | 55 | FF | 2F | 43 | 0 | 0 | 102 | 64 | 43 |
| Octal | 207 | 125 | 377 | 57 | 103 | 0 | 0 | 402 | 144 | 103 |
| Binary | 10000111 | 1010101 | 11111111 | 101111 | 1000011 | 0 | 0 | 100000010 | 1100100 | 1000011 |
Color Harmonies of #8755FF
Complementary color
Monochromatic Colors of #8755FF
Black with #8755FF
Text Example
Text Example
White with #8755FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8755FF; }
p { color: rgb(135,85,255); }
H1.HeaderClassName
{
color: #8755FF;
}
.AnyTagClassName
{
color: #8755FF;
}
</style>
background-color css
<style>
a { background-color: #8755FF; }
a { background-color: rgb(135,85,255); }
div.DivClassName
{
background-color: #8755FF;
}
.BgClassName
{
background-color: #8755FF;
}
</style>
border-color css
<style>
span { border-color: #8755FF; }
span { border-color: rgb(135,85,255); }
td.TdClassName
{
border-color: #8755FF;
}
.TagClassName
{
border-color: #8755FF;
}
</style>