Shades of Light Slate Blue #8B55FF
Tints of Light Slate Blue #8B55FF
RGB
CMYK
RGB Variations
Color information
#8B55FF (or 0x8B55FF) is known color: Light Slate Blue. HEX triplet: 8B, 55 and FF. RGB value is (139,85,255). Sum of RGB (Red+Green+Blue) = 139+85+255=479 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.02% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B55FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B55FF is #74AA00. Grayscale: #777777. Windows color (decimal): -7645697 or 16733579. OLE color: 16733579.
HSL color Cylindrical-coordinate representation of color #8B55FF: hue angle of 259.06º 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 #8B55FF is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 85 | 255 | - |
| CMYK | 0.45 | 0.67 | 0 | 0 |
| HSL | 259.06º | 1% | 0.67% | - |
| HSV(B) | 259.06º | 0.67% | 1% | - |
| XYZ | 31.95 | 19.21 | 96.63 | - |
| YUV | 120.53 | 203.89 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 85 | 255 | 0.45 | 0.67 | 0 | 0 | 259.06 | 1 | 0.67 |
| Hex | 8B | 55 | FF | 2D | 43 | 0 | 0 | 103 | 64 | 43 |
| Octal | 213 | 125 | 377 | 55 | 103 | 0 | 0 | 403 | 144 | 103 |
| Binary | 10001011 | 1010101 | 11111111 | 101101 | 1000011 | 0 | 0 | 100000011 | 1100100 | 1000011 |
Color Harmonies of #8B55FF
Complementary color
Monochromatic Colors of #8B55FF
Black with #8B55FF
Text Example
Text Example
White with #8B55FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B55FF; }
p { color: rgb(139,85,255); }
H1.HeaderClassName
{
color: #8B55FF;
}
.AnyTagClassName
{
color: #8B55FF;
}
</style>
background-color css
<style>
a { background-color: #8B55FF; }
a { background-color: rgb(139,85,255); }
div.DivClassName
{
background-color: #8B55FF;
}
.BgClassName
{
background-color: #8B55FF;
}
</style>
border-color css
<style>
span { border-color: #8B55FF; }
span { border-color: rgb(139,85,255); }
td.TdClassName
{
border-color: #8B55FF;
}
.TagClassName
{
border-color: #8B55FF;
}
</style>