Shades of Light Slate Blue #7D6CFC
Tints of Light Slate Blue #7D6CFC
RGB
CMYK
RGB Variations
Color information
#7D6CFC (or 0x7D6CFC) is known color: Light Slate Blue. HEX triplet: 7D, 6C and FC. RGB value is (125,108,252). Sum of RGB (Red+Green+Blue) = 125+108+252=485 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.77% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D6CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D6CFC is #829303. Grayscale: #808080. Windows color (decimal): -8557316 or 16542845. OLE color: 16542845.
HSL color Cylindrical-coordinate representation of color #7D6CFC: hue angle of 247.08º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D6CFC is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 108 | 252 | - |
| CMYK | 0.50 | 0.57 | 0 | 0.01 |
| HSL | 247.08º | 0.96% | 0.71% | - |
| HSV(B) | 247.08º | 0.57% | 0.99% | - |
| XYZ | 31.39 | 22.11 | 94.71 | - |
| YUV | 129.5 | 197.13 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 108 | 252 | 0.50 | 0.57 | 0 | 0.01 | 247.08 | 0.96 | 0.71 |
| Hex | 7D | 6C | FC | 32 | 39 | 0 | 1 | F7 | 60 | 47 |
| Octal | 175 | 154 | 374 | 62 | 71 | 0 | 1 | 367 | 140 | 107 |
| Binary | 1111101 | 1101100 | 11111100 | 110010 | 111001 | 0 | 1 | 11110111 | 1100000 | 1000111 |
Color Harmonies of #7D6CFC
Complementary color
Monochromatic Colors of #7D6CFC
Black with #7D6CFC
Text Example
Text Example
White with #7D6CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6CFC; }
p { color: rgb(125,108,252); }
H1.HeaderClassName
{
color: #7D6CFC;
}
.AnyTagClassName
{
color: #7D6CFC;
}
</style>
background-color css
<style>
a { background-color: #7D6CFC; }
a { background-color: rgb(125,108,252); }
div.DivClassName
{
background-color: #7D6CFC;
}
.BgClassName
{
background-color: #7D6CFC;
}
</style>
border-color css
<style>
span { border-color: #7D6CFC; }
span { border-color: rgb(125,108,252); }
td.TdClassName
{
border-color: #7D6CFC;
}
.TagClassName
{
border-color: #7D6CFC;
}
</style>