Shades of Medium Slate Blue #764AFF
Tints of Medium Slate Blue #764AFF
RGB
CMYK
RGB Variations
Color information
#764AFF (or 0x764AFF) is known color: Medium Slate Blue. HEX triplet: 76, 4A and FF. RGB value is (118,74,255). Sum of RGB (Red+Green+Blue) = 118+74+255=447 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.40% from 447); Green value is 74 (29.30% from 255 or 16.55% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #764AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #764AFF is #89B500. Grayscale: #6B6B6B. Windows color (decimal): -9024769 or 16730742. OLE color: 16730742.
HSL color Cylindrical-coordinate representation of color #764AFF: hue angle of 254.59º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #764AFF is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 74 | 255 | - |
| CMYK | 0.54 | 0.71 | 0 | 0 |
| HSL | 254.59º | 1% | 0.65% | - |
| HSV(B) | 254.59º | 0.71% | 1% | - |
| XYZ | 27.97 | 15.97 | 96.22 | - |
| YUV | 107.79 | 211.08 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 255 | 0.54 | 0.71 | 0 | 0 | 254.59 | 1 | 0.65 |
| Hex | 76 | 4A | FF | 36 | 47 | 0 | 0 | FF | 64 | 41 |
| Octal | 166 | 112 | 377 | 66 | 107 | 0 | 0 | 377 | 144 | 101 |
| Binary | 1110110 | 1001010 | 11111111 | 110110 | 1000111 | 0 | 0 | 11111111 | 1100100 | 1000001 |
Color Harmonies of #764AFF
Complementary color
Monochromatic Colors of #764AFF
Black with #764AFF
Text Example
Text Example
White with #764AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764AFF; }
p { color: rgb(118,74,255); }
H1.HeaderClassName
{
color: #764AFF;
}
.AnyTagClassName
{
color: #764AFF;
}
</style>
background-color css
<style>
a { background-color: #764AFF; }
a { background-color: rgb(118,74,255); }
div.DivClassName
{
background-color: #764AFF;
}
.BgClassName
{
background-color: #764AFF;
}
</style>
border-color css
<style>
span { border-color: #764AFF; }
span { border-color: rgb(118,74,255); }
td.TdClassName
{
border-color: #764AFF;
}
.TagClassName
{
border-color: #764AFF;
}
</style>