Shades of Medium Slate Blue #777DF2
Tints of Medium Slate Blue #777DF2
RGB
CMYK
RGB Variations
Color information
#777DF2 (or 0x777DF2) is known color: Medium Slate Blue. HEX triplet: 77, 7D and F2. RGB value is (119,125,242). Sum of RGB (Red+Green+Blue) = 119+125+242=486 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.49% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 242 (94.92% from 255 or 49.79% from 486); Max value from RGB is 242 - color contains mainly: blue. Hex color #777DF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777DF2 is #88820D. Grayscale: #888888. Windows color (decimal): -8946190 or 15891831. OLE color: 15891831.
HSL color Cylindrical-coordinate representation of color #777DF2: hue angle of 237.07º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #777DF2 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 125 | 242 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.05 |
| HSL | 237.07º | 0.83% | 0.71% | - |
| HSV(B) | 237.07º | 0.51% | 0.95% | - |
| XYZ | 30.97 | 25 | 87.2 | - |
| YUV | 136.54 | 187.51 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 242 | 0.51 | 0.48 | 0 | 0.05 | 237.07 | 0.83 | 0.71 |
| Hex | 77 | 7D | F2 | 33 | 30 | 0 | 5 | ED | 53 | 47 |
| Octal | 167 | 175 | 362 | 63 | 60 | 0 | 5 | 355 | 123 | 107 |
| Binary | 1110111 | 1111101 | 11110010 | 110011 | 110000 | 0 | 101 | 11101101 | 1010011 | 1000111 |
Color Harmonies of #777DF2
Complementary color
Monochromatic Colors of #777DF2
Black with #777DF2
Text Example
Text Example
White with #777DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777DF2; }
p { color: rgb(119,125,242); }
H1.HeaderClassName
{
color: #777DF2;
}
.AnyTagClassName
{
color: #777DF2;
}
</style>
background-color css
<style>
a { background-color: #777DF2; }
a { background-color: rgb(119,125,242); }
div.DivClassName
{
background-color: #777DF2;
}
.BgClassName
{
background-color: #777DF2;
}
</style>
border-color css
<style>
span { border-color: #777DF2; }
span { border-color: rgb(119,125,242); }
td.TdClassName
{
border-color: #777DF2;
}
.TagClassName
{
border-color: #777DF2;
}
</style>