Shades of Medium Slate Blue #764AF9
Tints of Medium Slate Blue #764AF9
RGB
CMYK
RGB Variations
Color information
#764AF9 (or 0x764AF9) is known color: Medium Slate Blue. HEX triplet: 76, 4A and F9. RGB value is (118,74,249). Sum of RGB (Red+Green+Blue) = 118+74+249=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 249 (97.66% from 255 or 56.46% from 441); Max value from RGB is 249 - color contains mainly: blue. Hex color #764AF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #764AF9 is #89B506. Grayscale: #6A6A6A. Windows color (decimal): -9024775 or 16337526. OLE color: 16337526.
HSL color Cylindrical-coordinate representation of color #764AF9: hue angle of 255.09º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #764AF9 is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 74 | 249 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.02 |
| HSL | 255.09º | 0.94% | 0.63% | - |
| HSV(B) | 255.09º | 0.7% | 0.98% | - |
| XYZ | 27.02 | 15.59 | 91.21 | - |
| YUV | 107.11 | 208.08 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 249 | 0.53 | 0.70 | 0 | 0.02 | 255.09 | 0.94 | 0.63 |
| Hex | 76 | 4A | F9 | 35 | 46 | 0 | 2 | FF | 5E | 3F |
| Octal | 166 | 112 | 371 | 65 | 106 | 0 | 2 | 377 | 136 | 77 |
| Binary | 1110110 | 1001010 | 11111001 | 110101 | 1000110 | 0 | 10 | 11111111 | 1011110 | 111111 |
Color Harmonies of #764AF9
Complementary color
Monochromatic Colors of #764AF9
Black with #764AF9
Text Example
Text Example
White with #764AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764AF9; }
p { color: rgb(118,74,249); }
H1.HeaderClassName
{
color: #764AF9;
}
.AnyTagClassName
{
color: #764AF9;
}
</style>
background-color css
<style>
a { background-color: #764AF9; }
a { background-color: rgb(118,74,249); }
div.DivClassName
{
background-color: #764AF9;
}
.BgClassName
{
background-color: #764AF9;
}
</style>
border-color css
<style>
span { border-color: #764AF9; }
span { border-color: rgb(118,74,249); }
td.TdClassName
{
border-color: #764AF9;
}
.TagClassName
{
border-color: #764AF9;
}
</style>