Shades of Light Slate Blue #7D80EF
Tints of Light Slate Blue #7D80EF
RGB
CMYK
RGB Variations
Color information
#7D80EF (or 0x7D80EF) is known color: Light Slate Blue. HEX triplet: 7D, 80 and EF. RGB value is (125,128,239). Sum of RGB (Red+Green+Blue) = 125+128+239=492 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.41% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D80EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D80EF is #827F10. Grayscale: #8B8B8B. Windows color (decimal): -8552209 or 15695997. OLE color: 15695997.
HSL color Cylindrical-coordinate representation of color #7D80EF: hue angle of 238.42º 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 #7D80EF is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 128 | 239 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.06 |
| HSL | 238.42º | 0.78% | 0.71% | - |
| HSV(B) | 238.42º | 0.48% | 0.94% | - |
| XYZ | 31.76 | 26.03 | 85.01 | - |
| YUV | 139.76 | 184.01 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 128 | 239 | 0.48 | 0.46 | 0 | 0.06 | 238.42 | 0.78 | 0.71 |
| Hex | 7D | 80 | EF | 30 | 2E | 0 | 6 | EE | 4E | 47 |
| Octal | 175 | 200 | 357 | 60 | 56 | 0 | 6 | 356 | 116 | 107 |
| Binary | 1111101 | 10000000 | 11101111 | 110000 | 101110 | 0 | 110 | 11101110 | 1001110 | 1000111 |
Color Harmonies of #7D80EF
Complementary color
Monochromatic Colors of #7D80EF
Black with #7D80EF
Text Example
Text Example
White with #7D80EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D80EF; }
p { color: rgb(125,128,239); }
H1.HeaderClassName
{
color: #7D80EF;
}
.AnyTagClassName
{
color: #7D80EF;
}
</style>
background-color css
<style>
a { background-color: #7D80EF; }
a { background-color: rgb(125,128,239); }
div.DivClassName
{
background-color: #7D80EF;
}
.BgClassName
{
background-color: #7D80EF;
}
</style>
border-color css
<style>
span { border-color: #7D80EF; }
span { border-color: rgb(125,128,239); }
td.TdClassName
{
border-color: #7D80EF;
}
.TagClassName
{
border-color: #7D80EF;
}
</style>