Shades of Medium Slate Blue #766FF3
Tints of Medium Slate Blue #766FF3
RGB
CMYK
RGB Variations
Color information
#766FF3 (or 0x766FF3) is known color: Medium Slate Blue. HEX triplet: 76, 6F and F3. RGB value is (118,111,243). Sum of RGB (Red+Green+Blue) = 118+111+243=472 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 243 (95.31% from 255 or 51.48% from 472); Max value from RGB is 243 - color contains mainly: blue. Hex color #766FF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766FF3 is #89900C. Grayscale: #7F7F7F. Windows color (decimal): -9015309 or 15953782. OLE color: 15953782.
HSL color Cylindrical-coordinate representation of color #766FF3: hue angle of 243.18º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #766FF3 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 111 | 243 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.05 |
| HSL | 243.18º | 0.85% | 0.69% | - |
| HSV(B) | 243.18º | 0.54% | 0.95% | - |
| XYZ | 29.33 | 21.69 | 87.43 | - |
| YUV | 128.14 | 192.82 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 243 | 0.51 | 0.54 | 0 | 0.05 | 243.18 | 0.85 | 0.69 |
| Hex | 76 | 6F | F3 | 33 | 36 | 0 | 5 | F3 | 55 | 45 |
| Octal | 166 | 157 | 363 | 63 | 66 | 0 | 5 | 363 | 125 | 105 |
| Binary | 1110110 | 1101111 | 11110011 | 110011 | 110110 | 0 | 101 | 11110011 | 1010101 | 1000101 |
Color Harmonies of #766FF3
Complementary color
Monochromatic Colors of #766FF3
Black with #766FF3
Text Example
Text Example
White with #766FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766FF3; }
p { color: rgb(118,111,243); }
H1.HeaderClassName
{
color: #766FF3;
}
.AnyTagClassName
{
color: #766FF3;
}
</style>
background-color css
<style>
a { background-color: #766FF3; }
a { background-color: rgb(118,111,243); }
div.DivClassName
{
background-color: #766FF3;
}
.BgClassName
{
background-color: #766FF3;
}
</style>
border-color css
<style>
span { border-color: #766FF3; }
span { border-color: rgb(118,111,243); }
td.TdClassName
{
border-color: #766FF3;
}
.TagClassName
{
border-color: #766FF3;
}
</style>