Shades of Light Slate Blue #8C50FF
Tints of Light Slate Blue #8C50FF
RGB
CMYK
RGB Variations
Color information
#8C50FF (or 0x8C50FF) is known color: Light Slate Blue. HEX triplet: 8C, 50 and FF. RGB value is (140,80,255). Sum of RGB (Red+Green+Blue) = 140+80+255=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C50FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C50FF is #73AF00. Grayscale: #757575. Windows color (decimal): -7581441 or 16732300. OLE color: 16732300.
HSL color Cylindrical-coordinate representation of color #8C50FF: hue angle of 260.57º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C50FF is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 80 | 255 | - |
| CMYK | 0.45 | 0.69 | 0 | 0 |
| HSL | 260.57º | 1% | 0.66% | - |
| HSV(B) | 260.57º | 0.69% | 1% | - |
| XYZ | 31.73 | 18.53 | 96.51 | - |
| YUV | 117.89 | 205.38 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 80 | 255 | 0.45 | 0.69 | 0 | 0 | 260.57 | 1 | 0.66 |
| Hex | 8C | 50 | FF | 2D | 45 | 0 | 0 | 105 | 64 | 42 |
| Octal | 214 | 120 | 377 | 55 | 105 | 0 | 0 | 405 | 144 | 102 |
| Binary | 10001100 | 1010000 | 11111111 | 101101 | 1000101 | 0 | 0 | 100000101 | 1100100 | 1000010 |
Color Harmonies of #8C50FF
Complementary color
Monochromatic Colors of #8C50FF
Black with #8C50FF
Text Example
Text Example
White with #8C50FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C50FF; }
p { color: rgb(140,80,255); }
H1.HeaderClassName
{
color: #8C50FF;
}
.AnyTagClassName
{
color: #8C50FF;
}
</style>
background-color css
<style>
a { background-color: #8C50FF; }
a { background-color: rgb(140,80,255); }
div.DivClassName
{
background-color: #8C50FF;
}
.BgClassName
{
background-color: #8C50FF;
}
</style>
border-color css
<style>
span { border-color: #8C50FF; }
span { border-color: rgb(140,80,255); }
td.TdClassName
{
border-color: #8C50FF;
}
.TagClassName
{
border-color: #8C50FF;
}
</style>