Shades of Light Slate Blue #8B54FF
Tints of Light Slate Blue #8B54FF
RGB
CMYK
RGB Variations
Color information
#8B54FF (or 0x8B54FF) is known color: Light Slate Blue. HEX triplet: 8B, 54 and FF. RGB value is (139,84,255). Sum of RGB (Red+Green+Blue) = 139+84+255=478 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.08% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B54FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B54FF is #74AB00. Grayscale: #777777. Windows color (decimal): -7645953 or 16733323. OLE color: 16733323.
HSL color Cylindrical-coordinate representation of color #8B54FF: hue angle of 259.3º 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 #8B54FF is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 84 | 255 | - |
| CMYK | 0.45 | 0.67 | 0 | 0 |
| HSL | 259.3º | 1% | 0.66% | - |
| HSV(B) | 259.3º | 0.67% | 1% | - |
| XYZ | 31.87 | 19.05 | 96.61 | - |
| YUV | 119.94 | 204.22 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 84 | 255 | 0.45 | 0.67 | 0 | 0 | 259.3 | 1 | 0.66 |
| Hex | 8B | 54 | FF | 2D | 43 | 0 | 0 | 103 | 64 | 42 |
| Octal | 213 | 124 | 377 | 55 | 103 | 0 | 0 | 403 | 144 | 102 |
| Binary | 10001011 | 1010100 | 11111111 | 101101 | 1000011 | 0 | 0 | 100000011 | 1100100 | 1000010 |
Color Harmonies of #8B54FF
Complementary color
Monochromatic Colors of #8B54FF
Black with #8B54FF
Text Example
Text Example
White with #8B54FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B54FF; }
p { color: rgb(139,84,255); }
H1.HeaderClassName
{
color: #8B54FF;
}
.AnyTagClassName
{
color: #8B54FF;
}
</style>
background-color css
<style>
a { background-color: #8B54FF; }
a { background-color: rgb(139,84,255); }
div.DivClassName
{
background-color: #8B54FF;
}
.BgClassName
{
background-color: #8B54FF;
}
</style>
border-color css
<style>
span { border-color: #8B54FF; }
span { border-color: rgb(139,84,255); }
td.TdClassName
{
border-color: #8B54FF;
}
.TagClassName
{
border-color: #8B54FF;
}
</style>