Shades of Medium Slate Blue #7766FC
Tints of Medium Slate Blue #7766FC
RGB
CMYK
RGB Variations
Color information
#7766FC (or 0x7766FC) is known color: Medium Slate Blue. HEX triplet: 77, 66 and FC. RGB value is (119,102,252). Sum of RGB (Red+Green+Blue) = 119+102+252=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #7766FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7766FC is #889903. Grayscale: #7B7B7B. Windows color (decimal): -8952068 or 16541303. OLE color: 16541303.
HSL color Cylindrical-coordinate representation of color #7766FC: hue angle of 246.8º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7766FC is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 102 | 252 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.01 |
| HSL | 246.8º | 0.96% | 0.69% | - |
| HSV(B) | 246.8º | 0.6% | 0.99% | - |
| XYZ | 29.93 | 20.45 | 94.47 | - |
| YUV | 124.18 | 200.13 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 102 | 252 | 0.53 | 0.60 | 0 | 0.01 | 246.8 | 0.96 | 0.69 |
| Hex | 77 | 66 | FC | 35 | 3C | 0 | 1 | F7 | 60 | 45 |
| Octal | 167 | 146 | 374 | 65 | 74 | 0 | 1 | 367 | 140 | 105 |
| Binary | 1110111 | 1100110 | 11111100 | 110101 | 111100 | 0 | 1 | 11110111 | 1100000 | 1000101 |
Color Harmonies of #7766FC
Complementary color
Monochromatic Colors of #7766FC
Black with #7766FC
Text Example
Text Example
White with #7766FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7766FC; }
p { color: rgb(119,102,252); }
H1.HeaderClassName
{
color: #7766FC;
}
.AnyTagClassName
{
color: #7766FC;
}
</style>
background-color css
<style>
a { background-color: #7766FC; }
a { background-color: rgb(119,102,252); }
div.DivClassName
{
background-color: #7766FC;
}
.BgClassName
{
background-color: #7766FC;
}
</style>
border-color css
<style>
span { border-color: #7766FC; }
span { border-color: rgb(119,102,252); }
td.TdClassName
{
border-color: #7766FC;
}
.TagClassName
{
border-color: #7766FC;
}
</style>