Shades of Light Slate Blue #7F74FE
Tints of Light Slate Blue #7F74FE
RGB
CMYK
RGB Variations
Color information
#7F74FE (or 0x7F74FE) is known color: Light Slate Blue. HEX triplet: 7F, 74 and FE. RGB value is (127,116,254). Sum of RGB (Red+Green+Blue) = 127+116+254=497 (65% of max value = 765). Red value is 127 (50% from 255 or 25.55% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F74FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F74FE is #808B01. Grayscale: #868686. Windows color (decimal): -8424194 or 16675967. OLE color: 16675967.
HSL color Cylindrical-coordinate representation of color #7F74FE: hue angle of 244.78º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F74FE is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 116 | 254 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.00 |
| HSL | 244.78º | 0.99% | 0.73% | - |
| HSV(B) | 244.78º | 0.54% | 1% | - |
| XYZ | 32.89 | 24.16 | 96.7 | - |
| YUV | 135.02 | 195.14 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 116 | 254 | 0.50 | 0.54 | 0 | 0.00 | 244.78 | 0.99 | 0.73 |
| Hex | 7F | 74 | FE | 32 | 36 | 0 | 0 | F5 | 63 | 49 |
| Octal | 177 | 164 | 376 | 62 | 66 | 0 | 0 | 365 | 143 | 111 |
| Binary | 1111111 | 1110100 | 11111110 | 110010 | 110110 | 0 | 0 | 11110101 | 1100011 | 1001001 |
Color Harmonies of #7F74FE
Complementary color
Monochromatic Colors of #7F74FE
Black with #7F74FE
Text Example
Text Example
White with #7F74FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F74FE; }
p { color: rgb(127,116,254); }
H1.HeaderClassName
{
color: #7F74FE;
}
.AnyTagClassName
{
color: #7F74FE;
}
</style>
background-color css
<style>
a { background-color: #7F74FE; }
a { background-color: rgb(127,116,254); }
div.DivClassName
{
background-color: #7F74FE;
}
.BgClassName
{
background-color: #7F74FE;
}
</style>
border-color css
<style>
span { border-color: #7F74FE; }
span { border-color: rgb(127,116,254); }
td.TdClassName
{
border-color: #7F74FE;
}
.TagClassName
{
border-color: #7F74FE;
}
</style>