Shades of Light Slate Blue #8855FF
Tints of Light Slate Blue #8855FF
RGB
CMYK
RGB Variations
Color information
#8855FF (or 0x8855FF) is known color: Light Slate Blue. HEX triplet: 88, 55 and FF. RGB value is (136,85,255). Sum of RGB (Red+Green+Blue) = 136+85+255=476 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.57% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #8855FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8855FF is #77AA00. Grayscale: #767676. Windows color (decimal): -7842305 or 16733576. OLE color: 16733576.
HSL color Cylindrical-coordinate representation of color #8855FF: hue angle of 258º 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 #8855FF is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 85 | 255 | - |
| CMYK | 0.47 | 0.67 | 0 | 0 |
| HSL | 258º | 1% | 0.67% | - |
| HSV(B) | 258º | 0.67% | 1% | - |
| XYZ | 31.45 | 18.95 | 96.61 | - |
| YUV | 119.63 | 204.4 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 85 | 255 | 0.47 | 0.67 | 0 | 0 | 258 | 1 | 0.67 |
| Hex | 88 | 55 | FF | 2F | 43 | 0 | 0 | 102 | 64 | 43 |
| Octal | 210 | 125 | 377 | 57 | 103 | 0 | 0 | 402 | 144 | 103 |
| Binary | 10001000 | 1010101 | 11111111 | 101111 | 1000011 | 0 | 0 | 100000010 | 1100100 | 1000011 |
Color Harmonies of #8855FF
Complementary color
Monochromatic Colors of #8855FF
Black with #8855FF
Text Example
Text Example
White with #8855FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8855FF; }
p { color: rgb(136,85,255); }
H1.HeaderClassName
{
color: #8855FF;
}
.AnyTagClassName
{
color: #8855FF;
}
</style>
background-color css
<style>
a { background-color: #8855FF; }
a { background-color: rgb(136,85,255); }
div.DivClassName
{
background-color: #8855FF;
}
.BgClassName
{
background-color: #8855FF;
}
</style>
border-color css
<style>
span { border-color: #8855FF; }
span { border-color: rgb(136,85,255); }
td.TdClassName
{
border-color: #8855FF;
}
.TagClassName
{
border-color: #8855FF;
}
</style>