Shades of Light Slate Blue #777CFF
Tints of Light Slate Blue #777CFF
RGB
CMYK
RGB Variations
Color information
#777CFF (or 0x777CFF) is known color: Light Slate Blue. HEX triplet: 77, 7C and FF. RGB value is (119,124,255). Sum of RGB (Red+Green+Blue) = 119+124+255=498 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.90% from 498); Green value is 124 (48.83% from 255 or 24.90% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #777CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777CFF is #888300. Grayscale: #888888. Windows color (decimal): -8946433 or 16743543. OLE color: 16743543.
HSL color Cylindrical-coordinate representation of color #777CFF: hue angle of 237.79º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #777CFF is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 124 | 255 | - |
| CMYK | 0.53 | 0.51 | 0 | 0 |
| HSL | 237.79º | 1% | 0.73% | - |
| HSV(B) | 237.79º | 0.53% | 1% | - |
| XYZ | 32.87 | 25.56 | 97.81 | - |
| YUV | 137.44 | 194.34 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 124 | 255 | 0.53 | 0.51 | 0 | 0 | 237.79 | 1 | 0.73 |
| Hex | 77 | 7C | FF | 35 | 33 | 0 | 0 | EE | 64 | 49 |
| Octal | 167 | 174 | 377 | 65 | 63 | 0 | 0 | 356 | 144 | 111 |
| Binary | 1110111 | 1111100 | 11111111 | 110101 | 110011 | 0 | 0 | 11101110 | 1100100 | 1001001 |
Color Harmonies of #777CFF
Complementary color
Monochromatic Colors of #777CFF
Black with #777CFF
Text Example
Text Example
White with #777CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777CFF; }
p { color: rgb(119,124,255); }
H1.HeaderClassName
{
color: #777CFF;
}
.AnyTagClassName
{
color: #777CFF;
}
</style>
background-color css
<style>
a { background-color: #777CFF; }
a { background-color: rgb(119,124,255); }
div.DivClassName
{
background-color: #777CFF;
}
.BgClassName
{
background-color: #777CFF;
}
</style>
border-color css
<style>
span { border-color: #777CFF; }
span { border-color: rgb(119,124,255); }
td.TdClassName
{
border-color: #777CFF;
}
.TagClassName
{
border-color: #777CFF;
}
</style>