Shades of Medium Slate Blue #7746FB
Tints of Medium Slate Blue #7746FB
RGB
CMYK
RGB Variations
Color information
#7746FB (or 0x7746FB) is known color: Medium Slate Blue. HEX triplet: 77, 46 and FB. RGB value is (119,70,251). Sum of RGB (Red+Green+Blue) = 119+70+251=440 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.05% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #7746FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7746FB is #88B904. Grayscale: #686868. Windows color (decimal): -8960261 or 16467575. OLE color: 16467575.
HSL color Cylindrical-coordinate representation of color #7746FB: hue angle of 256.24º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7746FB is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 70 | 251 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.02 |
| HSL | 256.24º | 0.96% | 0.63% | - |
| HSV(B) | 256.24º | 0.72% | 0.98% | - |
| XYZ | 27.21 | 15.27 | 92.78 | - |
| YUV | 105.29 | 210.23 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 70 | 251 | 0.53 | 0.72 | 0 | 0.02 | 256.24 | 0.96 | 0.63 |
| Hex | 77 | 46 | FB | 35 | 48 | 0 | 2 | 100 | 60 | 3F |
| Octal | 167 | 106 | 373 | 65 | 110 | 0 | 2 | 400 | 140 | 77 |
| Binary | 1110111 | 1000110 | 11111011 | 110101 | 1001000 | 0 | 10 | 100000000 | 1100000 | 111111 |
Color Harmonies of #7746FB
Complementary color
Monochromatic Colors of #7746FB
Black with #7746FB
Text Example
Text Example
White with #7746FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7746FB; }
p { color: rgb(119,70,251); }
H1.HeaderClassName
{
color: #7746FB;
}
.AnyTagClassName
{
color: #7746FB;
}
</style>
background-color css
<style>
a { background-color: #7746FB; }
a { background-color: rgb(119,70,251); }
div.DivClassName
{
background-color: #7746FB;
}
.BgClassName
{
background-color: #7746FB;
}
</style>
border-color css
<style>
span { border-color: #7746FB; }
span { border-color: rgb(119,70,251); }
td.TdClassName
{
border-color: #7746FB;
}
.TagClassName
{
border-color: #7746FB;
}
</style>