Shades of Medium Slate Blue #7769E0
Tints of Medium Slate Blue #7769E0
RGB
CMYK
RGB Variations
Color information
#7769E0 (or 0x7769E0) is known color: Medium Slate Blue. HEX triplet: 77, 69 and E0. RGB value is (119,105,224). Sum of RGB (Red+Green+Blue) = 119+105+224=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 224 (87.89% from 255 or 50% from 448); Max value from RGB is 224 - color contains mainly: blue. Hex color #7769E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7769E0 is #88961F. Grayscale: #7A7A7A. Windows color (decimal): -8951328 or 14707063. OLE color: 14707063.
HSL color Cylindrical-coordinate representation of color #7769E0: hue angle of 247.06º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7769E0 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 119 | 105 | 224 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.12 |
| HSL | 247.06º | 0.66% | 0.65% | - |
| HSV(B) | 247.06º | 0.53% | 0.88% | - |
| XYZ | 26.11 | 19.41 | 72.89 | - |
| YUV | 122.75 | 185.14 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 224 | 0.47 | 0.53 | 0 | 0.12 | 247.06 | 0.66 | 0.65 |
| Hex | 77 | 69 | E0 | 2F | 35 | 0 | C | F7 | 42 | 41 |
| Octal | 167 | 151 | 340 | 57 | 65 | 0 | 14 | 367 | 102 | 101 |
| Binary | 1110111 | 1101001 | 11100000 | 101111 | 110101 | 0 | 1100 | 11110111 | 1000010 | 1000001 |
Color Harmonies of #7769E0
Complementary color
Monochromatic Colors of #7769E0
Black with #7769E0
Text Example
Text Example
White with #7769E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7769E0; }
p { color: rgb(119,105,224); }
H1.HeaderClassName
{
color: #7769E0;
}
.AnyTagClassName
{
color: #7769E0;
}
</style>
background-color css
<style>
a { background-color: #7769E0; }
a { background-color: rgb(119,105,224); }
div.DivClassName
{
background-color: #7769E0;
}
.BgClassName
{
background-color: #7769E0;
}
</style>
border-color css
<style>
span { border-color: #7769E0; }
span { border-color: rgb(119,105,224); }
td.TdClassName
{
border-color: #7769E0;
}
.TagClassName
{
border-color: #7769E0;
}
</style>