Shades of Light Slate Blue #7D7FFF
Tints of Light Slate Blue #7D7FFF
RGB
CMYK
RGB Variations
Color information
#7D7FFF (or 0x7D7FFF) is known color: Light Slate Blue. HEX triplet: 7D, 7F and FF. RGB value is (125,127,255). Sum of RGB (Red+Green+Blue) = 125+127+255=507 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.65% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D7FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D7FFF is #828000. Grayscale: #8C8C8C. Windows color (decimal): -8552449 or 16744317. OLE color: 16744317.
HSL color Cylindrical-coordinate representation of color #7D7FFF: hue angle of 239.08º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D7FFF is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 127 | 255 | - |
| CMYK | 0.51 | 0.50 | 0 | 0 |
| HSL | 239.08º | 1% | 0.75% | - |
| HSV(B) | 239.08º | 0.51% | 1% | - |
| XYZ | 34.1 | 26.76 | 97.98 | - |
| YUV | 140.99 | 192.34 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 127 | 255 | 0.51 | 0.50 | 0 | 0 | 239.08 | 1 | 0.75 |
| Hex | 7D | 7F | FF | 33 | 32 | 0 | 0 | EF | 64 | 4B |
| Octal | 175 | 177 | 377 | 63 | 62 | 0 | 0 | 357 | 144 | 113 |
| Binary | 1111101 | 1111111 | 11111111 | 110011 | 110010 | 0 | 0 | 11101111 | 1100100 | 1001011 |
Color Harmonies of #7D7FFF
Complementary color
Monochromatic Colors of #7D7FFF
Black with #7D7FFF
Text Example
Text Example
White with #7D7FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7FFF; }
p { color: rgb(125,127,255); }
H1.HeaderClassName
{
color: #7D7FFF;
}
.AnyTagClassName
{
color: #7D7FFF;
}
</style>
background-color css
<style>
a { background-color: #7D7FFF; }
a { background-color: rgb(125,127,255); }
div.DivClassName
{
background-color: #7D7FFF;
}
.BgClassName
{
background-color: #7D7FFF;
}
</style>
border-color css
<style>
span { border-color: #7D7FFF; }
span { border-color: rgb(125,127,255); }
td.TdClassName
{
border-color: #7D7FFF;
}
.TagClassName
{
border-color: #7D7FFF;
}
</style>