Shades of Medium Slate Blue #7769DF
Tints of Medium Slate Blue #7769DF
RGB
CMYK
RGB Variations
Color information
#7769DF (or 0x7769DF) is known color: Medium Slate Blue. HEX triplet: 77, 69 and DF. RGB value is (119,105,223). Sum of RGB (Red+Green+Blue) = 119+105+223=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #7769DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7769DF is #889620. Grayscale: #7A7A7A. Windows color (decimal): -8951329 or 14641527. OLE color: 14641527.
HSL color Cylindrical-coordinate representation of color #7769DF: hue angle of 247.12º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7769DF is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 105 | 223 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.13 |
| HSL | 247.12º | 0.65% | 0.64% | - |
| HSV(B) | 247.12º | 0.53% | 0.87% | - |
| XYZ | 25.98 | 19.35 | 72.18 | - |
| YUV | 122.64 | 184.64 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 223 | 0.47 | 0.53 | 0 | 0.13 | 247.12 | 0.65 | 0.64 |
| Hex | 77 | 69 | DF | 2F | 35 | 0 | D | F7 | 41 | 40 |
| Octal | 167 | 151 | 337 | 57 | 65 | 0 | 15 | 367 | 101 | 100 |
| Binary | 1110111 | 1101001 | 11011111 | 101111 | 110101 | 0 | 1101 | 11110111 | 1000001 | 1000000 |
Color Harmonies of #7769DF
Complementary color
Monochromatic Colors of #7769DF
Black with #7769DF
Text Example
Text Example
White with #7769DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7769DF; }
p { color: rgb(119,105,223); }
H1.HeaderClassName
{
color: #7769DF;
}
.AnyTagClassName
{
color: #7769DF;
}
</style>
background-color css
<style>
a { background-color: #7769DF; }
a { background-color: rgb(119,105,223); }
div.DivClassName
{
background-color: #7769DF;
}
.BgClassName
{
background-color: #7769DF;
}
</style>
border-color css
<style>
span { border-color: #7769DF; }
span { border-color: rgb(119,105,223); }
td.TdClassName
{
border-color: #7769DF;
}
.TagClassName
{
border-color: #7769DF;
}
</style>