Shades of Light Slate Blue #7D7CFE
Tints of Light Slate Blue #7D7CFE
RGB
CMYK
RGB Variations
Color information
#7D7CFE (or 0x7D7CFE) is known color: Light Slate Blue. HEX triplet: 7D, 7C and FE. RGB value is (125,124,254). Sum of RGB (Red+Green+Blue) = 125+124+254=503 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.85% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #7D7CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D7CFE is #828301. Grayscale: #8A8A8A. Windows color (decimal): -8553218 or 16678013. OLE color: 16678013.
HSL color Cylindrical-coordinate representation of color #7D7CFE: hue angle of 240.46º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D7CFE is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 124 | 254 | - |
| CMYK | 0.51 | 0.51 | 0 | 0.00 |
| HSL | 240.46º | 0.98% | 0.74% | - |
| HSV(B) | 240.46º | 0.51% | 1% | - |
| XYZ | 33.55 | 25.93 | 97 | - |
| YUV | 139.12 | 192.83 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 124 | 254 | 0.51 | 0.51 | 0 | 0.00 | 240.46 | 0.98 | 0.74 |
| Hex | 7D | 7C | FE | 33 | 33 | 0 | 0 | F0 | 62 | 4A |
| Octal | 175 | 174 | 376 | 63 | 63 | 0 | 0 | 360 | 142 | 112 |
| Binary | 1111101 | 1111100 | 11111110 | 110011 | 110011 | 0 | 0 | 11110000 | 1100010 | 1001010 |
Color Harmonies of #7D7CFE
Complementary color
Monochromatic Colors of #7D7CFE
Black with #7D7CFE
Text Example
Text Example
White with #7D7CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7CFE; }
p { color: rgb(125,124,254); }
H1.HeaderClassName
{
color: #7D7CFE;
}
.AnyTagClassName
{
color: #7D7CFE;
}
</style>
background-color css
<style>
a { background-color: #7D7CFE; }
a { background-color: rgb(125,124,254); }
div.DivClassName
{
background-color: #7D7CFE;
}
.BgClassName
{
background-color: #7D7CFE;
}
</style>
border-color css
<style>
span { border-color: #7D7CFE; }
span { border-color: rgb(125,124,254); }
td.TdClassName
{
border-color: #7D7CFE;
}
.TagClassName
{
border-color: #7D7CFE;
}
</style>