Shades of Medium Slate Blue #7669E6
Tints of Medium Slate Blue #7669E6
RGB
CMYK
RGB Variations
Color information
#7669E6 (or 0x7669E6) is known color: Medium Slate Blue. HEX triplet: 76, 69 and E6. RGB value is (118,105,230). Sum of RGB (Red+Green+Blue) = 118+105+230=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 230 (90.23% from 255 or 50.77% from 453); Max value from RGB is 230 - color contains mainly: blue. Hex color #7669E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7669E6 is #899619. Grayscale: #7A7A7A. Windows color (decimal): -9016858 or 15100278. OLE color: 15100278.
HSL color Cylindrical-coordinate representation of color #7669E6: hue angle of 246.24º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7669E6 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 105 | 230 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.10 |
| HSL | 246.24º | 0.71% | 0.66% | - |
| HSV(B) | 246.24º | 0.54% | 0.9% | - |
| XYZ | 26.81 | 19.67 | 77.25 | - |
| YUV | 123.14 | 188.31 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 105 | 230 | 0.49 | 0.54 | 0 | 0.10 | 246.24 | 0.71 | 0.66 |
| Hex | 76 | 69 | E6 | 31 | 36 | 0 | A | F6 | 47 | 42 |
| Octal | 166 | 151 | 346 | 61 | 66 | 0 | 12 | 366 | 107 | 102 |
| Binary | 1110110 | 1101001 | 11100110 | 110001 | 110110 | 0 | 1010 | 11110110 | 1000111 | 1000010 |
Color Harmonies of #7669E6
Complementary color
Monochromatic Colors of #7669E6
Black with #7669E6
Text Example
Text Example
White with #7669E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7669E6; }
p { color: rgb(118,105,230); }
H1.HeaderClassName
{
color: #7669E6;
}
.AnyTagClassName
{
color: #7669E6;
}
</style>
background-color css
<style>
a { background-color: #7669E6; }
a { background-color: rgb(118,105,230); }
div.DivClassName
{
background-color: #7669E6;
}
.BgClassName
{
background-color: #7669E6;
}
</style>
border-color css
<style>
span { border-color: #7669E6; }
span { border-color: rgb(118,105,230); }
td.TdClassName
{
border-color: #7669E6;
}
.TagClassName
{
border-color: #7669E6;
}
</style>