Shades of Medium Slate Blue #7654FA
Tints of Medium Slate Blue #7654FA
RGB
CMYK
RGB Variations
Color information
#7654FA (or 0x7654FA) is known color: Medium Slate Blue. HEX triplet: 76, 54 and FA. RGB value is (118,84,250). Sum of RGB (Red+Green+Blue) = 118+84+250=452 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.11% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #7654FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7654FA is #89AB05. Grayscale: #707070. Windows color (decimal): -9022214 or 16405622. OLE color: 16405622.
HSL color Cylindrical-coordinate representation of color #7654FA: hue angle of 252.29º 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 #7654FA is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 84 | 250 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.02 |
| HSL | 252.29º | 0.94% | 0.65% | - |
| HSV(B) | 252.29º | 0.66% | 0.98% | - |
| XYZ | 27.9 | 17.09 | 92.27 | - |
| YUV | 113.09 | 205.26 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 84 | 250 | 0.53 | 0.66 | 0 | 0.02 | 252.29 | 0.94 | 0.65 |
| Hex | 76 | 54 | FA | 35 | 42 | 0 | 2 | FC | 5E | 41 |
| Octal | 166 | 124 | 372 | 65 | 102 | 0 | 2 | 374 | 136 | 101 |
| Binary | 1110110 | 1010100 | 11111010 | 110101 | 1000010 | 0 | 10 | 11111100 | 1011110 | 1000001 |
Color Harmonies of #7654FA
Complementary color
Monochromatic Colors of #7654FA
Black with #7654FA
Text Example
Text Example
White with #7654FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7654FA; }
p { color: rgb(118,84,250); }
H1.HeaderClassName
{
color: #7654FA;
}
.AnyTagClassName
{
color: #7654FA;
}
</style>
background-color css
<style>
a { background-color: #7654FA; }
a { background-color: rgb(118,84,250); }
div.DivClassName
{
background-color: #7654FA;
}
.BgClassName
{
background-color: #7654FA;
}
</style>
border-color css
<style>
span { border-color: #7654FA; }
span { border-color: rgb(118,84,250); }
td.TdClassName
{
border-color: #7654FA;
}
.TagClassName
{
border-color: #7654FA;
}
</style>