Shades of Light Slate Blue #777DF7
Tints of Light Slate Blue #777DF7
RGB
CMYK
RGB Variations
Color information
#777DF7 (or 0x777DF7) is known color: Light Slate Blue. HEX triplet: 77, 7D and F7. RGB value is (119,125,247). Sum of RGB (Red+Green+Blue) = 119+125+247=491 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.24% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 247 (96.88% from 255 or 50.31% from 491); Max value from RGB is 247 - color contains mainly: blue. Hex color #777DF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777DF7 is #888208. Grayscale: #888888. Windows color (decimal): -8946185 or 16219511. OLE color: 16219511.
HSL color Cylindrical-coordinate representation of color #777DF7: hue angle of 237.19º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #777DF7 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 119 | 125 | 247 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.03 |
| HSL | 237.19º | 0.89% | 0.72% | - |
| HSV(B) | 237.19º | 0.52% | 0.97% | - |
| XYZ | 31.73 | 25.3 | 91.21 | - |
| YUV | 137.11 | 190.01 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 247 | 0.52 | 0.49 | 0 | 0.03 | 237.19 | 0.89 | 0.72 |
| Hex | 77 | 7D | F7 | 34 | 31 | 0 | 3 | ED | 59 | 48 |
| Octal | 167 | 175 | 367 | 64 | 61 | 0 | 3 | 355 | 131 | 110 |
| Binary | 1110111 | 1111101 | 11110111 | 110100 | 110001 | 0 | 11 | 11101101 | 1011001 | 1001000 |
Color Harmonies of #777DF7
Complementary color
Monochromatic Colors of #777DF7
Black with #777DF7
Text Example
Text Example
White with #777DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777DF7; }
p { color: rgb(119,125,247); }
H1.HeaderClassName
{
color: #777DF7;
}
.AnyTagClassName
{
color: #777DF7;
}
</style>
background-color css
<style>
a { background-color: #777DF7; }
a { background-color: rgb(119,125,247); }
div.DivClassName
{
background-color: #777DF7;
}
.BgClassName
{
background-color: #777DF7;
}
</style>
border-color css
<style>
span { border-color: #777DF7; }
span { border-color: rgb(119,125,247); }
td.TdClassName
{
border-color: #777DF7;
}
.TagClassName
{
border-color: #777DF7;
}
</style>