Shades of Light Slate Blue #8B54FE
Tints of Light Slate Blue #8B54FE
RGB
CMYK
RGB Variations
Color information
#8B54FE (or 0x8B54FE) is known color: Light Slate Blue. HEX triplet: 8B, 54 and FE. RGB value is (139,84,254). Sum of RGB (Red+Green+Blue) = 139+84+254=477 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.14% from 477); Green value is 84 (33.20% from 255 or 17.61% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #8B54FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B54FE is #74AB01. Grayscale: #777777. Windows color (decimal): -7645954 or 16667787. OLE color: 16667787.
HSL color Cylindrical-coordinate representation of color #8B54FE: hue angle of 259.41º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B54FE is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 84 | 254 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.00 |
| HSL | 259.41º | 0.99% | 0.66% | - |
| HSV(B) | 259.41º | 0.67% | 1% | - |
| XYZ | 31.71 | 18.99 | 95.76 | - |
| YUV | 119.83 | 203.72 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 84 | 254 | 0.45 | 0.67 | 0 | 0.00 | 259.41 | 0.99 | 0.66 |
| Hex | 8B | 54 | FE | 2D | 43 | 0 | 0 | 103 | 63 | 42 |
| Octal | 213 | 124 | 376 | 55 | 103 | 0 | 0 | 403 | 143 | 102 |
| Binary | 10001011 | 1010100 | 11111110 | 101101 | 1000011 | 0 | 0 | 100000011 | 1100011 | 1000010 |
Color Harmonies of #8B54FE
Complementary color
Monochromatic Colors of #8B54FE
Black with #8B54FE
Text Example
Text Example
White with #8B54FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B54FE; }
p { color: rgb(139,84,254); }
H1.HeaderClassName
{
color: #8B54FE;
}
.AnyTagClassName
{
color: #8B54FE;
}
</style>
background-color css
<style>
a { background-color: #8B54FE; }
a { background-color: rgb(139,84,254); }
div.DivClassName
{
background-color: #8B54FE;
}
.BgClassName
{
background-color: #8B54FE;
}
</style>
border-color css
<style>
span { border-color: #8B54FE; }
span { border-color: rgb(139,84,254); }
td.TdClassName
{
border-color: #8B54FE;
}
.TagClassName
{
border-color: #8B54FE;
}
</style>