Shades of Medium Slate Blue #7746FD
Tints of Medium Slate Blue #7746FD
RGB
CMYK
RGB Variations
Color information
#7746FD (or 0x7746FD) is known color: Medium Slate Blue. HEX triplet: 77, 46 and FD. RGB value is (119,70,253). Sum of RGB (Red+Green+Blue) = 119+70+253=442 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.92% from 442); Green value is 70 (27.73% from 255 or 15.84% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #7746FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7746FD is #88B902. Grayscale: #686868. Windows color (decimal): -8960259 or 16598647. OLE color: 16598647.
HSL color Cylindrical-coordinate representation of color #7746FD: hue angle of 256.07º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7746FD is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 70 | 253 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.01 |
| HSL | 256.07º | 0.98% | 0.63% | - |
| HSV(B) | 256.07º | 0.72% | 0.99% | - |
| XYZ | 27.53 | 15.39 | 94.45 | - |
| YUV | 105.51 | 211.23 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 70 | 253 | 0.53 | 0.72 | 0 | 0.01 | 256.07 | 0.98 | 0.63 |
| Hex | 77 | 46 | FD | 35 | 48 | 0 | 1 | 100 | 62 | 3F |
| Octal | 167 | 106 | 375 | 65 | 110 | 0 | 1 | 400 | 142 | 77 |
| Binary | 1110111 | 1000110 | 11111101 | 110101 | 1001000 | 0 | 1 | 100000000 | 1100010 | 111111 |
Color Harmonies of #7746FD
Complementary color
Monochromatic Colors of #7746FD
Black with #7746FD
Text Example
Text Example
White with #7746FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7746FD; }
p { color: rgb(119,70,253); }
H1.HeaderClassName
{
color: #7746FD;
}
.AnyTagClassName
{
color: #7746FD;
}
</style>
background-color css
<style>
a { background-color: #7746FD; }
a { background-color: rgb(119,70,253); }
div.DivClassName
{
background-color: #7746FD;
}
.BgClassName
{
background-color: #7746FD;
}
</style>
border-color css
<style>
span { border-color: #7746FD; }
span { border-color: rgb(119,70,253); }
td.TdClassName
{
border-color: #7746FD;
}
.TagClassName
{
border-color: #7746FD;
}
</style>