Shades of Light Slate Blue #777DFA
Tints of Light Slate Blue #777DFA
RGB
CMYK
RGB Variations
Color information
#777DFA (or 0x777DFA) is known color: Light Slate Blue. HEX triplet: 77, 7D and FA. RGB value is (119,125,250). Sum of RGB (Red+Green+Blue) = 119+125+250=494 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.09% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #777DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777DFA is #888205. Grayscale: #888888. Windows color (decimal): -8946182 or 16416119. OLE color: 16416119.
HSL color Cylindrical-coordinate representation of color #777DFA: hue angle of 237.25º degrees, saturation: 0.93, 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 #777DFA is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 125 | 250 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.02 |
| HSL | 237.25º | 0.93% | 0.72% | - |
| HSV(B) | 237.25º | 0.52% | 0.98% | - |
| XYZ | 32.2 | 25.49 | 93.67 | - |
| YUV | 137.46 | 191.51 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 250 | 0.52 | 0.50 | 0 | 0.02 | 237.25 | 0.93 | 0.72 |
| Hex | 77 | 7D | FA | 34 | 32 | 0 | 2 | ED | 5D | 48 |
| Octal | 167 | 175 | 372 | 64 | 62 | 0 | 2 | 355 | 135 | 110 |
| Binary | 1110111 | 1111101 | 11111010 | 110100 | 110010 | 0 | 10 | 11101101 | 1011101 | 1001000 |
Color Harmonies of #777DFA
Complementary color
Monochromatic Colors of #777DFA
Black with #777DFA
Text Example
Text Example
White with #777DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777DFA; }
p { color: rgb(119,125,250); }
H1.HeaderClassName
{
color: #777DFA;
}
.AnyTagClassName
{
color: #777DFA;
}
</style>
background-color css
<style>
a { background-color: #777DFA; }
a { background-color: rgb(119,125,250); }
div.DivClassName
{
background-color: #777DFA;
}
.BgClassName
{
background-color: #777DFA;
}
</style>
border-color css
<style>
span { border-color: #777DFA; }
span { border-color: rgb(119,125,250); }
td.TdClassName
{
border-color: #777DFA;
}
.TagClassName
{
border-color: #777DFA;
}
</style>