Shades of Light Slate Blue #777DFF
Tints of Light Slate Blue #777DFF
RGB
CMYK
RGB Variations
Color information
#777DFF (or 0x777DFF) is known color: Light Slate Blue. HEX triplet: 77, 7D and FF. RGB value is (119,125,255). Sum of RGB (Red+Green+Blue) = 119+125+255=499 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.85% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #777DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777DFF is #888200. Grayscale: #898989. Windows color (decimal): -8946177 or 16743799. OLE color: 16743799.
HSL color Cylindrical-coordinate representation of color #777DFF: hue angle of 237.35º 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 #777DFF is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 125 | 255 | - |
| CMYK | 0.53 | 0.51 | 0 | 0 |
| HSL | 237.35º | 1% | 0.73% | - |
| HSV(B) | 237.35º | 0.53% | 1% | - |
| XYZ | 32.99 | 25.81 | 97.85 | - |
| YUV | 138.03 | 194.01 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 255 | 0.53 | 0.51 | 0 | 0 | 237.35 | 1 | 0.73 |
| Hex | 77 | 7D | FF | 35 | 33 | 0 | 0 | ED | 64 | 49 |
| Octal | 167 | 175 | 377 | 65 | 63 | 0 | 0 | 355 | 144 | 111 |
| Binary | 1110111 | 1111101 | 11111111 | 110101 | 110011 | 0 | 0 | 11101101 | 1100100 | 1001001 |
Color Harmonies of #777DFF
Complementary color
Monochromatic Colors of #777DFF
Black with #777DFF
Text Example
Text Example
White with #777DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777DFF; }
p { color: rgb(119,125,255); }
H1.HeaderClassName
{
color: #777DFF;
}
.AnyTagClassName
{
color: #777DFF;
}
</style>
background-color css
<style>
a { background-color: #777DFF; }
a { background-color: rgb(119,125,255); }
div.DivClassName
{
background-color: #777DFF;
}
.BgClassName
{
background-color: #777DFF;
}
</style>
border-color css
<style>
span { border-color: #777DFF; }
span { border-color: rgb(119,125,255); }
td.TdClassName
{
border-color: #777DFF;
}
.TagClassName
{
border-color: #777DFF;
}
</style>