Shades of Light Slate Blue #7C80EF
Tints of Light Slate Blue #7C80EF
RGB
CMYK
RGB Variations
Color information
#7C80EF (or 0x7C80EF) is known color: Light Slate Blue. HEX triplet: 7C, 80 and EF. RGB value is (124,128,239). Sum of RGB (Red+Green+Blue) = 124+128+239=491 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.25% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #7C80EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C80EF is #837F10. Grayscale: #8B8B8B. Windows color (decimal): -8617745 or 15695996. OLE color: 15695996.
HSL color Cylindrical-coordinate representation of color #7C80EF: hue angle of 237.91º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C80EF is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 124 | 128 | 239 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.06 |
| HSL | 237.91º | 0.78% | 0.71% | - |
| HSV(B) | 237.91º | 0.48% | 0.94% | - |
| XYZ | 31.61 | 25.96 | 85.01 | - |
| YUV | 139.46 | 184.17 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 128 | 239 | 0.48 | 0.46 | 0 | 0.06 | 237.91 | 0.78 | 0.71 |
| Hex | 7C | 80 | EF | 30 | 2E | 0 | 6 | EE | 4E | 47 |
| Octal | 174 | 200 | 357 | 60 | 56 | 0 | 6 | 356 | 116 | 107 |
| Binary | 1111100 | 10000000 | 11101111 | 110000 | 101110 | 0 | 110 | 11101110 | 1001110 | 1000111 |
Color Harmonies of #7C80EF
Complementary color
Monochromatic Colors of #7C80EF
Black with #7C80EF
Text Example
Text Example
White with #7C80EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C80EF; }
p { color: rgb(124,128,239); }
H1.HeaderClassName
{
color: #7C80EF;
}
.AnyTagClassName
{
color: #7C80EF;
}
</style>
background-color css
<style>
a { background-color: #7C80EF; }
a { background-color: rgb(124,128,239); }
div.DivClassName
{
background-color: #7C80EF;
}
.BgClassName
{
background-color: #7C80EF;
}
</style>
border-color css
<style>
span { border-color: #7C80EF; }
span { border-color: rgb(124,128,239); }
td.TdClassName
{
border-color: #7C80EF;
}
.TagClassName
{
border-color: #7C80EF;
}
</style>