Shades of Light Slate Blue #8C80EE
Tints of Light Slate Blue #8C80EE
RGB
CMYK
RGB Variations
Color information
#8C80EE (or 0x8C80EE) is known color: Light Slate Blue. HEX triplet: 8C, 80 and EE. RGB value is (140,128,238). Sum of RGB (Red+Green+Blue) = 140+128+238=506 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.67% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #8C80EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C80EE is #737F11. Grayscale: #8F8F8F. Windows color (decimal): -7569170 or 15630476. OLE color: 15630476.
HSL color Cylindrical-coordinate representation of color #8C80EE: hue angle of 246.55º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C80EE is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 128 | 238 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.07 |
| HSL | 246.55º | 0.76% | 0.72% | - |
| HSV(B) | 246.55º | 0.46% | 0.93% | - |
| XYZ | 33.97 | 27.19 | 84.35 | - |
| YUV | 144.13 | 180.98 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 128 | 238 | 0.41 | 0.46 | 0 | 0.07 | 246.55 | 0.76 | 0.72 |
| Hex | 8C | 80 | EE | 29 | 2E | 0 | 7 | F7 | 4C | 48 |
| Octal | 214 | 200 | 356 | 51 | 56 | 0 | 7 | 367 | 114 | 110 |
| Binary | 10001100 | 10000000 | 11101110 | 101001 | 101110 | 0 | 111 | 11110111 | 1001100 | 1001000 |
Color Harmonies of #8C80EE
Complementary color
Monochromatic Colors of #8C80EE
Black with #8C80EE
Text Example
Text Example
White with #8C80EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C80EE; }
p { color: rgb(140,128,238); }
H1.HeaderClassName
{
color: #8C80EE;
}
.AnyTagClassName
{
color: #8C80EE;
}
</style>
background-color css
<style>
a { background-color: #8C80EE; }
a { background-color: rgb(140,128,238); }
div.DivClassName
{
background-color: #8C80EE;
}
.BgClassName
{
background-color: #8C80EE;
}
</style>
border-color css
<style>
span { border-color: #8C80EE; }
span { border-color: rgb(140,128,238); }
td.TdClassName
{
border-color: #8C80EE;
}
.TagClassName
{
border-color: #8C80EE;
}
</style>