Shades of Light Slate Blue #7F7EFF
Tints of Light Slate Blue #7F7EFF
RGB
CMYK
RGB Variations
Color information
#7F7EFF (or 0x7F7EFF) is known color: Light Slate Blue. HEX triplet: 7F, 7E and FF. RGB value is (127,126,255). Sum of RGB (Red+Green+Blue) = 127+126+255=508 (67% of max value = 765). Red value is 127 (50% from 255 or 25% from 508); Green value is 126 (49.61% from 255 or 24.80% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F7EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F7EFF is #808100. Grayscale: #8C8C8C. Windows color (decimal): -8421633 or 16744063. OLE color: 16744063.
HSL color Cylindrical-coordinate representation of color #7F7EFF: hue angle of 240.47º 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 #7F7EFF is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 126 | 255 | - |
| CMYK | 0.50 | 0.51 | 0 | 0 |
| HSL | 240.47º | 1% | 0.75% | - |
| HSV(B) | 240.47º | 0.51% | 1% | - |
| XYZ | 34.26 | 26.65 | 97.95 | - |
| YUV | 141.01 | 192.33 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 126 | 255 | 0.50 | 0.51 | 0 | 0 | 240.47 | 1 | 0.75 |
| Hex | 7F | 7E | FF | 32 | 33 | 0 | 0 | F0 | 64 | 4B |
| Octal | 177 | 176 | 377 | 62 | 63 | 0 | 0 | 360 | 144 | 113 |
| Binary | 1111111 | 1111110 | 11111111 | 110010 | 110011 | 0 | 0 | 11110000 | 1100100 | 1001011 |
Color Harmonies of #7F7EFF
Complementary color
Monochromatic Colors of #7F7EFF
Black with #7F7EFF
Text Example
Text Example
White with #7F7EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7EFF; }
p { color: rgb(127,126,255); }
H1.HeaderClassName
{
color: #7F7EFF;
}
.AnyTagClassName
{
color: #7F7EFF;
}
</style>
background-color css
<style>
a { background-color: #7F7EFF; }
a { background-color: rgb(127,126,255); }
div.DivClassName
{
background-color: #7F7EFF;
}
.BgClassName
{
background-color: #7F7EFF;
}
</style>
border-color css
<style>
span { border-color: #7F7EFF; }
span { border-color: rgb(127,126,255); }
td.TdClassName
{
border-color: #7F7EFF;
}
.TagClassName
{
border-color: #7F7EFF;
}
</style>