Shades of Medium Slate Blue #766AEF
Tints of Medium Slate Blue #766AEF
RGB
CMYK
RGB Variations
Color information
#766AEF (or 0x766AEF) is known color: Medium Slate Blue. HEX triplet: 76, 6A and EF. RGB value is (118,106,239). Sum of RGB (Red+Green+Blue) = 118+106+239=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #766AEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766AEF is #899510. Grayscale: #7C7C7C. Windows color (decimal): -9016593 or 15690358. OLE color: 15690358.
HSL color Cylindrical-coordinate representation of color #766AEF: hue angle of 245.41º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #766AEF is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 106 | 239 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.06 |
| HSL | 245.41º | 0.81% | 0.68% | - |
| HSV(B) | 245.41º | 0.56% | 0.94% | - |
| XYZ | 28.21 | 20.39 | 84.11 | - |
| YUV | 124.75 | 192.48 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 239 | 0.51 | 0.56 | 0 | 0.06 | 245.41 | 0.81 | 0.68 |
| Hex | 76 | 6A | EF | 33 | 38 | 0 | 6 | F5 | 51 | 44 |
| Octal | 166 | 152 | 357 | 63 | 70 | 0 | 6 | 365 | 121 | 104 |
| Binary | 1110110 | 1101010 | 11101111 | 110011 | 111000 | 0 | 110 | 11110101 | 1010001 | 1000100 |
Color Harmonies of #766AEF
Complementary color
Monochromatic Colors of #766AEF
Black with #766AEF
Text Example
Text Example
White with #766AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766AEF; }
p { color: rgb(118,106,239); }
H1.HeaderClassName
{
color: #766AEF;
}
.AnyTagClassName
{
color: #766AEF;
}
</style>
background-color css
<style>
a { background-color: #766AEF; }
a { background-color: rgb(118,106,239); }
div.DivClassName
{
background-color: #766AEF;
}
.BgClassName
{
background-color: #766AEF;
}
</style>
border-color css
<style>
span { border-color: #766AEF; }
span { border-color: rgb(118,106,239); }
td.TdClassName
{
border-color: #766AEF;
}
.TagClassName
{
border-color: #766AEF;
}
</style>