Shades of Light Slate Blue #8955FF
Tints of Light Slate Blue #8955FF
RGB
CMYK
RGB Variations
Color information
#8955FF (or 0x8955FF) is known color: Light Slate Blue. HEX triplet: 89, 55 and FF. RGB value is (137,85,255). Sum of RGB (Red+Green+Blue) = 137+85+255=477 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.72% from 477); Green value is 85 (33.59% from 255 or 17.82% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #8955FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8955FF is #76AA00. Grayscale: #777777. Windows color (decimal): -7776769 or 16733577. OLE color: 16733577.
HSL color Cylindrical-coordinate representation of color #8955FF: hue angle of 258.35º 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 #8955FF is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 85 | 255 | - |
| CMYK | 0.46 | 0.67 | 0 | 0 |
| HSL | 258.35º | 1% | 0.67% | - |
| HSV(B) | 258.35º | 0.67% | 1% | - |
| XYZ | 31.62 | 19.04 | 96.62 | - |
| YUV | 119.93 | 204.23 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 255 | 0.46 | 0.67 | 0 | 0 | 258.35 | 1 | 0.67 |
| Hex | 89 | 55 | FF | 2E | 43 | 0 | 0 | 102 | 64 | 43 |
| Octal | 211 | 125 | 377 | 56 | 103 | 0 | 0 | 402 | 144 | 103 |
| Binary | 10001001 | 1010101 | 11111111 | 101110 | 1000011 | 0 | 0 | 100000010 | 1100100 | 1000011 |
Color Harmonies of #8955FF
Complementary color
Monochromatic Colors of #8955FF
Black with #8955FF
Text Example
Text Example
White with #8955FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8955FF; }
p { color: rgb(137,85,255); }
H1.HeaderClassName
{
color: #8955FF;
}
.AnyTagClassName
{
color: #8955FF;
}
</style>
background-color css
<style>
a { background-color: #8955FF; }
a { background-color: rgb(137,85,255); }
div.DivClassName
{
background-color: #8955FF;
}
.BgClassName
{
background-color: #8955FF;
}
</style>
border-color css
<style>
span { border-color: #8955FF; }
span { border-color: rgb(137,85,255); }
td.TdClassName
{
border-color: #8955FF;
}
.TagClassName
{
border-color: #8955FF;
}
</style>