Shades of Light Slate Blue #777DF9
Tints of Light Slate Blue #777DF9
RGB
CMYK
RGB Variations
Color information
#777DF9 (or 0x777DF9) is known color: Light Slate Blue. HEX triplet: 77, 7D and F9. RGB value is (119,125,249). Sum of RGB (Red+Green+Blue) = 119+125+249=493 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.14% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 249 (97.66% from 255 or 50.51% from 493); Max value from RGB is 249 - color contains mainly: blue. Hex color #777DF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777DF9 is #888206. Grayscale: #888888. Windows color (decimal): -8946183 or 16350583. OLE color: 16350583.
HSL color Cylindrical-coordinate representation of color #777DF9: hue angle of 237.23º 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 #777DF9 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 125 | 249 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.02 |
| HSL | 237.23º | 0.92% | 0.72% | - |
| HSV(B) | 237.23º | 0.52% | 0.98% | - |
| XYZ | 32.04 | 25.43 | 92.84 | - |
| YUV | 137.34 | 191.01 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 249 | 0.52 | 0.50 | 0 | 0.02 | 237.23 | 0.92 | 0.72 |
| Hex | 77 | 7D | F9 | 34 | 32 | 0 | 2 | ED | 5C | 48 |
| Octal | 167 | 175 | 371 | 64 | 62 | 0 | 2 | 355 | 134 | 110 |
| Binary | 1110111 | 1111101 | 11111001 | 110100 | 110010 | 0 | 10 | 11101101 | 1011100 | 1001000 |
Color Harmonies of #777DF9
Complementary color
Monochromatic Colors of #777DF9
Black with #777DF9
Text Example
Text Example
White with #777DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777DF9; }
p { color: rgb(119,125,249); }
H1.HeaderClassName
{
color: #777DF9;
}
.AnyTagClassName
{
color: #777DF9;
}
</style>
background-color css
<style>
a { background-color: #777DF9; }
a { background-color: rgb(119,125,249); }
div.DivClassName
{
background-color: #777DF9;
}
.BgClassName
{
background-color: #777DF9;
}
</style>
border-color css
<style>
span { border-color: #777DF9; }
span { border-color: rgb(119,125,249); }
td.TdClassName
{
border-color: #777DF9;
}
.TagClassName
{
border-color: #777DF9;
}
</style>