Shades of Light Slate Blue #7D7EF8
Tints of Light Slate Blue #7D7EF8
RGB
CMYK
RGB Variations
Color information
#7D7EF8 (or 0x7D7EF8) is known color: Light Slate Blue. HEX triplet: 7D, 7E and F8. RGB value is (125,126,248). Sum of RGB (Red+Green+Blue) = 125+126+248=499 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25.05% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 248 (97.27% from 255 or 49.70% from 499); Max value from RGB is 248 - color contains mainly: blue. Hex color #7D7EF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D7EF8 is #828107. Grayscale: #8B8B8B. Windows color (decimal): -8552712 or 16285309. OLE color: 16285309.
HSL color Cylindrical-coordinate representation of color #7D7EF8: hue angle of 239.51º 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 #7D7EF8 is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 125 | 126 | 248 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.03 |
| HSL | 239.51º | 0.9% | 0.73% | - |
| HSV(B) | 239.51º | 0.5% | 0.97% | - |
| XYZ | 32.86 | 26.06 | 92.1 | - |
| YUV | 139.61 | 189.17 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 126 | 248 | 0.50 | 0.49 | 0 | 0.03 | 239.51 | 0.9 | 0.73 |
| Hex | 7D | 7E | F8 | 32 | 31 | 0 | 3 | F0 | 5A | 49 |
| Octal | 175 | 176 | 370 | 62 | 61 | 0 | 3 | 360 | 132 | 111 |
| Binary | 1111101 | 1111110 | 11111000 | 110010 | 110001 | 0 | 11 | 11110000 | 1011010 | 1001001 |
Color Harmonies of #7D7EF8
Complementary color
Monochromatic Colors of #7D7EF8
Black with #7D7EF8
Text Example
Text Example
White with #7D7EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7EF8; }
p { color: rgb(125,126,248); }
H1.HeaderClassName
{
color: #7D7EF8;
}
.AnyTagClassName
{
color: #7D7EF8;
}
</style>
background-color css
<style>
a { background-color: #7D7EF8; }
a { background-color: rgb(125,126,248); }
div.DivClassName
{
background-color: #7D7EF8;
}
.BgClassName
{
background-color: #7D7EF8;
}
</style>
border-color css
<style>
span { border-color: #7D7EF8; }
span { border-color: rgb(125,126,248); }
td.TdClassName
{
border-color: #7D7EF8;
}
.TagClassName
{
border-color: #7D7EF8;
}
</style>