Shades of Medium Slate Blue #7664F9
Tints of Medium Slate Blue #7664F9
RGB
CMYK
RGB Variations
Color information
#7664F9 (or 0x7664F9) is known color: Medium Slate Blue. HEX triplet: 76, 64 and F9. RGB value is (118,100,249). Sum of RGB (Red+Green+Blue) = 118+100+249=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 249 (97.66% from 255 or 53.32% from 467); Max value from RGB is 249 - color contains mainly: blue. Hex color #7664F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7664F9 is #899B06. Grayscale: #797979. Windows color (decimal): -9018119 or 16344182. OLE color: 16344182.
HSL color Cylindrical-coordinate representation of color #7664F9: hue angle of 247.25º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7664F9 is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 100 | 249 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.02 |
| HSL | 247.25º | 0.93% | 0.68% | - |
| HSV(B) | 247.25º | 0.6% | 0.98% | - |
| XYZ | 29.13 | 19.81 | 91.91 | - |
| YUV | 122.37 | 199.46 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 100 | 249 | 0.53 | 0.60 | 0 | 0.02 | 247.25 | 0.93 | 0.68 |
| Hex | 76 | 64 | F9 | 35 | 3C | 0 | 2 | F7 | 5D | 44 |
| Octal | 166 | 144 | 371 | 65 | 74 | 0 | 2 | 367 | 135 | 104 |
| Binary | 1110110 | 1100100 | 11111001 | 110101 | 111100 | 0 | 10 | 11110111 | 1011101 | 1000100 |
Color Harmonies of #7664F9
Complementary color
Monochromatic Colors of #7664F9
Black with #7664F9
Text Example
Text Example
White with #7664F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7664F9; }
p { color: rgb(118,100,249); }
H1.HeaderClassName
{
color: #7664F9;
}
.AnyTagClassName
{
color: #7664F9;
}
</style>
background-color css
<style>
a { background-color: #7664F9; }
a { background-color: rgb(118,100,249); }
div.DivClassName
{
background-color: #7664F9;
}
.BgClassName
{
background-color: #7664F9;
}
</style>
border-color css
<style>
span { border-color: #7664F9; }
span { border-color: rgb(118,100,249); }
td.TdClassName
{
border-color: #7664F9;
}
.TagClassName
{
border-color: #7664F9;
}
</style>