Shades of Light Slate Blue #7A77F9
Tints of Light Slate Blue #7A77F9
RGB
CMYK
RGB Variations
Color information
#7A77F9 (or 0x7A77F9) is known color: Light Slate Blue. HEX triplet: 7A, 77 and F9. RGB value is (122,119,249). Sum of RGB (Red+Green+Blue) = 122+119+249=490 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.90% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #7A77F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A77F9 is #858806. Grayscale: #868686. Windows color (decimal): -8751111 or 16349050. OLE color: 16349050.
HSL color Cylindrical-coordinate representation of color #7A77F9: hue angle of 241.38º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A77F9 is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 119 | 249 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.02 |
| HSL | 241.38º | 0.92% | 0.72% | - |
| HSV(B) | 241.38º | 0.52% | 0.98% | - |
| XYZ | 31.72 | 24.17 | 92.62 | - |
| YUV | 134.72 | 192.49 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 119 | 249 | 0.51 | 0.52 | 0 | 0.02 | 241.38 | 0.92 | 0.72 |
| Hex | 7A | 77 | F9 | 33 | 34 | 0 | 2 | F1 | 5C | 48 |
| Octal | 172 | 167 | 371 | 63 | 64 | 0 | 2 | 361 | 134 | 110 |
| Binary | 1111010 | 1110111 | 11111001 | 110011 | 110100 | 0 | 10 | 11110001 | 1011100 | 1001000 |
Color Harmonies of #7A77F9
Complementary color
Monochromatic Colors of #7A77F9
Black with #7A77F9
Text Example
Text Example
White with #7A77F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A77F9; }
p { color: rgb(122,119,249); }
H1.HeaderClassName
{
color: #7A77F9;
}
.AnyTagClassName
{
color: #7A77F9;
}
</style>
background-color css
<style>
a { background-color: #7A77F9; }
a { background-color: rgb(122,119,249); }
div.DivClassName
{
background-color: #7A77F9;
}
.BgClassName
{
background-color: #7A77F9;
}
</style>
border-color css
<style>
span { border-color: #7A77F9; }
span { border-color: rgb(122,119,249); }
td.TdClassName
{
border-color: #7A77F9;
}
.TagClassName
{
border-color: #7A77F9;
}
</style>