Shades of Light Slate Blue #7D6EFA
Tints of Light Slate Blue #7D6EFA
RGB
CMYK
RGB Variations
Color information
#7D6EFA (or 0x7D6EFA) is known color: Light Slate Blue. HEX triplet: 7D, 6E and FA. RGB value is (125,110,250). Sum of RGB (Red+Green+Blue) = 125+110+250=485 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.77% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #7D6EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D6EFA is #829105. Grayscale: #818181. Windows color (decimal): -8556806 or 16412285. OLE color: 16412285.
HSL color Cylindrical-coordinate representation of color #7D6EFA: hue angle of 246.43º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D6EFA is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 110 | 250 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.02 |
| HSL | 246.43º | 0.93% | 0.71% | - |
| HSV(B) | 246.43º | 0.56% | 0.98% | - |
| XYZ | 31.29 | 22.41 | 93.12 | - |
| YUV | 130.45 | 195.47 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 110 | 250 | 0.50 | 0.56 | 0 | 0.02 | 246.43 | 0.93 | 0.71 |
| Hex | 7D | 6E | FA | 32 | 38 | 0 | 2 | F6 | 5D | 47 |
| Octal | 175 | 156 | 372 | 62 | 70 | 0 | 2 | 366 | 135 | 107 |
| Binary | 1111101 | 1101110 | 11111010 | 110010 | 111000 | 0 | 10 | 11110110 | 1011101 | 1000111 |
Color Harmonies of #7D6EFA
Complementary color
Monochromatic Colors of #7D6EFA
Black with #7D6EFA
Text Example
Text Example
White with #7D6EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6EFA; }
p { color: rgb(125,110,250); }
H1.HeaderClassName
{
color: #7D6EFA;
}
.AnyTagClassName
{
color: #7D6EFA;
}
</style>
background-color css
<style>
a { background-color: #7D6EFA; }
a { background-color: rgb(125,110,250); }
div.DivClassName
{
background-color: #7D6EFA;
}
.BgClassName
{
background-color: #7D6EFA;
}
</style>
border-color css
<style>
span { border-color: #7D6EFA; }
span { border-color: rgb(125,110,250); }
td.TdClassName
{
border-color: #7D6EFA;
}
.TagClassName
{
border-color: #7D6EFA;
}
</style>