Shades of Light Slate Blue #8C5AFF
Tints of Light Slate Blue #8C5AFF
RGB
CMYK
RGB Variations
Color information
#8C5AFF (or 0x8C5AFF) is known color: Light Slate Blue. HEX triplet: 8C, 5A and FF. RGB value is (140,90,255). Sum of RGB (Red+Green+Blue) = 140+90+255=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 90 (35.55% from 255 or 18.56% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C5AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5AFF is #73A500. Grayscale: #7B7B7B. Windows color (decimal): -7578881 or 16734860. OLE color: 16734860.
HSL color Cylindrical-coordinate representation of color #8C5AFF: hue angle of 258.18º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C5AFF is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 90 | 255 | - |
| CMYK | 0.45 | 0.65 | 0 | 0 |
| HSL | 258.18º | 1% | 0.68% | - |
| HSV(B) | 258.18º | 0.65% | 1% | - |
| XYZ | 32.52 | 20.11 | 96.77 | - |
| YUV | 123.76 | 202.07 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 90 | 255 | 0.45 | 0.65 | 0 | 0 | 258.18 | 1 | 0.68 |
| Hex | 8C | 5A | FF | 2D | 41 | 0 | 0 | 102 | 64 | 44 |
| Octal | 214 | 132 | 377 | 55 | 101 | 0 | 0 | 402 | 144 | 104 |
| Binary | 10001100 | 1011010 | 11111111 | 101101 | 1000001 | 0 | 0 | 100000010 | 1100100 | 1000100 |
Color Harmonies of #8C5AFF
Complementary color
Monochromatic Colors of #8C5AFF
Black with #8C5AFF
Text Example
Text Example
White with #8C5AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5AFF; }
p { color: rgb(140,90,255); }
H1.HeaderClassName
{
color: #8C5AFF;
}
.AnyTagClassName
{
color: #8C5AFF;
}
</style>
background-color css
<style>
a { background-color: #8C5AFF; }
a { background-color: rgb(140,90,255); }
div.DivClassName
{
background-color: #8C5AFF;
}
.BgClassName
{
background-color: #8C5AFF;
}
</style>
border-color css
<style>
span { border-color: #8C5AFF; }
span { border-color: rgb(140,90,255); }
td.TdClassName
{
border-color: #8C5AFF;
}
.TagClassName
{
border-color: #8C5AFF;
}
</style>