Shades of Light Slate Blue #7D6BFD
Tints of Light Slate Blue #7D6BFD
RGB
CMYK
RGB Variations
Color information
#7D6BFD (or 0x7D6BFD) is known color: Light Slate Blue. HEX triplet: 7D, 6B and FD. RGB value is (125,107,253). Sum of RGB (Red+Green+Blue) = 125+107+253=485 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.77% from 485); Green value is 107 (42.19% from 255 or 22.06% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D6BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D6BFD is #829402. Grayscale: #808080. Windows color (decimal): -8557571 or 16608125. OLE color: 16608125.
HSL color Cylindrical-coordinate representation of color #7D6BFD: hue angle of 247.4º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D6BFD is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 107 | 253 | - |
| CMYK | 0.51 | 0.58 | 0 | 0.01 |
| HSL | 247.4º | 0.97% | 0.71% | - |
| HSV(B) | 247.4º | 0.58% | 0.99% | - |
| XYZ | 31.44 | 21.97 | 95.51 | - |
| YUV | 129.03 | 197.96 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 107 | 253 | 0.51 | 0.58 | 0 | 0.01 | 247.4 | 0.97 | 0.71 |
| Hex | 7D | 6B | FD | 33 | 3A | 0 | 1 | F7 | 61 | 47 |
| Octal | 175 | 153 | 375 | 63 | 72 | 0 | 1 | 367 | 141 | 107 |
| Binary | 1111101 | 1101011 | 11111101 | 110011 | 111010 | 0 | 1 | 11110111 | 1100001 | 1000111 |
Color Harmonies of #7D6BFD
Complementary color
Monochromatic Colors of #7D6BFD
Black with #7D6BFD
Text Example
Text Example
White with #7D6BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6BFD; }
p { color: rgb(125,107,253); }
H1.HeaderClassName
{
color: #7D6BFD;
}
.AnyTagClassName
{
color: #7D6BFD;
}
</style>
background-color css
<style>
a { background-color: #7D6BFD; }
a { background-color: rgb(125,107,253); }
div.DivClassName
{
background-color: #7D6BFD;
}
.BgClassName
{
background-color: #7D6BFD;
}
</style>
border-color css
<style>
span { border-color: #7D6BFD; }
span { border-color: rgb(125,107,253); }
td.TdClassName
{
border-color: #7D6BFD;
}
.TagClassName
{
border-color: #7D6BFD;
}
</style>