Shades of Light Slate Blue #8A55FF
Tints of Light Slate Blue #8A55FF
RGB
CMYK
RGB Variations
Color information
#8A55FF (or 0x8A55FF) is known color: Light Slate Blue. HEX triplet: 8A, 55 and FF. RGB value is (138,85,255). Sum of RGB (Red+Green+Blue) = 138+85+255=478 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.87% from 478); Green value is 85 (33.59% from 255 or 17.78% 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 #8A55FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A55FF is #75AA00. Grayscale: #777777. Windows color (decimal): -7711233 or 16733578. OLE color: 16733578.
HSL color Cylindrical-coordinate representation of color #8A55FF: hue angle of 258.71º 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 #8A55FF is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 85 | 255 | - |
| CMYK | 0.46 | 0.67 | 0 | 0 |
| HSL | 258.71º | 1% | 0.67% | - |
| HSV(B) | 258.71º | 0.67% | 1% | - |
| XYZ | 31.78 | 19.12 | 96.62 | - |
| YUV | 120.23 | 204.06 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 85 | 255 | 0.46 | 0.67 | 0 | 0 | 258.71 | 1 | 0.67 |
| Hex | 8A | 55 | FF | 2E | 43 | 0 | 0 | 103 | 64 | 43 |
| Octal | 212 | 125 | 377 | 56 | 103 | 0 | 0 | 403 | 144 | 103 |
| Binary | 10001010 | 1010101 | 11111111 | 101110 | 1000011 | 0 | 0 | 100000011 | 1100100 | 1000011 |
Color Harmonies of #8A55FF
Complementary color
Monochromatic Colors of #8A55FF
Black with #8A55FF
Text Example
Text Example
White with #8A55FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A55FF; }
p { color: rgb(138,85,255); }
H1.HeaderClassName
{
color: #8A55FF;
}
.AnyTagClassName
{
color: #8A55FF;
}
</style>
background-color css
<style>
a { background-color: #8A55FF; }
a { background-color: rgb(138,85,255); }
div.DivClassName
{
background-color: #8A55FF;
}
.BgClassName
{
background-color: #8A55FF;
}
</style>
border-color css
<style>
span { border-color: #8A55FF; }
span { border-color: rgb(138,85,255); }
td.TdClassName
{
border-color: #8A55FF;
}
.TagClassName
{
border-color: #8A55FF;
}
</style>