Shades of Light Slate Blue #7D80F8
Tints of Light Slate Blue #7D80F8
RGB
CMYK
RGB Variations
Color information
#7D80F8 (or 0x7D80F8) is known color: Light Slate Blue. HEX triplet: 7D, 80 and F8. RGB value is (125,128,248). Sum of RGB (Red+Green+Blue) = 125+128+248=501 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.95% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 248 (97.27% from 255 or 49.50% from 501); Max value from RGB is 248 - color contains mainly: blue. Hex color #7D80F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D80F8 is #827F07. Grayscale: #8C8C8C. Windows color (decimal): -8552200 or 16285821. OLE color: 16285821.
HSL color Cylindrical-coordinate representation of color #7D80F8: hue angle of 238.54º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D80F8 is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 125 | 128 | 248 | - |
| CMYK | 0.50 | 0.48 | 0 | 0.03 |
| HSL | 238.54º | 0.9% | 0.73% | - |
| HSV(B) | 238.54º | 0.5% | 0.97% | - |
| XYZ | 33.12 | 26.58 | 92.19 | - |
| YUV | 140.78 | 188.51 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 128 | 248 | 0.50 | 0.48 | 0 | 0.03 | 238.54 | 0.9 | 0.73 |
| Hex | 7D | 80 | F8 | 32 | 30 | 0 | 3 | EF | 5A | 49 |
| Octal | 175 | 200 | 370 | 62 | 60 | 0 | 3 | 357 | 132 | 111 |
| Binary | 1111101 | 10000000 | 11111000 | 110010 | 110000 | 0 | 11 | 11101111 | 1011010 | 1001001 |
Color Harmonies of #7D80F8
Complementary color
Monochromatic Colors of #7D80F8
Black with #7D80F8
Text Example
Text Example
White with #7D80F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D80F8; }
p { color: rgb(125,128,248); }
H1.HeaderClassName
{
color: #7D80F8;
}
.AnyTagClassName
{
color: #7D80F8;
}
</style>
background-color css
<style>
a { background-color: #7D80F8; }
a { background-color: rgb(125,128,248); }
div.DivClassName
{
background-color: #7D80F8;
}
.BgClassName
{
background-color: #7D80F8;
}
</style>
border-color css
<style>
span { border-color: #7D80F8; }
span { border-color: rgb(125,128,248); }
td.TdClassName
{
border-color: #7D80F8;
}
.TagClassName
{
border-color: #7D80F8;
}
</style>