Shades of Light Slate Blue #8C51FF
Tints of Light Slate Blue #8C51FF
RGB
CMYK
RGB Variations
Color information
#8C51FF (or 0x8C51FF) is known color: Light Slate Blue. HEX triplet: 8C, 51 and FF. RGB value is (140,81,255). Sum of RGB (Red+Green+Blue) = 140+81+255=476 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.41% from 476); Green value is 81 (32.03% from 255 or 17.02% 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 #8C51FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C51FF is #73AE00. Grayscale: #757575. Windows color (decimal): -7581185 or 16732556. OLE color: 16732556.
HSL color Cylindrical-coordinate representation of color #8C51FF: hue angle of 260.34º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C51FF is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 81 | 255 | - |
| CMYK | 0.45 | 0.68 | 0 | 0 |
| HSL | 260.34º | 1% | 0.66% | - |
| HSV(B) | 260.34º | 0.68% | 1% | - |
| XYZ | 31.81 | 18.68 | 96.54 | - |
| YUV | 118.48 | 205.05 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 81 | 255 | 0.45 | 0.68 | 0 | 0 | 260.34 | 1 | 0.66 |
| Hex | 8C | 51 | FF | 2D | 44 | 0 | 0 | 104 | 64 | 42 |
| Octal | 214 | 121 | 377 | 55 | 104 | 0 | 0 | 404 | 144 | 102 |
| Binary | 10001100 | 1010001 | 11111111 | 101101 | 1000100 | 0 | 0 | 100000100 | 1100100 | 1000010 |
Color Harmonies of #8C51FF
Complementary color
Monochromatic Colors of #8C51FF
Black with #8C51FF
Text Example
Text Example
White with #8C51FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C51FF; }
p { color: rgb(140,81,255); }
H1.HeaderClassName
{
color: #8C51FF;
}
.AnyTagClassName
{
color: #8C51FF;
}
</style>
background-color css
<style>
a { background-color: #8C51FF; }
a { background-color: rgb(140,81,255); }
div.DivClassName
{
background-color: #8C51FF;
}
.BgClassName
{
background-color: #8C51FF;
}
</style>
border-color css
<style>
span { border-color: #8C51FF; }
span { border-color: rgb(140,81,255); }
td.TdClassName
{
border-color: #8C51FF;
}
.TagClassName
{
border-color: #8C51FF;
}
</style>