Shades of Light Slate Blue #777EF4
Tints of Light Slate Blue #777EF4
RGB
CMYK
RGB Variations
Color information
#777EF4 (or 0x777EF4) is known color: Light Slate Blue. HEX triplet: 77, 7E and F4. RGB value is (119,126,244). Sum of RGB (Red+Green+Blue) = 119+126+244=489 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.34% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 244 (95.70% from 255 or 49.90% from 489); Max value from RGB is 244 - color contains mainly: blue. Hex color #777EF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777EF4 is #88810B. Grayscale: #888888. Windows color (decimal): -8945932 or 16023159. OLE color: 16023159.
HSL color Cylindrical-coordinate representation of color #777EF4: hue angle of 236.64º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #777EF4 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 119 | 126 | 244 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.04 |
| HSL | 236.64º | 0.85% | 0.71% | - |
| HSV(B) | 236.64º | 0.51% | 0.96% | - |
| XYZ | 31.4 | 25.38 | 88.83 | - |
| YUV | 137.36 | 188.18 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 126 | 244 | 0.51 | 0.48 | 0 | 0.04 | 236.64 | 0.85 | 0.71 |
| Hex | 77 | 7E | F4 | 33 | 30 | 0 | 4 | ED | 55 | 47 |
| Octal | 167 | 176 | 364 | 63 | 60 | 0 | 4 | 355 | 125 | 107 |
| Binary | 1110111 | 1111110 | 11110100 | 110011 | 110000 | 0 | 100 | 11101101 | 1010101 | 1000111 |
Color Harmonies of #777EF4
Complementary color
Monochromatic Colors of #777EF4
Black with #777EF4
Text Example
Text Example
White with #777EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777EF4; }
p { color: rgb(119,126,244); }
H1.HeaderClassName
{
color: #777EF4;
}
.AnyTagClassName
{
color: #777EF4;
}
</style>
background-color css
<style>
a { background-color: #777EF4; }
a { background-color: rgb(119,126,244); }
div.DivClassName
{
background-color: #777EF4;
}
.BgClassName
{
background-color: #777EF4;
}
</style>
border-color css
<style>
span { border-color: #777EF4; }
span { border-color: rgb(119,126,244); }
td.TdClassName
{
border-color: #777EF4;
}
.TagClassName
{
border-color: #777EF4;
}
</style>