Shades of Light Slate Blue #8854FF
Tints of Light Slate Blue #8854FF
RGB
CMYK
RGB Variations
Color information
#8854FF (or 0x8854FF) is known color: Light Slate Blue. HEX triplet: 88, 54 and FF. RGB value is (136,84,255). Sum of RGB (Red+Green+Blue) = 136+84+255=475 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.63% from 475); Green value is 84 (33.20% from 255 or 17.68% 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 #8854FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8854FF is #77AB00. Grayscale: #767676. Windows color (decimal): -7842561 or 16733320. OLE color: 16733320.
HSL color Cylindrical-coordinate representation of color #8854FF: hue angle of 258.25º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8854FF is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 84 | 255 | - |
| CMYK | 0.47 | 0.67 | 0 | 0 |
| HSL | 258.25º | 1% | 0.66% | - |
| HSV(B) | 258.25º | 0.67% | 1% | - |
| XYZ | 31.37 | 18.79 | 96.58 | - |
| YUV | 119.04 | 204.73 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 84 | 255 | 0.47 | 0.67 | 0 | 0 | 258.25 | 1 | 0.66 |
| Hex | 88 | 54 | FF | 2F | 43 | 0 | 0 | 102 | 64 | 42 |
| Octal | 210 | 124 | 377 | 57 | 103 | 0 | 0 | 402 | 144 | 102 |
| Binary | 10001000 | 1010100 | 11111111 | 101111 | 1000011 | 0 | 0 | 100000010 | 1100100 | 1000010 |
Color Harmonies of #8854FF
Complementary color
Monochromatic Colors of #8854FF
Black with #8854FF
Text Example
Text Example
White with #8854FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8854FF; }
p { color: rgb(136,84,255); }
H1.HeaderClassName
{
color: #8854FF;
}
.AnyTagClassName
{
color: #8854FF;
}
</style>
background-color css
<style>
a { background-color: #8854FF; }
a { background-color: rgb(136,84,255); }
div.DivClassName
{
background-color: #8854FF;
}
.BgClassName
{
background-color: #8854FF;
}
</style>
border-color css
<style>
span { border-color: #8854FF; }
span { border-color: rgb(136,84,255); }
td.TdClassName
{
border-color: #8854FF;
}
.TagClassName
{
border-color: #8854FF;
}
</style>