Shades of Light Slate Blue #8C80F6
Tints of Light Slate Blue #8C80F6
RGB
CMYK
RGB Variations
Color information
#8C80F6 (or 0x8C80F6) is known color: Light Slate Blue. HEX triplet: 8C, 80 and F6. RGB value is (140,128,246). Sum of RGB (Red+Green+Blue) = 140+128+246=514 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.24% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 246 (96.48% from 255 or 47.86% from 514); Max value from RGB is 246 - color contains mainly: blue. Hex color #8C80F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C80F6 is #737F09. Grayscale: #909090. Windows color (decimal): -7569162 or 16154764. OLE color: 16154764.
HSL color Cylindrical-coordinate representation of color #8C80F6: hue angle of 246.1º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C80F6 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 140 | 128 | 246 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.04 |
| HSL | 246.1º | 0.87% | 0.73% | - |
| HSV(B) | 246.1º | 0.48% | 0.96% | - |
| XYZ | 35.17 | 27.67 | 90.68 | - |
| YUV | 145.04 | 184.98 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 128 | 246 | 0.43 | 0.48 | 0 | 0.04 | 246.1 | 0.87 | 0.73 |
| Hex | 8C | 80 | F6 | 2B | 30 | 0 | 4 | F6 | 57 | 49 |
| Octal | 214 | 200 | 366 | 53 | 60 | 0 | 4 | 366 | 127 | 111 |
| Binary | 10001100 | 10000000 | 11110110 | 101011 | 110000 | 0 | 100 | 11110110 | 1010111 | 1001001 |
Color Harmonies of #8C80F6
Complementary color
Monochromatic Colors of #8C80F6
Black with #8C80F6
Text Example
Text Example
White with #8C80F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C80F6; }
p { color: rgb(140,128,246); }
H1.HeaderClassName
{
color: #8C80F6;
}
.AnyTagClassName
{
color: #8C80F6;
}
</style>
background-color css
<style>
a { background-color: #8C80F6; }
a { background-color: rgb(140,128,246); }
div.DivClassName
{
background-color: #8C80F6;
}
.BgClassName
{
background-color: #8C80F6;
}
</style>
border-color css
<style>
span { border-color: #8C80F6; }
span { border-color: rgb(140,128,246); }
td.TdClassName
{
border-color: #8C80F6;
}
.TagClassName
{
border-color: #8C80F6;
}
</style>