Shades of Light Slate Blue #8C8BF6
Tints of Light Slate Blue #8C8BF6
RGB
CMYK
RGB Variations
Color information
#8C8BF6 (or 0x8C8BF6) is known color: Light Slate Blue. HEX triplet: 8C, 8B and F6. RGB value is (140,139,246). Sum of RGB (Red+Green+Blue) = 140+139+246=525 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.67% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 246 (96.48% from 255 or 46.86% from 525); Max value from RGB is 246 - color contains mainly: blue. Hex color #8C8BF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8BF6 is #737409. Grayscale: #979797. Windows color (decimal): -7566346 or 16157580. OLE color: 16157580.
HSL color Cylindrical-coordinate representation of color #8C8BF6: hue angle of 240.56º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C8BF6 is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 140 | 139 | 246 | - |
| CMYK | 0.43 | 0.43 | 0 | 0.04 |
| HSL | 240.56º | 0.86% | 0.75% | - |
| HSV(B) | 240.56º | 0.43% | 0.96% | - |
| XYZ | 36.68 | 30.69 | 91.18 | - |
| YUV | 151.5 | 181.33 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 139 | 246 | 0.43 | 0.43 | 0 | 0.04 | 240.56 | 0.86 | 0.75 |
| Hex | 8C | 8B | F6 | 2B | 2B | 0 | 4 | F1 | 56 | 4B |
| Octal | 214 | 213 | 366 | 53 | 53 | 0 | 4 | 361 | 126 | 113 |
| Binary | 10001100 | 10001011 | 11110110 | 101011 | 101011 | 0 | 100 | 11110001 | 1010110 | 1001011 |
Color Harmonies of #8C8BF6
Complementary color
Monochromatic Colors of #8C8BF6
Black with #8C8BF6
Text Example
Text Example
White with #8C8BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8BF6; }
p { color: rgb(140,139,246); }
H1.HeaderClassName
{
color: #8C8BF6;
}
.AnyTagClassName
{
color: #8C8BF6;
}
</style>
background-color css
<style>
a { background-color: #8C8BF6; }
a { background-color: rgb(140,139,246); }
div.DivClassName
{
background-color: #8C8BF6;
}
.BgClassName
{
background-color: #8C8BF6;
}
</style>
border-color css
<style>
span { border-color: #8C8BF6; }
span { border-color: rgb(140,139,246); }
td.TdClassName
{
border-color: #8C8BF6;
}
.TagClassName
{
border-color: #8C8BF6;
}
</style>