Shades of Light Slate Blue #8C61FF
Tints of Light Slate Blue #8C61FF
RGB
CMYK
RGB Variations
Color information
#8C61FF (or 0x8C61FF) is known color: Light Slate Blue. HEX triplet: 8C, 61 and FF. RGB value is (140,97,255). Sum of RGB (Red+Green+Blue) = 140+97+255=492 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.46% from 492); Green value is 97 (38.28% from 255 or 19.72% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C61FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C61FF is #739E00. Grayscale: #7F7F7F. Windows color (decimal): -7577089 or 16736652. OLE color: 16736652.
HSL color Cylindrical-coordinate representation of color #8C61FF: hue angle of 256.33º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C61FF is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 97 | 255 | - |
| CMYK | 0.45 | 0.62 | 0 | 0 |
| HSL | 256.33º | 1% | 0.69% | - |
| HSV(B) | 256.33º | 0.62% | 1% | - |
| XYZ | 33.14 | 21.34 | 96.98 | - |
| YUV | 127.87 | 199.75 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 97 | 255 | 0.45 | 0.62 | 0 | 0 | 256.33 | 1 | 0.69 |
| Hex | 8C | 61 | FF | 2D | 3E | 0 | 0 | 100 | 64 | 45 |
| Octal | 214 | 141 | 377 | 55 | 76 | 0 | 0 | 400 | 144 | 105 |
| Binary | 10001100 | 1100001 | 11111111 | 101101 | 111110 | 0 | 0 | 100000000 | 1100100 | 1000101 |
Color Harmonies of #8C61FF
Complementary color
Monochromatic Colors of #8C61FF
Black with #8C61FF
Text Example
Text Example
White with #8C61FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C61FF; }
p { color: rgb(140,97,255); }
H1.HeaderClassName
{
color: #8C61FF;
}
.AnyTagClassName
{
color: #8C61FF;
}
</style>
background-color css
<style>
a { background-color: #8C61FF; }
a { background-color: rgb(140,97,255); }
div.DivClassName
{
background-color: #8C61FF;
}
.BgClassName
{
background-color: #8C61FF;
}
</style>
border-color css
<style>
span { border-color: #8C61FF; }
span { border-color: rgb(140,97,255); }
td.TdClassName
{
border-color: #8C61FF;
}
.TagClassName
{
border-color: #8C61FF;
}
</style>