Shades of Light Slate Blue #777DF6
Tints of Light Slate Blue #777DF6
RGB
CMYK
RGB Variations
Color information
#777DF6 (or 0x777DF6) is known color: Light Slate Blue. HEX triplet: 77, 7D and F6. RGB value is (119,125,246). Sum of RGB (Red+Green+Blue) = 119+125+246=490 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.29% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 246 (96.48% from 255 or 50.20% from 490); Max value from RGB is 246 - color contains mainly: blue. Hex color #777DF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777DF6 is #888209. Grayscale: #888888. Windows color (decimal): -8946186 or 16153975. OLE color: 16153975.
HSL color Cylindrical-coordinate representation of color #777DF6: hue angle of 237.17º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #777DF6 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 119 | 125 | 246 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.04 |
| HSL | 237.17º | 0.88% | 0.72% | - |
| HSV(B) | 237.17º | 0.52% | 0.96% | - |
| XYZ | 31.58 | 25.24 | 90.4 | - |
| YUV | 137 | 189.51 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 246 | 0.52 | 0.49 | 0 | 0.04 | 237.17 | 0.88 | 0.72 |
| Hex | 77 | 7D | F6 | 34 | 31 | 0 | 4 | ED | 58 | 48 |
| Octal | 167 | 175 | 366 | 64 | 61 | 0 | 4 | 355 | 130 | 110 |
| Binary | 1110111 | 1111101 | 11110110 | 110100 | 110001 | 0 | 100 | 11101101 | 1011000 | 1001000 |
Color Harmonies of #777DF6
Complementary color
Monochromatic Colors of #777DF6
Black with #777DF6
Text Example
Text Example
White with #777DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777DF6; }
p { color: rgb(119,125,246); }
H1.HeaderClassName
{
color: #777DF6;
}
.AnyTagClassName
{
color: #777DF6;
}
</style>
background-color css
<style>
a { background-color: #777DF6; }
a { background-color: rgb(119,125,246); }
div.DivClassName
{
background-color: #777DF6;
}
.BgClassName
{
background-color: #777DF6;
}
</style>
border-color css
<style>
span { border-color: #777DF6; }
span { border-color: rgb(119,125,246); }
td.TdClassName
{
border-color: #777DF6;
}
.TagClassName
{
border-color: #777DF6;
}
</style>