Shades of Medium Slate Blue #764AF3
Tints of Medium Slate Blue #764AF3
RGB
CMYK
RGB Variations
Color information
#764AF3 (or 0x764AF3) is known color: Medium Slate Blue. HEX triplet: 76, 4A and F3. RGB value is (118,74,243). Sum of RGB (Red+Green+Blue) = 118+74+243=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 243 (95.31% from 255 or 55.86% from 435); Max value from RGB is 243 - color contains mainly: blue. Hex color #764AF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #764AF3 is #89B50C. Grayscale: #696969. Windows color (decimal): -9024781 or 15944310. OLE color: 15944310.
HSL color Cylindrical-coordinate representation of color #764AF3: hue angle of 255.62º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #764AF3 is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 74 | 243 | - |
| CMYK | 0.51 | 0.70 | 0 | 0.05 |
| HSL | 255.62º | 0.88% | 0.62% | - |
| HSV(B) | 255.62º | 0.7% | 0.95% | - |
| XYZ | 26.1 | 15.22 | 86.36 | - |
| YUV | 106.42 | 205.08 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 243 | 0.51 | 0.70 | 0 | 0.05 | 255.62 | 0.88 | 0.62 |
| Hex | 76 | 4A | F3 | 33 | 46 | 0 | 5 | 100 | 58 | 3E |
| Octal | 166 | 112 | 363 | 63 | 106 | 0 | 5 | 400 | 130 | 76 |
| Binary | 1110110 | 1001010 | 11110011 | 110011 | 1000110 | 0 | 101 | 100000000 | 1011000 | 111110 |
Color Harmonies of #764AF3
Complementary color
Monochromatic Colors of #764AF3
Black with #764AF3
Text Example
Text Example
White with #764AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764AF3; }
p { color: rgb(118,74,243); }
H1.HeaderClassName
{
color: #764AF3;
}
.AnyTagClassName
{
color: #764AF3;
}
</style>
background-color css
<style>
a { background-color: #764AF3; }
a { background-color: rgb(118,74,243); }
div.DivClassName
{
background-color: #764AF3;
}
.BgClassName
{
background-color: #764AF3;
}
</style>
border-color css
<style>
span { border-color: #764AF3; }
span { border-color: rgb(118,74,243); }
td.TdClassName
{
border-color: #764AF3;
}
.TagClassName
{
border-color: #764AF3;
}
</style>