Shades of Light Slate Blue #7D76F7
Tints of Light Slate Blue #7D76F7
RGB
CMYK
RGB Variations
Color information
#7D76F7 (or 0x7D76F7) is known color: Light Slate Blue. HEX triplet: 7D, 76 and F7. RGB value is (125,118,247). Sum of RGB (Red+Green+Blue) = 125+118+247=490 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.51% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 247 (96.88% from 255 or 50.41% from 490); Max value from RGB is 247 - color contains mainly: blue. Hex color #7D76F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D76F7 is #828908. Grayscale: #868686. Windows color (decimal): -8554761 or 16217725. OLE color: 16217725.
HSL color Cylindrical-coordinate representation of color #7D76F7: hue angle of 243.26º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D76F7 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 125 | 118 | 247 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.03 |
| HSL | 243.26º | 0.89% | 0.72% | - |
| HSV(B) | 243.26º | 0.52% | 0.97% | - |
| XYZ | 31.72 | 24.03 | 90.96 | - |
| YUV | 134.8 | 191.32 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 118 | 247 | 0.49 | 0.52 | 0 | 0.03 | 243.26 | 0.89 | 0.72 |
| Hex | 7D | 76 | F7 | 31 | 34 | 0 | 3 | F3 | 59 | 48 |
| Octal | 175 | 166 | 367 | 61 | 64 | 0 | 3 | 363 | 131 | 110 |
| Binary | 1111101 | 1110110 | 11110111 | 110001 | 110100 | 0 | 11 | 11110011 | 1011001 | 1001000 |
Color Harmonies of #7D76F7
Complementary color
Monochromatic Colors of #7D76F7
Black with #7D76F7
Text Example
Text Example
White with #7D76F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D76F7; }
p { color: rgb(125,118,247); }
H1.HeaderClassName
{
color: #7D76F7;
}
.AnyTagClassName
{
color: #7D76F7;
}
</style>
background-color css
<style>
a { background-color: #7D76F7; }
a { background-color: rgb(125,118,247); }
div.DivClassName
{
background-color: #7D76F7;
}
.BgClassName
{
background-color: #7D76F7;
}
</style>
border-color css
<style>
span { border-color: #7D76F7; }
span { border-color: rgb(125,118,247); }
td.TdClassName
{
border-color: #7D76F7;
}
.TagClassName
{
border-color: #7D76F7;
}
</style>