Shades of Light Slate Blue #777CFA
Tints of Light Slate Blue #777CFA
RGB
CMYK
RGB Variations
Color information
#777CFA (or 0x777CFA) is known color: Light Slate Blue. HEX triplet: 77, 7C and FA. RGB value is (119,124,250). Sum of RGB (Red+Green+Blue) = 119+124+250=493 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.14% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #777CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777CFA is #888305. Grayscale: #888888. Windows color (decimal): -8946438 or 16415863. OLE color: 16415863.
HSL color Cylindrical-coordinate representation of color #777CFA: hue angle of 237.71º 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 #777CFA is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 124 | 250 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.02 |
| HSL | 237.71º | 0.93% | 0.72% | - |
| HSV(B) | 237.71º | 0.52% | 0.98% | - |
| XYZ | 32.07 | 25.24 | 93.62 | - |
| YUV | 136.87 | 191.84 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 124 | 250 | 0.52 | 0.50 | 0 | 0.02 | 237.71 | 0.93 | 0.72 |
| Hex | 77 | 7C | FA | 34 | 32 | 0 | 2 | EE | 5D | 48 |
| Octal | 167 | 174 | 372 | 64 | 62 | 0 | 2 | 356 | 135 | 110 |
| Binary | 1110111 | 1111100 | 11111010 | 110100 | 110010 | 0 | 10 | 11101110 | 1011101 | 1001000 |
Color Harmonies of #777CFA
Complementary color
Monochromatic Colors of #777CFA
Black with #777CFA
Text Example
Text Example
White with #777CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777CFA; }
p { color: rgb(119,124,250); }
H1.HeaderClassName
{
color: #777CFA;
}
.AnyTagClassName
{
color: #777CFA;
}
</style>
background-color css
<style>
a { background-color: #777CFA; }
a { background-color: rgb(119,124,250); }
div.DivClassName
{
background-color: #777CFA;
}
.BgClassName
{
background-color: #777CFA;
}
</style>
border-color css
<style>
span { border-color: #777CFA; }
span { border-color: rgb(119,124,250); }
td.TdClassName
{
border-color: #777CFA;
}
.TagClassName
{
border-color: #777CFA;
}
</style>