Shades of Medium Slate Blue #766AF2
Tints of Medium Slate Blue #766AF2
RGB
CMYK
RGB Variations
Color information
#766AF2 (or 0x766AF2) is known color: Medium Slate Blue. HEX triplet: 76, 6A and F2. RGB value is (118,106,242). Sum of RGB (Red+Green+Blue) = 118+106+242=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 242 (94.92% from 255 or 51.93% from 466); Max value from RGB is 242 - color contains mainly: blue. Hex color #766AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766AF2 is #89950D. Grayscale: #7C7C7C. Windows color (decimal): -9016590 or 15886966. OLE color: 15886966.
HSL color Cylindrical-coordinate representation of color #766AF2: hue angle of 245.29º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #766AF2 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 106 | 242 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.05 |
| HSL | 245.29º | 0.84% | 0.68% | - |
| HSV(B) | 245.29º | 0.56% | 0.95% | - |
| XYZ | 28.65 | 20.57 | 86.46 | - |
| YUV | 125.09 | 193.98 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 242 | 0.51 | 0.56 | 0 | 0.05 | 245.29 | 0.84 | 0.68 |
| Hex | 76 | 6A | F2 | 33 | 38 | 0 | 5 | F5 | 54 | 44 |
| Octal | 166 | 152 | 362 | 63 | 70 | 0 | 5 | 365 | 124 | 104 |
| Binary | 1110110 | 1101010 | 11110010 | 110011 | 111000 | 0 | 101 | 11110101 | 1010100 | 1000100 |
Color Harmonies of #766AF2
Complementary color
Monochromatic Colors of #766AF2
Black with #766AF2
Text Example
Text Example
White with #766AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766AF2; }
p { color: rgb(118,106,242); }
H1.HeaderClassName
{
color: #766AF2;
}
.AnyTagClassName
{
color: #766AF2;
}
</style>
background-color css
<style>
a { background-color: #766AF2; }
a { background-color: rgb(118,106,242); }
div.DivClassName
{
background-color: #766AF2;
}
.BgClassName
{
background-color: #766AF2;
}
</style>
border-color css
<style>
span { border-color: #766AF2; }
span { border-color: rgb(118,106,242); }
td.TdClassName
{
border-color: #766AF2;
}
.TagClassName
{
border-color: #766AF2;
}
</style>