Shades of Medium Slate Blue #7745FF
Tints of Medium Slate Blue #7745FF
RGB
CMYK
RGB Variations
Color information
#7745FF (or 0x7745FF) is known color: Medium Slate Blue. HEX triplet: 77, 45 and FF. RGB value is (119,69,255). Sum of RGB (Red+Green+Blue) = 119+69+255=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #7745FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7745FF is #88BA00. Grayscale: #686868. Windows color (decimal): -8960513 or 16729463. OLE color: 16729463.
HSL color Cylindrical-coordinate representation of color #7745FF: hue angle of 256.13º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7745FF is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 69 | 255 | - |
| CMYK | 0.53 | 0.73 | 0 | 0 |
| HSL | 256.13º | 1% | 0.64% | - |
| HSV(B) | 256.13º | 0.73% | 1% | - |
| XYZ | 27.79 | 15.4 | 96.12 | - |
| YUV | 105.15 | 212.57 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 69 | 255 | 0.53 | 0.73 | 0 | 0 | 256.13 | 1 | 0.64 |
| Hex | 77 | 45 | FF | 35 | 49 | 0 | 0 | 100 | 64 | 40 |
| Octal | 167 | 105 | 377 | 65 | 111 | 0 | 0 | 400 | 144 | 100 |
| Binary | 1110111 | 1000101 | 11111111 | 110101 | 1001001 | 0 | 0 | 100000000 | 1100100 | 1000000 |
Color Harmonies of #7745FF
Complementary color
Monochromatic Colors of #7745FF
Black with #7745FF
Text Example
Text Example
White with #7745FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7745FF; }
p { color: rgb(119,69,255); }
H1.HeaderClassName
{
color: #7745FF;
}
.AnyTagClassName
{
color: #7745FF;
}
</style>
background-color css
<style>
a { background-color: #7745FF; }
a { background-color: rgb(119,69,255); }
div.DivClassName
{
background-color: #7745FF;
}
.BgClassName
{
background-color: #7745FF;
}
</style>
border-color css
<style>
span { border-color: #7745FF; }
span { border-color: rgb(119,69,255); }
td.TdClassName
{
border-color: #7745FF;
}
.TagClassName
{
border-color: #7745FF;
}
</style>