Shades of Light Slate Blue #7979F6
Tints of Light Slate Blue #7979F6
RGB
CMYK
RGB Variations
Color information
#7979F6 (or 0x7979F6) is known color: Light Slate Blue. HEX triplet: 79, 79 and F6. RGB value is (121,121,246). Sum of RGB (Red+Green+Blue) = 121+121+246=488 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.80% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 246 (96.48% from 255 or 50.41% from 488); Max value from RGB is 246 - color contains mainly: blue. Hex color #7979F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7979F6 is #868609. Grayscale: #868686. Windows color (decimal): -8816138 or 16152953. OLE color: 16152953.
HSL color Cylindrical-coordinate representation of color #7979F6: hue angle of 240º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7979F6 is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 121 | 121 | 246 | - |
| CMYK | 0.51 | 0.51 | 0 | 0.04 |
| HSL | 240º | 0.87% | 0.72% | - |
| HSV(B) | 240º | 0.51% | 0.96% | - |
| XYZ | 31.36 | 24.39 | 90.24 | - |
| YUV | 135.25 | 190.5 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 121 | 246 | 0.51 | 0.51 | 0 | 0.04 | 240 | 0.87 | 0.72 |
| Hex | 79 | 79 | F6 | 33 | 33 | 0 | 4 | F0 | 57 | 48 |
| Octal | 171 | 171 | 366 | 63 | 63 | 0 | 4 | 360 | 127 | 110 |
| Binary | 1111001 | 1111001 | 11110110 | 110011 | 110011 | 0 | 100 | 11110000 | 1010111 | 1001000 |
Color Harmonies of #7979F6
Complementary color
Monochromatic Colors of #7979F6
Black with #7979F6
Text Example
Text Example
White with #7979F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7979F6; }
p { color: rgb(121,121,246); }
H1.HeaderClassName
{
color: #7979F6;
}
.AnyTagClassName
{
color: #7979F6;
}
</style>
background-color css
<style>
a { background-color: #7979F6; }
a { background-color: rgb(121,121,246); }
div.DivClassName
{
background-color: #7979F6;
}
.BgClassName
{
background-color: #7979F6;
}
</style>
border-color css
<style>
span { border-color: #7979F6; }
span { border-color: rgb(121,121,246); }
td.TdClassName
{
border-color: #7979F6;
}
.TagClassName
{
border-color: #7979F6;
}
</style>