Shades of Light Slate Blue #7D6BFE
Tints of Light Slate Blue #7D6BFE
RGB
CMYK
RGB Variations
Color information
#7D6BFE (or 0x7D6BFE) is known color: Light Slate Blue. HEX triplet: 7D, 6B and FE. RGB value is (125,107,254). Sum of RGB (Red+Green+Blue) = 125+107+254=486 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.72% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #7D6BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D6BFE is #829401. Grayscale: #808080. Windows color (decimal): -8557570 or 16673661. OLE color: 16673661.
HSL color Cylindrical-coordinate representation of color #7D6BFE: hue angle of 247.35º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D6BFE is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 107 | 254 | - |
| CMYK | 0.51 | 0.58 | 0 | 0.00 |
| HSL | 247.35º | 0.99% | 0.71% | - |
| HSV(B) | 247.35º | 0.58% | 1% | - |
| XYZ | 31.6 | 22.03 | 96.35 | - |
| YUV | 129.14 | 198.46 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 107 | 254 | 0.51 | 0.58 | 0 | 0.00 | 247.35 | 0.99 | 0.71 |
| Hex | 7D | 6B | FE | 33 | 3A | 0 | 0 | F7 | 63 | 47 |
| Octal | 175 | 153 | 376 | 63 | 72 | 0 | 0 | 367 | 143 | 107 |
| Binary | 1111101 | 1101011 | 11111110 | 110011 | 111010 | 0 | 0 | 11110111 | 1100011 | 1000111 |
Color Harmonies of #7D6BFE
Complementary color
Monochromatic Colors of #7D6BFE
Black with #7D6BFE
Text Example
Text Example
White with #7D6BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6BFE; }
p { color: rgb(125,107,254); }
H1.HeaderClassName
{
color: #7D6BFE;
}
.AnyTagClassName
{
color: #7D6BFE;
}
</style>
background-color css
<style>
a { background-color: #7D6BFE; }
a { background-color: rgb(125,107,254); }
div.DivClassName
{
background-color: #7D6BFE;
}
.BgClassName
{
background-color: #7D6BFE;
}
</style>
border-color css
<style>
span { border-color: #7D6BFE; }
span { border-color: rgb(125,107,254); }
td.TdClassName
{
border-color: #7D6BFE;
}
.TagClassName
{
border-color: #7D6BFE;
}
</style>