Shades of Light Slate Blue #777EFD
Tints of Light Slate Blue #777EFD
RGB
CMYK
RGB Variations
Color information
#777EFD (or 0x777EFD) is known color: Light Slate Blue. HEX triplet: 77, 7E and FD. RGB value is (119,126,253). Sum of RGB (Red+Green+Blue) = 119+126+253=498 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.90% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #777EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777EFD is #888102. Grayscale: #898989. Windows color (decimal): -8945923 or 16612983. OLE color: 16612983.
HSL color Cylindrical-coordinate representation of color #777EFD: hue angle of 236.87º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #777EFD is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 126 | 253 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.01 |
| HSL | 236.87º | 0.97% | 0.73% | - |
| HSV(B) | 236.87º | 0.53% | 0.99% | - |
| XYZ | 32.8 | 25.94 | 96.21 | - |
| YUV | 138.39 | 192.68 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 126 | 253 | 0.53 | 0.50 | 0 | 0.01 | 236.87 | 0.97 | 0.73 |
| Hex | 77 | 7E | FD | 35 | 32 | 0 | 1 | ED | 61 | 49 |
| Octal | 167 | 176 | 375 | 65 | 62 | 0 | 1 | 355 | 141 | 111 |
| Binary | 1110111 | 1111110 | 11111101 | 110101 | 110010 | 0 | 1 | 11101101 | 1100001 | 1001001 |
Color Harmonies of #777EFD
Complementary color
Monochromatic Colors of #777EFD
Black with #777EFD
Text Example
Text Example
White with #777EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777EFD; }
p { color: rgb(119,126,253); }
H1.HeaderClassName
{
color: #777EFD;
}
.AnyTagClassName
{
color: #777EFD;
}
</style>
background-color css
<style>
a { background-color: #777EFD; }
a { background-color: rgb(119,126,253); }
div.DivClassName
{
background-color: #777EFD;
}
.BgClassName
{
background-color: #777EFD;
}
</style>
border-color css
<style>
span { border-color: #777EFD; }
span { border-color: rgb(119,126,253); }
td.TdClassName
{
border-color: #777EFD;
}
.TagClassName
{
border-color: #777EFD;
}
</style>