Shades of Medium Slate Blue #766FFA
Tints of Medium Slate Blue #766FFA
RGB
CMYK
RGB Variations
Color information
#766FFA (or 0x766FFA) is known color: Medium Slate Blue. HEX triplet: 76, 6F and FA. RGB value is (118,111,250). Sum of RGB (Red+Green+Blue) = 118+111+250=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #766FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766FFA is #899005. Grayscale: #808080. Windows color (decimal): -9015302 or 16412534. OLE color: 16412534.
HSL color Cylindrical-coordinate representation of color #766FFA: hue angle of 243.02º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #766FFA is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 111 | 250 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.02 |
| HSL | 243.02º | 0.93% | 0.71% | - |
| HSV(B) | 243.02º | 0.56% | 0.98% | - |
| XYZ | 30.41 | 22.12 | 93.11 | - |
| YUV | 128.94 | 196.32 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 250 | 0.53 | 0.56 | 0 | 0.02 | 243.02 | 0.93 | 0.71 |
| Hex | 76 | 6F | FA | 35 | 38 | 0 | 2 | F3 | 5D | 47 |
| Octal | 166 | 157 | 372 | 65 | 70 | 0 | 2 | 363 | 135 | 107 |
| Binary | 1110110 | 1101111 | 11111010 | 110101 | 111000 | 0 | 10 | 11110011 | 1011101 | 1000111 |
Color Harmonies of #766FFA
Complementary color
Monochromatic Colors of #766FFA
Black with #766FFA
Text Example
Text Example
White with #766FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766FFA; }
p { color: rgb(118,111,250); }
H1.HeaderClassName
{
color: #766FFA;
}
.AnyTagClassName
{
color: #766FFA;
}
</style>
background-color css
<style>
a { background-color: #766FFA; }
a { background-color: rgb(118,111,250); }
div.DivClassName
{
background-color: #766FFA;
}
.BgClassName
{
background-color: #766FFA;
}
</style>
border-color css
<style>
span { border-color: #766FFA; }
span { border-color: rgb(118,111,250); }
td.TdClassName
{
border-color: #766FFA;
}
.TagClassName
{
border-color: #766FFA;
}
</style>