Shades of Medium Slate Blue #7669F2
Tints of Medium Slate Blue #7669F2
RGB
CMYK
RGB Variations
Color information
#7669F2 (or 0x7669F2) is known color: Medium Slate Blue. HEX triplet: 76, 69 and F2. RGB value is (118,105,242). Sum of RGB (Red+Green+Blue) = 118+105+242=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 242 (94.92% from 255 or 52.04% from 465); Max value from RGB is 242 - color contains mainly: blue. Hex color #7669F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7669F2 is #89960D. Grayscale: #7B7B7B. Windows color (decimal): -9016846 or 15886710. OLE color: 15886710.
HSL color Cylindrical-coordinate representation of color #7669F2: hue angle of 245.69º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7669F2 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 105 | 242 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.05 |
| HSL | 245.69º | 0.84% | 0.68% | - |
| HSV(B) | 245.69º | 0.57% | 0.95% | - |
| XYZ | 28.55 | 20.37 | 86.43 | - |
| YUV | 124.51 | 194.31 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 105 | 242 | 0.51 | 0.57 | 0 | 0.05 | 245.69 | 0.84 | 0.68 |
| Hex | 76 | 69 | F2 | 33 | 39 | 0 | 5 | F6 | 54 | 44 |
| Octal | 166 | 151 | 362 | 63 | 71 | 0 | 5 | 366 | 124 | 104 |
| Binary | 1110110 | 1101001 | 11110010 | 110011 | 111001 | 0 | 101 | 11110110 | 1010100 | 1000100 |
Color Harmonies of #7669F2
Complementary color
Monochromatic Colors of #7669F2
Black with #7669F2
Text Example
Text Example
White with #7669F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7669F2; }
p { color: rgb(118,105,242); }
H1.HeaderClassName
{
color: #7669F2;
}
.AnyTagClassName
{
color: #7669F2;
}
</style>
background-color css
<style>
a { background-color: #7669F2; }
a { background-color: rgb(118,105,242); }
div.DivClassName
{
background-color: #7669F2;
}
.BgClassName
{
background-color: #7669F2;
}
</style>
border-color css
<style>
span { border-color: #7669F2; }
span { border-color: rgb(118,105,242); }
td.TdClassName
{
border-color: #7669F2;
}
.TagClassName
{
border-color: #7669F2;
}
</style>