Shades of Medium Slate Blue #7769EE
Tints of Medium Slate Blue #7769EE
RGB
CMYK
RGB Variations
Color information
#7769EE (or 0x7769EE) is known color: Medium Slate Blue. HEX triplet: 77, 69 and EE. RGB value is (119,105,238). Sum of RGB (Red+Green+Blue) = 119+105+238=462 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.76% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #7769EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7769EE is #889611. Grayscale: #7B7B7B. Windows color (decimal): -8951314 or 15624567. OLE color: 15624567.
HSL color Cylindrical-coordinate representation of color #7769EE: hue angle of 246.32º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7769EE is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 105 | 238 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.07 |
| HSL | 246.32º | 0.8% | 0.67% | - |
| HSV(B) | 246.32º | 0.56% | 0.93% | - |
| XYZ | 28.09 | 20.2 | 83.31 | - |
| YUV | 124.35 | 192.14 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 238 | 0.50 | 0.56 | 0 | 0.07 | 246.32 | 0.8 | 0.67 |
| Hex | 77 | 69 | EE | 32 | 38 | 0 | 7 | F6 | 50 | 43 |
| Octal | 167 | 151 | 356 | 62 | 70 | 0 | 7 | 366 | 120 | 103 |
| Binary | 1110111 | 1101001 | 11101110 | 110010 | 111000 | 0 | 111 | 11110110 | 1010000 | 1000011 |
Color Harmonies of #7769EE
Complementary color
Monochromatic Colors of #7769EE
Black with #7769EE
Text Example
Text Example
White with #7769EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7769EE; }
p { color: rgb(119,105,238); }
H1.HeaderClassName
{
color: #7769EE;
}
.AnyTagClassName
{
color: #7769EE;
}
</style>
background-color css
<style>
a { background-color: #7769EE; }
a { background-color: rgb(119,105,238); }
div.DivClassName
{
background-color: #7769EE;
}
.BgClassName
{
background-color: #7769EE;
}
</style>
border-color css
<style>
span { border-color: #7769EE; }
span { border-color: rgb(119,105,238); }
td.TdClassName
{
border-color: #7769EE;
}
.TagClassName
{
border-color: #7769EE;
}
</style>