Shades of Medium Slate Blue #7741FC
Tints of Medium Slate Blue #7741FC
RGB
CMYK
RGB Variations
Color information
#7741FC (or 0x7741FC) is known color: Medium Slate Blue. HEX triplet: 77, 41 and FC. RGB value is (119,65,252). Sum of RGB (Red+Green+Blue) = 119+65+252=436 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.29% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #7741FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7741FC is #88BE03. Grayscale: #656565. Windows color (decimal): -8961540 or 16531831. OLE color: 16531831.
HSL color Cylindrical-coordinate representation of color #7741FC: hue angle of 257.33º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7741FC is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 65 | 252 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.01 |
| HSL | 257.33º | 0.97% | 0.62% | - |
| HSV(B) | 257.33º | 0.74% | 0.99% | - |
| XYZ | 27.07 | 14.73 | 93.51 | - |
| YUV | 102.46 | 212.39 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 65 | 252 | 0.53 | 0.74 | 0 | 0.01 | 257.33 | 0.97 | 0.62 |
| Hex | 77 | 41 | FC | 35 | 4A | 0 | 1 | 101 | 61 | 3E |
| Octal | 167 | 101 | 374 | 65 | 112 | 0 | 1 | 401 | 141 | 76 |
| Binary | 1110111 | 1000001 | 11111100 | 110101 | 1001010 | 0 | 1 | 100000001 | 1100001 | 111110 |
Color Harmonies of #7741FC
Complementary color
Monochromatic Colors of #7741FC
Black with #7741FC
Text Example
Text Example
White with #7741FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7741FC; }
p { color: rgb(119,65,252); }
H1.HeaderClassName
{
color: #7741FC;
}
.AnyTagClassName
{
color: #7741FC;
}
</style>
background-color css
<style>
a { background-color: #7741FC; }
a { background-color: rgb(119,65,252); }
div.DivClassName
{
background-color: #7741FC;
}
.BgClassName
{
background-color: #7741FC;
}
</style>
border-color css
<style>
span { border-color: #7741FC; }
span { border-color: rgb(119,65,252); }
td.TdClassName
{
border-color: #7741FC;
}
.TagClassName
{
border-color: #7741FC;
}
</style>