Shades of Medium Slate Blue #764AF0
Tints of Medium Slate Blue #764AF0
RGB
CMYK
RGB Variations
Color information
#764AF0 (or 0x764AF0) is known color: Medium Slate Blue. HEX triplet: 76, 4A and F0. RGB value is (118,74,240). Sum of RGB (Red+Green+Blue) = 118+74+240=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 240 (94.14% from 255 or 55.56% from 432); Max value from RGB is 240 - color contains mainly: blue. Hex color #764AF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #764AF0 is #89B50F. Grayscale: #696969. Windows color (decimal): -9024784 or 15747702. OLE color: 15747702.
HSL color Cylindrical-coordinate representation of color #764AF0: hue angle of 255.9º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #764AF0 is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 74 | 240 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.06 |
| HSL | 255.9º | 0.85% | 0.62% | - |
| HSV(B) | 255.9º | 0.69% | 0.94% | - |
| XYZ | 25.65 | 15.04 | 83.99 | - |
| YUV | 106.08 | 203.58 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 240 | 0.51 | 0.69 | 0 | 0.06 | 255.9 | 0.85 | 0.62 |
| Hex | 76 | 4A | F0 | 33 | 45 | 0 | 6 | 100 | 55 | 3E |
| Octal | 166 | 112 | 360 | 63 | 105 | 0 | 6 | 400 | 125 | 76 |
| Binary | 1110110 | 1001010 | 11110000 | 110011 | 1000101 | 0 | 110 | 100000000 | 1010101 | 111110 |
Color Harmonies of #764AF0
Complementary color
Monochromatic Colors of #764AF0
Black with #764AF0
Text Example
Text Example
White with #764AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764AF0; }
p { color: rgb(118,74,240); }
H1.HeaderClassName
{
color: #764AF0;
}
.AnyTagClassName
{
color: #764AF0;
}
</style>
background-color css
<style>
a { background-color: #764AF0; }
a { background-color: rgb(118,74,240); }
div.DivClassName
{
background-color: #764AF0;
}
.BgClassName
{
background-color: #764AF0;
}
</style>
border-color css
<style>
span { border-color: #764AF0; }
span { border-color: rgb(118,74,240); }
td.TdClassName
{
border-color: #764AF0;
}
.TagClassName
{
border-color: #764AF0;
}
</style>