Shades of Light Slate Blue #777DFB
Tints of Light Slate Blue #777DFB
RGB
CMYK
RGB Variations
Color information
#777DFB (or 0x777DFB) is known color: Light Slate Blue. HEX triplet: 77, 7D and FB. RGB value is (119,125,251). Sum of RGB (Red+Green+Blue) = 119+125+251=495 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.04% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #777DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777DFB is #888204. Grayscale: #898989. Windows color (decimal): -8946181 or 16481655. OLE color: 16481655.
HSL color Cylindrical-coordinate representation of color #777DFB: hue angle of 237.27º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #777DFB is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 125 | 251 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.02 |
| HSL | 237.27º | 0.94% | 0.73% | - |
| HSV(B) | 237.27º | 0.53% | 0.98% | - |
| XYZ | 32.35 | 25.55 | 94.49 | - |
| YUV | 137.57 | 192.01 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 251 | 0.53 | 0.50 | 0 | 0.02 | 237.27 | 0.94 | 0.73 |
| Hex | 77 | 7D | FB | 35 | 32 | 0 | 2 | ED | 5E | 49 |
| Octal | 167 | 175 | 373 | 65 | 62 | 0 | 2 | 355 | 136 | 111 |
| Binary | 1110111 | 1111101 | 11111011 | 110101 | 110010 | 0 | 10 | 11101101 | 1011110 | 1001001 |
Color Harmonies of #777DFB
Complementary color
Monochromatic Colors of #777DFB
Black with #777DFB
Text Example
Text Example
White with #777DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777DFB; }
p { color: rgb(119,125,251); }
H1.HeaderClassName
{
color: #777DFB;
}
.AnyTagClassName
{
color: #777DFB;
}
</style>
background-color css
<style>
a { background-color: #777DFB; }
a { background-color: rgb(119,125,251); }
div.DivClassName
{
background-color: #777DFB;
}
.BgClassName
{
background-color: #777DFB;
}
</style>
border-color css
<style>
span { border-color: #777DFB; }
span { border-color: rgb(119,125,251); }
td.TdClassName
{
border-color: #777DFB;
}
.TagClassName
{
border-color: #777DFB;
}
</style>