Shades of Light Slate Blue #777DFC
Tints of Light Slate Blue #777DFC
RGB
CMYK
RGB Variations
Color information
#777DFC (or 0x777DFC) is known color: Light Slate Blue. HEX triplet: 77, 7D and FC. RGB value is (119,125,252). Sum of RGB (Red+Green+Blue) = 119+125+252=496 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.99% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #777DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777DFC is #888203. Grayscale: #898989. Windows color (decimal): -8946180 or 16547191. OLE color: 16547191.
HSL color Cylindrical-coordinate representation of color #777DFC: hue angle of 237.29º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #777DFC is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 125 | 252 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.01 |
| HSL | 237.29º | 0.96% | 0.73% | - |
| HSV(B) | 237.29º | 0.53% | 0.99% | - |
| XYZ | 32.51 | 25.62 | 95.33 | - |
| YUV | 137.68 | 192.51 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 252 | 0.53 | 0.50 | 0 | 0.01 | 237.29 | 0.96 | 0.73 |
| Hex | 77 | 7D | FC | 35 | 32 | 0 | 1 | ED | 60 | 49 |
| Octal | 167 | 175 | 374 | 65 | 62 | 0 | 1 | 355 | 140 | 111 |
| Binary | 1110111 | 1111101 | 11111100 | 110101 | 110010 | 0 | 1 | 11101101 | 1100000 | 1001001 |
Color Harmonies of #777DFC
Complementary color
Monochromatic Colors of #777DFC
Black with #777DFC
Text Example
Text Example
White with #777DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777DFC; }
p { color: rgb(119,125,252); }
H1.HeaderClassName
{
color: #777DFC;
}
.AnyTagClassName
{
color: #777DFC;
}
</style>
background-color css
<style>
a { background-color: #777DFC; }
a { background-color: rgb(119,125,252); }
div.DivClassName
{
background-color: #777DFC;
}
.BgClassName
{
background-color: #777DFC;
}
</style>
border-color css
<style>
span { border-color: #777DFC; }
span { border-color: rgb(119,125,252); }
td.TdClassName
{
border-color: #777DFC;
}
.TagClassName
{
border-color: #777DFC;
}
</style>