Shades of Light Slate Blue #7F7CFE
Tints of Light Slate Blue #7F7CFE
RGB
CMYK
RGB Variations
Color information
#7F7CFE (or 0x7F7CFE) is known color: Light Slate Blue. HEX triplet: 7F, 7C and FE. RGB value is (127,124,254). Sum of RGB (Red+Green+Blue) = 127+124+254=505 (66% of max value = 765). Red value is 127 (50% from 255 or 25.15% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F7CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F7CFE is #808301. Grayscale: #8B8B8B. Windows color (decimal): -8422146 or 16678015. OLE color: 16678015.
HSL color Cylindrical-coordinate representation of color #7F7CFE: hue angle of 241.38º 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 #7F7CFE is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 124 | 254 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.00 |
| HSL | 241.38º | 0.98% | 0.74% | - |
| HSV(B) | 241.38º | 0.51% | 1% | - |
| XYZ | 33.85 | 26.08 | 97.02 | - |
| YUV | 139.72 | 192.49 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 124 | 254 | 0.50 | 0.51 | 0 | 0.00 | 241.38 | 0.98 | 0.74 |
| Hex | 7F | 7C | FE | 32 | 33 | 0 | 0 | F1 | 62 | 4A |
| Octal | 177 | 174 | 376 | 62 | 63 | 0 | 0 | 361 | 142 | 112 |
| Binary | 1111111 | 1111100 | 11111110 | 110010 | 110011 | 0 | 0 | 11110001 | 1100010 | 1001010 |
Color Harmonies of #7F7CFE
Complementary color
Monochromatic Colors of #7F7CFE
Black with #7F7CFE
Text Example
Text Example
White with #7F7CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7CFE; }
p { color: rgb(127,124,254); }
H1.HeaderClassName
{
color: #7F7CFE;
}
.AnyTagClassName
{
color: #7F7CFE;
}
</style>
background-color css
<style>
a { background-color: #7F7CFE; }
a { background-color: rgb(127,124,254); }
div.DivClassName
{
background-color: #7F7CFE;
}
.BgClassName
{
background-color: #7F7CFE;
}
</style>
border-color css
<style>
span { border-color: #7F7CFE; }
span { border-color: rgb(127,124,254); }
td.TdClassName
{
border-color: #7F7CFE;
}
.TagClassName
{
border-color: #7F7CFE;
}
</style>