Shades of Medium Slate Blue #766CF3
Tints of Medium Slate Blue #766CF3
RGB
CMYK
RGB Variations
Color information
#766CF3 (or 0x766CF3) is known color: Medium Slate Blue. HEX triplet: 76, 6C and F3. RGB value is (118,108,243). Sum of RGB (Red+Green+Blue) = 118+108+243=469 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.16% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 243 (95.31% from 255 or 51.81% from 469); Max value from RGB is 243 - color contains mainly: blue. Hex color #766CF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766CF3 is #89930C. Grayscale: #7D7D7D. Windows color (decimal): -9016077 or 15953014. OLE color: 15953014.
HSL color Cylindrical-coordinate representation of color #766CF3: hue angle of 244.44º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #766CF3 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 108 | 243 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.05 |
| HSL | 244.44º | 0.85% | 0.69% | - |
| HSV(B) | 244.44º | 0.56% | 0.95% | - |
| XYZ | 29.01 | 21.05 | 87.33 | - |
| YUV | 126.38 | 193.81 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 243 | 0.51 | 0.56 | 0 | 0.05 | 244.44 | 0.85 | 0.69 |
| Hex | 76 | 6C | F3 | 33 | 38 | 0 | 5 | F4 | 55 | 45 |
| Octal | 166 | 154 | 363 | 63 | 70 | 0 | 5 | 364 | 125 | 105 |
| Binary | 1110110 | 1101100 | 11110011 | 110011 | 111000 | 0 | 101 | 11110100 | 1010101 | 1000101 |
Color Harmonies of #766CF3
Complementary color
Monochromatic Colors of #766CF3
Black with #766CF3
Text Example
Text Example
White with #766CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766CF3; }
p { color: rgb(118,108,243); }
H1.HeaderClassName
{
color: #766CF3;
}
.AnyTagClassName
{
color: #766CF3;
}
</style>
background-color css
<style>
a { background-color: #766CF3; }
a { background-color: rgb(118,108,243); }
div.DivClassName
{
background-color: #766CF3;
}
.BgClassName
{
background-color: #766CF3;
}
</style>
border-color css
<style>
span { border-color: #766CF3; }
span { border-color: rgb(118,108,243); }
td.TdClassName
{
border-color: #766CF3;
}
.TagClassName
{
border-color: #766CF3;
}
</style>