Shades of Light Slate Blue #8C6AFB
Tints of Light Slate Blue #8C6AFB
RGB
CMYK
RGB Variations
Color information
#8C6AFB (or 0x8C6AFB) is known color: Light Slate Blue. HEX triplet: 8C, 6A and FB. RGB value is (140,106,251). Sum of RGB (Red+Green+Blue) = 140+106+251=497 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.17% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #8C6AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C6AFB is #739504. Grayscale: #848484. Windows color (decimal): -7574789 or 16476812. OLE color: 16476812.
HSL color Cylindrical-coordinate representation of color #8C6AFB: hue angle of 254.07º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C6AFB is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 106 | 251 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.02 |
| HSL | 254.07º | 0.95% | 0.7% | - |
| HSV(B) | 254.07º | 0.58% | 0.98% | - |
| XYZ | 33.38 | 22.85 | 93.92 | - |
| YUV | 132.7 | 194.76 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 106 | 251 | 0.44 | 0.58 | 0 | 0.02 | 254.07 | 0.95 | 0.7 |
| Hex | 8C | 6A | FB | 2C | 3A | 0 | 2 | FE | 5F | 46 |
| Octal | 214 | 152 | 373 | 54 | 72 | 0 | 2 | 376 | 137 | 106 |
| Binary | 10001100 | 1101010 | 11111011 | 101100 | 111010 | 0 | 10 | 11111110 | 1011111 | 1000110 |
Color Harmonies of #8C6AFB
Complementary color
Monochromatic Colors of #8C6AFB
Black with #8C6AFB
Text Example
Text Example
White with #8C6AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6AFB; }
p { color: rgb(140,106,251); }
H1.HeaderClassName
{
color: #8C6AFB;
}
.AnyTagClassName
{
color: #8C6AFB;
}
</style>
background-color css
<style>
a { background-color: #8C6AFB; }
a { background-color: rgb(140,106,251); }
div.DivClassName
{
background-color: #8C6AFB;
}
.BgClassName
{
background-color: #8C6AFB;
}
</style>
border-color css
<style>
span { border-color: #8C6AFB; }
span { border-color: rgb(140,106,251); }
td.TdClassName
{
border-color: #8C6AFB;
}
.TagClassName
{
border-color: #8C6AFB;
}
</style>