Shades of Medium Slate Blue #7754FA
Tints of Medium Slate Blue #7754FA
RGB
CMYK
RGB Variations
Color information
#7754FA (or 0x7754FA) is known color: Medium Slate Blue. HEX triplet: 77, 54 and FA. RGB value is (119,84,250). Sum of RGB (Red+Green+Blue) = 119+84+250=453 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.27% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #7754FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7754FA is #88AB05. Grayscale: #707070. Windows color (decimal): -8956678 or 16405623. OLE color: 16405623.
HSL color Cylindrical-coordinate representation of color #7754FA: hue angle of 252.65º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7754FA is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 84 | 250 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.02 |
| HSL | 252.65º | 0.94% | 0.65% | - |
| HSV(B) | 252.65º | 0.66% | 0.98% | - |
| XYZ | 28.03 | 17.16 | 92.28 | - |
| YUV | 113.39 | 205.1 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 84 | 250 | 0.52 | 0.66 | 0 | 0.02 | 252.65 | 0.94 | 0.65 |
| Hex | 77 | 54 | FA | 34 | 42 | 0 | 2 | FD | 5E | 41 |
| Octal | 167 | 124 | 372 | 64 | 102 | 0 | 2 | 375 | 136 | 101 |
| Binary | 1110111 | 1010100 | 11111010 | 110100 | 1000010 | 0 | 10 | 11111101 | 1011110 | 1000001 |
Color Harmonies of #7754FA
Complementary color
Monochromatic Colors of #7754FA
Black with #7754FA
Text Example
Text Example
White with #7754FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7754FA; }
p { color: rgb(119,84,250); }
H1.HeaderClassName
{
color: #7754FA;
}
.AnyTagClassName
{
color: #7754FA;
}
</style>
background-color css
<style>
a { background-color: #7754FA; }
a { background-color: rgb(119,84,250); }
div.DivClassName
{
background-color: #7754FA;
}
.BgClassName
{
background-color: #7754FA;
}
</style>
border-color css
<style>
span { border-color: #7754FA; }
span { border-color: rgb(119,84,250); }
td.TdClassName
{
border-color: #7754FA;
}
.TagClassName
{
border-color: #7754FA;
}
</style>