Shades of Light Slate Blue #8954FF
Tints of Light Slate Blue #8954FF
RGB
CMYK
RGB Variations
Color information
#8954FF (or 0x8954FF) is known color: Light Slate Blue. HEX triplet: 89, 54 and FF. RGB value is (137,84,255). Sum of RGB (Red+Green+Blue) = 137+84+255=476 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.78% from 476); Green value is 84 (33.20% from 255 or 17.65% 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 #8954FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8954FF is #76AB00. Grayscale: #767676. Windows color (decimal): -7777025 or 16733321. OLE color: 16733321.
HSL color Cylindrical-coordinate representation of color #8954FF: hue angle of 258.6º 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 #8954FF is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 84 | 255 | - |
| CMYK | 0.46 | 0.67 | 0 | 0 |
| HSL | 258.6º | 1% | 0.66% | - |
| HSV(B) | 258.6º | 0.67% | 1% | - |
| XYZ | 31.54 | 18.88 | 96.59 | - |
| YUV | 119.34 | 204.56 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 84 | 255 | 0.46 | 0.67 | 0 | 0 | 258.6 | 1 | 0.66 |
| Hex | 89 | 54 | FF | 2E | 43 | 0 | 0 | 103 | 64 | 42 |
| Octal | 211 | 124 | 377 | 56 | 103 | 0 | 0 | 403 | 144 | 102 |
| Binary | 10001001 | 1010100 | 11111111 | 101110 | 1000011 | 0 | 0 | 100000011 | 1100100 | 1000010 |
Color Harmonies of #8954FF
Complementary color
Monochromatic Colors of #8954FF
Black with #8954FF
Text Example
Text Example
White with #8954FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8954FF; }
p { color: rgb(137,84,255); }
H1.HeaderClassName
{
color: #8954FF;
}
.AnyTagClassName
{
color: #8954FF;
}
</style>
background-color css
<style>
a { background-color: #8954FF; }
a { background-color: rgb(137,84,255); }
div.DivClassName
{
background-color: #8954FF;
}
.BgClassName
{
background-color: #8954FF;
}
</style>
border-color css
<style>
span { border-color: #8954FF; }
span { border-color: rgb(137,84,255); }
td.TdClassName
{
border-color: #8954FF;
}
.TagClassName
{
border-color: #8954FF;
}
</style>