Shades of Medium Slate Blue #7669E8
Tints of Medium Slate Blue #7669E8
RGB
CMYK
RGB Variations
Color information
#7669E8 (or 0x7669E8) is known color: Medium Slate Blue. HEX triplet: 76, 69 and E8. RGB value is (118,105,232). Sum of RGB (Red+Green+Blue) = 118+105+232=455 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.93% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 232 (91.02% from 255 or 50.99% from 455); Max value from RGB is 232 - color contains mainly: blue. Hex color #7669E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7669E8 is #899617. Grayscale: #7A7A7A. Windows color (decimal): -9016856 or 15231350. OLE color: 15231350.
HSL color Cylindrical-coordinate representation of color #7669E8: hue angle of 246.14º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7669E8 is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 118 | 105 | 232 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.09 |
| HSL | 246.14º | 0.73% | 0.66% | - |
| HSV(B) | 246.14º | 0.55% | 0.91% | - |
| XYZ | 27.09 | 19.78 | 78.73 | - |
| YUV | 123.37 | 189.31 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 105 | 232 | 0.49 | 0.55 | 0 | 0.09 | 246.14 | 0.73 | 0.66 |
| Hex | 76 | 69 | E8 | 31 | 37 | 0 | 9 | F6 | 49 | 42 |
| Octal | 166 | 151 | 350 | 61 | 67 | 0 | 11 | 366 | 111 | 102 |
| Binary | 1110110 | 1101001 | 11101000 | 110001 | 110111 | 0 | 1001 | 11110110 | 1001001 | 1000010 |
Color Harmonies of #7669E8
Complementary color
Monochromatic Colors of #7669E8
Black with #7669E8
Text Example
Text Example
White with #7669E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7669E8; }
p { color: rgb(118,105,232); }
H1.HeaderClassName
{
color: #7669E8;
}
.AnyTagClassName
{
color: #7669E8;
}
</style>
background-color css
<style>
a { background-color: #7669E8; }
a { background-color: rgb(118,105,232); }
div.DivClassName
{
background-color: #7669E8;
}
.BgClassName
{
background-color: #7669E8;
}
</style>
border-color css
<style>
span { border-color: #7669E8; }
span { border-color: rgb(118,105,232); }
td.TdClassName
{
border-color: #7669E8;
}
.TagClassName
{
border-color: #7669E8;
}
</style>