Shades of Medium Slate Blue #766DF2
Tints of Medium Slate Blue #766DF2
RGB
CMYK
RGB Variations
Color information
#766DF2 (or 0x766DF2) is known color: Medium Slate Blue. HEX triplet: 76, 6D and F2. RGB value is (118,109,242). Sum of RGB (Red+Green+Blue) = 118+109+242=469 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.16% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 242 (94.92% from 255 or 51.60% from 469); Max value from RGB is 242 - color contains mainly: blue. Hex color #766DF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766DF2 is #89920D. Grayscale: #7E7E7E. Windows color (decimal): -9015822 or 15887734. OLE color: 15887734.
HSL color Cylindrical-coordinate representation of color #766DF2: hue angle of 244.06º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #766DF2 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 109 | 242 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.05 |
| HSL | 244.06º | 0.84% | 0.69% | - |
| HSV(B) | 244.06º | 0.55% | 0.95% | - |
| XYZ | 28.97 | 21.2 | 86.57 | - |
| YUV | 126.85 | 192.98 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 242 | 0.51 | 0.55 | 0 | 0.05 | 244.06 | 0.84 | 0.69 |
| Hex | 76 | 6D | F2 | 33 | 37 | 0 | 5 | F4 | 54 | 45 |
| Octal | 166 | 155 | 362 | 63 | 67 | 0 | 5 | 364 | 124 | 105 |
| Binary | 1110110 | 1101101 | 11110010 | 110011 | 110111 | 0 | 101 | 11110100 | 1010100 | 1000101 |
Color Harmonies of #766DF2
Complementary color
Monochromatic Colors of #766DF2
Black with #766DF2
Text Example
Text Example
White with #766DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766DF2; }
p { color: rgb(118,109,242); }
H1.HeaderClassName
{
color: #766DF2;
}
.AnyTagClassName
{
color: #766DF2;
}
</style>
background-color css
<style>
a { background-color: #766DF2; }
a { background-color: rgb(118,109,242); }
div.DivClassName
{
background-color: #766DF2;
}
.BgClassName
{
background-color: #766DF2;
}
</style>
border-color css
<style>
span { border-color: #766DF2; }
span { border-color: rgb(118,109,242); }
td.TdClassName
{
border-color: #766DF2;
}
.TagClassName
{
border-color: #766DF2;
}
</style>