Shades of Medium Slate Blue #777CF2
Tints of Medium Slate Blue #777CF2
RGB
CMYK
RGB Variations
Color information
#777CF2 (or 0x777CF2) is known color: Medium Slate Blue. HEX triplet: 77, 7C and F2. RGB value is (119,124,242). Sum of RGB (Red+Green+Blue) = 119+124+242=485 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.54% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #777CF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777CF2 is #88830D. Grayscale: #878787. Windows color (decimal): -8946446 or 15891575. OLE color: 15891575.
HSL color Cylindrical-coordinate representation of color #777CF2: hue angle of 237.56º 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 #777CF2 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 124 | 242 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.05 |
| HSL | 237.56º | 0.83% | 0.71% | - |
| HSV(B) | 237.56º | 0.51% | 0.95% | - |
| XYZ | 30.84 | 24.75 | 87.16 | - |
| YUV | 135.96 | 187.84 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 124 | 242 | 0.51 | 0.49 | 0 | 0.05 | 237.56 | 0.83 | 0.71 |
| Hex | 77 | 7C | F2 | 33 | 31 | 0 | 5 | EE | 53 | 47 |
| Octal | 167 | 174 | 362 | 63 | 61 | 0 | 5 | 356 | 123 | 107 |
| Binary | 1110111 | 1111100 | 11110010 | 110011 | 110001 | 0 | 101 | 11101110 | 1010011 | 1000111 |
Color Harmonies of #777CF2
Complementary color
Monochromatic Colors of #777CF2
Black with #777CF2
Text Example
Text Example
White with #777CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777CF2; }
p { color: rgb(119,124,242); }
H1.HeaderClassName
{
color: #777CF2;
}
.AnyTagClassName
{
color: #777CF2;
}
</style>
background-color css
<style>
a { background-color: #777CF2; }
a { background-color: rgb(119,124,242); }
div.DivClassName
{
background-color: #777CF2;
}
.BgClassName
{
background-color: #777CF2;
}
</style>
border-color css
<style>
span { border-color: #777CF2; }
span { border-color: rgb(119,124,242); }
td.TdClassName
{
border-color: #777CF2;
}
.TagClassName
{
border-color: #777CF2;
}
</style>