Shades of Light Slate Blue #7A74FE
Tints of Light Slate Blue #7A74FE
RGB
CMYK
RGB Variations
Color information
#7A74FE (or 0x7A74FE) is known color: Light Slate Blue. HEX triplet: 7A, 74 and FE. RGB value is (122,116,254). Sum of RGB (Red+Green+Blue) = 122+116+254=492 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.80% from 492); Green value is 116 (45.70% from 255 or 23.58% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #7A74FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A74FE is #858B01. Grayscale: #848484. Windows color (decimal): -8751874 or 16675962. OLE color: 16675962.
HSL color Cylindrical-coordinate representation of color #7A74FE: hue angle of 242.61º 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 #7A74FE is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 116 | 254 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.00 |
| HSL | 242.61º | 0.99% | 0.73% | - |
| HSV(B) | 242.61º | 0.54% | 1% | - |
| XYZ | 32.16 | 23.78 | 96.66 | - |
| YUV | 133.53 | 195.99 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 116 | 254 | 0.52 | 0.54 | 0 | 0.00 | 242.61 | 0.99 | 0.73 |
| Hex | 7A | 74 | FE | 34 | 36 | 0 | 0 | F3 | 63 | 49 |
| Octal | 172 | 164 | 376 | 64 | 66 | 0 | 0 | 363 | 143 | 111 |
| Binary | 1111010 | 1110100 | 11111110 | 110100 | 110110 | 0 | 0 | 11110011 | 1100011 | 1001001 |
Color Harmonies of #7A74FE
Complementary color
Monochromatic Colors of #7A74FE
Black with #7A74FE
Text Example
Text Example
White with #7A74FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A74FE; }
p { color: rgb(122,116,254); }
H1.HeaderClassName
{
color: #7A74FE;
}
.AnyTagClassName
{
color: #7A74FE;
}
</style>
background-color css
<style>
a { background-color: #7A74FE; }
a { background-color: rgb(122,116,254); }
div.DivClassName
{
background-color: #7A74FE;
}
.BgClassName
{
background-color: #7A74FE;
}
</style>
border-color css
<style>
span { border-color: #7A74FE; }
span { border-color: rgb(122,116,254); }
td.TdClassName
{
border-color: #7A74FE;
}
.TagClassName
{
border-color: #7A74FE;
}
</style>