Shades of Medium Slate Blue #7669DD
Tints of Medium Slate Blue #7669DD
RGB
CMYK
RGB Variations
Color information
#7669DD (or 0x7669DD) is known color: Medium Slate Blue. HEX triplet: 76, 69 and DD. RGB value is (118,105,221). Sum of RGB (Red+Green+Blue) = 118+105+221=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #7669DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7669DD is #899622. Grayscale: #797979. Windows color (decimal): -9016867 or 14510454. OLE color: 14510454.
HSL color Cylindrical-coordinate representation of color #7669DD: hue angle of 246.72º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7669DD is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 105 | 221 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.13 |
| HSL | 246.72º | 0.63% | 0.64% | - |
| HSV(B) | 246.72º | 0.52% | 0.87% | - |
| XYZ | 25.57 | 19.18 | 70.76 | - |
| YUV | 122.11 | 183.81 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 105 | 221 | 0.47 | 0.52 | 0 | 0.13 | 246.72 | 0.63 | 0.64 |
| Hex | 76 | 69 | DD | 2F | 34 | 0 | D | F7 | 3F | 40 |
| Octal | 166 | 151 | 335 | 57 | 64 | 0 | 15 | 367 | 77 | 100 |
| Binary | 1110110 | 1101001 | 11011101 | 101111 | 110100 | 0 | 1101 | 11110111 | 111111 | 1000000 |
Color Harmonies of #7669DD
Complementary color
Monochromatic Colors of #7669DD
Black with #7669DD
Text Example
Text Example
White with #7669DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7669DD; }
p { color: rgb(118,105,221); }
H1.HeaderClassName
{
color: #7669DD;
}
.AnyTagClassName
{
color: #7669DD;
}
</style>
background-color css
<style>
a { background-color: #7669DD; }
a { background-color: rgb(118,105,221); }
div.DivClassName
{
background-color: #7669DD;
}
.BgClassName
{
background-color: #7669DD;
}
</style>
border-color css
<style>
span { border-color: #7669DD; }
span { border-color: rgb(118,105,221); }
td.TdClassName
{
border-color: #7669DD;
}
.TagClassName
{
border-color: #7669DD;
}
</style>