Shades of Medium Slate Blue #7766FD
Tints of Medium Slate Blue #7766FD
RGB
CMYK
RGB Variations
Color information
#7766FD (or 0x7766FD) is known color: Medium Slate Blue. HEX triplet: 77, 66 and FD. RGB value is (119,102,253). Sum of RGB (Red+Green+Blue) = 119+102+253=474 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.11% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #7766FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7766FD is #889902. Grayscale: #7B7B7B. Windows color (decimal): -8952067 or 16606839. OLE color: 16606839.
HSL color Cylindrical-coordinate representation of color #7766FD: hue angle of 246.75º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7766FD is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 102 | 253 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.01 |
| HSL | 246.76º | 0.97% | 0.7% | - |
| HSV(B) | 246.76º | 0.6% | 0.99% | - |
| XYZ | 30.09 | 20.52 | 95.3 | - |
| YUV | 124.3 | 200.63 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 102 | 253 | 0.53 | 0.60 | 0 | 0.01 | 246.76 | 0.97 | 0.7 |
| Hex | 77 | 66 | FD | 35 | 3C | 0 | 1 | F7 | 61 | 46 |
| Octal | 167 | 146 | 375 | 65 | 74 | 0 | 1 | 367 | 141 | 106 |
| Binary | 1110111 | 1100110 | 11111101 | 110101 | 111100 | 0 | 1 | 11110111 | 1100001 | 1000110 |
Color Harmonies of #7766FD
Complementary color
Monochromatic Colors of #7766FD
Black with #7766FD
Text Example
Text Example
White with #7766FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7766FD; }
p { color: rgb(119,102,253); }
H1.HeaderClassName
{
color: #7766FD;
}
.AnyTagClassName
{
color: #7766FD;
}
</style>
background-color css
<style>
a { background-color: #7766FD; }
a { background-color: rgb(119,102,253); }
div.DivClassName
{
background-color: #7766FD;
}
.BgClassName
{
background-color: #7766FD;
}
</style>
border-color css
<style>
span { border-color: #7766FD; }
span { border-color: rgb(119,102,253); }
td.TdClassName
{
border-color: #7766FD;
}
.TagClassName
{
border-color: #7766FD;
}
</style>