Shades of Light Slate Blue #8C80EF
Tints of Light Slate Blue #8C80EF
RGB
CMYK
RGB Variations
Color information
#8C80EF (or 0x8C80EF) is known color: Light Slate Blue. HEX triplet: 8C, 80 and EF. RGB value is (140,128,239). Sum of RGB (Red+Green+Blue) = 140+128+239=507 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.61% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C80EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C80EF is #737F10. Grayscale: #8F8F8F. Windows color (decimal): -7569169 or 15696012. OLE color: 15696012.
HSL color Cylindrical-coordinate representation of color #8C80EF: hue angle of 246.49º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C80EF is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 128 | 239 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.06 |
| HSL | 246.49º | 0.78% | 0.72% | - |
| HSV(B) | 246.49º | 0.46% | 0.94% | - |
| XYZ | 34.11 | 27.25 | 85.12 | - |
| YUV | 144.24 | 181.48 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 128 | 239 | 0.41 | 0.46 | 0 | 0.06 | 246.49 | 0.78 | 0.72 |
| Hex | 8C | 80 | EF | 29 | 2E | 0 | 6 | F6 | 4E | 48 |
| Octal | 214 | 200 | 357 | 51 | 56 | 0 | 6 | 366 | 116 | 110 |
| Binary | 10001100 | 10000000 | 11101111 | 101001 | 101110 | 0 | 110 | 11110110 | 1001110 | 1001000 |
Color Harmonies of #8C80EF
Complementary color
Monochromatic Colors of #8C80EF
Black with #8C80EF
Text Example
Text Example
White with #8C80EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C80EF; }
p { color: rgb(140,128,239); }
H1.HeaderClassName
{
color: #8C80EF;
}
.AnyTagClassName
{
color: #8C80EF;
}
</style>
background-color css
<style>
a { background-color: #8C80EF; }
a { background-color: rgb(140,128,239); }
div.DivClassName
{
background-color: #8C80EF;
}
.BgClassName
{
background-color: #8C80EF;
}
</style>
border-color css
<style>
span { border-color: #8C80EF; }
span { border-color: rgb(140,128,239); }
td.TdClassName
{
border-color: #8C80EF;
}
.TagClassName
{
border-color: #8C80EF;
}
</style>