Shades of Medium Slate Blue #764AF1
Tints of Medium Slate Blue #764AF1
RGB
CMYK
RGB Variations
Color information
#764AF1 (or 0x764AF1) is known color: Medium Slate Blue. HEX triplet: 76, 4A and F1. RGB value is (118,74,241). Sum of RGB (Red+Green+Blue) = 118+74+241=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 241 (94.53% from 255 or 55.66% from 433); Max value from RGB is 241 - color contains mainly: blue. Hex color #764AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #764AF1 is #89B50E. Grayscale: #696969. Windows color (decimal): -9024783 or 15813238. OLE color: 15813238.
HSL color Cylindrical-coordinate representation of color #764AF1: hue angle of 255.81º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #764AF1 is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 74 | 241 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.05 |
| HSL | 255.81º | 0.86% | 0.62% | - |
| HSV(B) | 255.81º | 0.69% | 0.95% | - |
| XYZ | 25.8 | 15.1 | 84.77 | - |
| YUV | 106.19 | 204.08 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 241 | 0.51 | 0.69 | 0 | 0.05 | 255.81 | 0.86 | 0.62 |
| Hex | 76 | 4A | F1 | 33 | 45 | 0 | 5 | 100 | 56 | 3E |
| Octal | 166 | 112 | 361 | 63 | 105 | 0 | 5 | 400 | 126 | 76 |
| Binary | 1110110 | 1001010 | 11110001 | 110011 | 1000101 | 0 | 101 | 100000000 | 1010110 | 111110 |
Color Harmonies of #764AF1
Complementary color
Monochromatic Colors of #764AF1
Black with #764AF1
Text Example
Text Example
White with #764AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764AF1; }
p { color: rgb(118,74,241); }
H1.HeaderClassName
{
color: #764AF1;
}
.AnyTagClassName
{
color: #764AF1;
}
</style>
background-color css
<style>
a { background-color: #764AF1; }
a { background-color: rgb(118,74,241); }
div.DivClassName
{
background-color: #764AF1;
}
.BgClassName
{
background-color: #764AF1;
}
</style>
border-color css
<style>
span { border-color: #764AF1; }
span { border-color: rgb(118,74,241); }
td.TdClassName
{
border-color: #764AF1;
}
.TagClassName
{
border-color: #764AF1;
}
</style>