Shades of Light Slate Blue #7D7FFA
Tints of Light Slate Blue #7D7FFA
RGB
CMYK
RGB Variations
Color information
#7D7FFA (or 0x7D7FFA) is known color: Light Slate Blue. HEX triplet: 7D, 7F and FA. RGB value is (125,127,250). Sum of RGB (Red+Green+Blue) = 125+127+250=502 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.90% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #7D7FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D7FFA is #828005. Grayscale: #8B8B8B. Windows color (decimal): -8552454 or 16416637. OLE color: 16416637.
HSL color Cylindrical-coordinate representation of color #7D7FFA: hue angle of 239.04º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D7FFA is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 127 | 250 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.02 |
| HSL | 239.04º | 0.93% | 0.74% | - |
| HSV(B) | 239.04º | 0.5% | 0.98% | - |
| XYZ | 33.3 | 26.44 | 93.79 | - |
| YUV | 140.42 | 189.84 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 127 | 250 | 0.50 | 0.49 | 0 | 0.02 | 239.04 | 0.93 | 0.74 |
| Hex | 7D | 7F | FA | 32 | 31 | 0 | 2 | EF | 5D | 4A |
| Octal | 175 | 177 | 372 | 62 | 61 | 0 | 2 | 357 | 135 | 112 |
| Binary | 1111101 | 1111111 | 11111010 | 110010 | 110001 | 0 | 10 | 11101111 | 1011101 | 1001010 |
Color Harmonies of #7D7FFA
Complementary color
Monochromatic Colors of #7D7FFA
Black with #7D7FFA
Text Example
Text Example
White with #7D7FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7FFA; }
p { color: rgb(125,127,250); }
H1.HeaderClassName
{
color: #7D7FFA;
}
.AnyTagClassName
{
color: #7D7FFA;
}
</style>
background-color css
<style>
a { background-color: #7D7FFA; }
a { background-color: rgb(125,127,250); }
div.DivClassName
{
background-color: #7D7FFA;
}
.BgClassName
{
background-color: #7D7FFA;
}
</style>
border-color css
<style>
span { border-color: #7D7FFA; }
span { border-color: rgb(125,127,250); }
td.TdClassName
{
border-color: #7D7FFA;
}
.TagClassName
{
border-color: #7D7FFA;
}
</style>