Shades of Medium Slate Blue #776FF2
Tints of Medium Slate Blue #776FF2
RGB
CMYK
RGB Variations
Color information
#776FF2 (or 0x776FF2) is known color: Medium Slate Blue. HEX triplet: 77, 6F and F2. RGB value is (119,111,242). Sum of RGB (Red+Green+Blue) = 119+111+242=472 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.21% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 242 (94.92% from 255 or 51.27% from 472); Max value from RGB is 242 - color contains mainly: blue. Hex color #776FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776FF2 is #88900D. Grayscale: #7F7F7F. Windows color (decimal): -8949774 or 15888247. OLE color: 15888247.
HSL color Cylindrical-coordinate representation of color #776FF2: hue angle of 243.66º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #776FF2 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 111 | 242 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.05 |
| HSL | 243.66º | 0.83% | 0.69% | - |
| HSV(B) | 243.66º | 0.54% | 0.95% | - |
| XYZ | 29.32 | 21.7 | 86.65 | - |
| YUV | 128.33 | 192.15 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 242 | 0.51 | 0.54 | 0 | 0.05 | 243.66 | 0.83 | 0.69 |
| Hex | 77 | 6F | F2 | 33 | 36 | 0 | 5 | F4 | 53 | 45 |
| Octal | 167 | 157 | 362 | 63 | 66 | 0 | 5 | 364 | 123 | 105 |
| Binary | 1110111 | 1101111 | 11110010 | 110011 | 110110 | 0 | 101 | 11110100 | 1010011 | 1000101 |
Color Harmonies of #776FF2
Complementary color
Monochromatic Colors of #776FF2
Black with #776FF2
Text Example
Text Example
White with #776FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776FF2; }
p { color: rgb(119,111,242); }
H1.HeaderClassName
{
color: #776FF2;
}
.AnyTagClassName
{
color: #776FF2;
}
</style>
background-color css
<style>
a { background-color: #776FF2; }
a { background-color: rgb(119,111,242); }
div.DivClassName
{
background-color: #776FF2;
}
.BgClassName
{
background-color: #776FF2;
}
</style>
border-color css
<style>
span { border-color: #776FF2; }
span { border-color: rgb(119,111,242); }
td.TdClassName
{
border-color: #776FF2;
}
.TagClassName
{
border-color: #776FF2;
}
</style>