Shades of Light Slate Blue #7971FE
Tints of Light Slate Blue #7971FE
RGB
CMYK
RGB Variations
Color information
#7971FE (or 0x7971FE) is known color: Light Slate Blue. HEX triplet: 79, 71 and FE. RGB value is (121,113,254). Sum of RGB (Red+Green+Blue) = 121+113+254=488 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.80% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #7971FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7971FE is #868E01. Grayscale: #828282. Windows color (decimal): -8818178 or 16675193. OLE color: 16675193.
HSL color Cylindrical-coordinate representation of color #7971FE: hue angle of 243.4º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7971FE is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 121 | 113 | 254 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.00 |
| HSL | 243.4º | 0.99% | 0.72% | - |
| HSV(B) | 243.4º | 0.56% | 1% | - |
| XYZ | 31.68 | 23.03 | 96.54 | - |
| YUV | 131.47 | 197.15 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 113 | 254 | 0.52 | 0.56 | 0 | 0.00 | 243.4 | 0.99 | 0.72 |
| Hex | 79 | 71 | FE | 34 | 38 | 0 | 0 | F3 | 63 | 48 |
| Octal | 171 | 161 | 376 | 64 | 70 | 0 | 0 | 363 | 143 | 110 |
| Binary | 1111001 | 1110001 | 11111110 | 110100 | 111000 | 0 | 0 | 11110011 | 1100011 | 1001000 |
Color Harmonies of #7971FE
Complementary color
Monochromatic Colors of #7971FE
Black with #7971FE
Text Example
Text Example
White with #7971FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7971FE; }
p { color: rgb(121,113,254); }
H1.HeaderClassName
{
color: #7971FE;
}
.AnyTagClassName
{
color: #7971FE;
}
</style>
background-color css
<style>
a { background-color: #7971FE; }
a { background-color: rgb(121,113,254); }
div.DivClassName
{
background-color: #7971FE;
}
.BgClassName
{
background-color: #7971FE;
}
</style>
border-color css
<style>
span { border-color: #7971FE; }
span { border-color: rgb(121,113,254); }
td.TdClassName
{
border-color: #7971FE;
}
.TagClassName
{
border-color: #7971FE;
}
</style>