Shades of Light Slate Blue #7973FE
Tints of Light Slate Blue #7973FE
RGB
CMYK
RGB Variations
Color information
#7973FE (or 0x7973FE) is known color: Light Slate Blue. HEX triplet: 79, 73 and FE. RGB value is (121,115,254). Sum of RGB (Red+Green+Blue) = 121+115+254=490 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.69% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #7973FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7973FE is #868C01. Grayscale: #848484. Windows color (decimal): -8817666 or 16675705. OLE color: 16675705.
HSL color Cylindrical-coordinate representation of color #7973FE: hue angle of 242.59º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7973FE is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 121 | 115 | 254 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.00 |
| HSL | 242.59º | 0.99% | 0.72% | - |
| HSV(B) | 242.59º | 0.55% | 1% | - |
| XYZ | 31.91 | 23.48 | 96.62 | - |
| YUV | 132.64 | 196.49 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 115 | 254 | 0.52 | 0.55 | 0 | 0.00 | 242.59 | 0.99 | 0.72 |
| Hex | 79 | 73 | FE | 34 | 37 | 0 | 0 | F3 | 63 | 48 |
| Octal | 171 | 163 | 376 | 64 | 67 | 0 | 0 | 363 | 143 | 110 |
| Binary | 1111001 | 1110011 | 11111110 | 110100 | 110111 | 0 | 0 | 11110011 | 1100011 | 1001000 |
Color Harmonies of #7973FE
Complementary color
Monochromatic Colors of #7973FE
Black with #7973FE
Text Example
Text Example
White with #7973FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7973FE; }
p { color: rgb(121,115,254); }
H1.HeaderClassName
{
color: #7973FE;
}
.AnyTagClassName
{
color: #7973FE;
}
</style>
background-color css
<style>
a { background-color: #7973FE; }
a { background-color: rgb(121,115,254); }
div.DivClassName
{
background-color: #7973FE;
}
.BgClassName
{
background-color: #7973FE;
}
</style>
border-color css
<style>
span { border-color: #7973FE; }
span { border-color: rgb(121,115,254); }
td.TdClassName
{
border-color: #7973FE;
}
.TagClassName
{
border-color: #7973FE;
}
</style>