Shades of Medium Slate Blue #764AEE
Tints of Medium Slate Blue #764AEE
RGB
CMYK
RGB Variations
Color information
#764AEE (or 0x764AEE) is known color: Medium Slate Blue. HEX triplet: 76, 4A and EE. RGB value is (118,74,238). Sum of RGB (Red+Green+Blue) = 118+74+238=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 74 (29.30% from 255 or 17.21% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #764AEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #764AEE is #89B511. Grayscale: #696969. Windows color (decimal): -9024786 or 15616630. OLE color: 15616630.
HSL color Cylindrical-coordinate representation of color #764AEE: hue angle of 256.1º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #764AEE is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 74 | 238 | - |
| CMYK | 0.50 | 0.69 | 0 | 0.07 |
| HSL | 256.1º | 0.83% | 0.61% | - |
| HSV(B) | 256.1º | 0.69% | 0.93% | - |
| XYZ | 25.35 | 14.92 | 82.43 | - |
| YUV | 105.85 | 202.58 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 238 | 0.50 | 0.69 | 0 | 0.07 | 256.1 | 0.83 | 0.61 |
| Hex | 76 | 4A | EE | 32 | 45 | 0 | 7 | 100 | 53 | 3D |
| Octal | 166 | 112 | 356 | 62 | 105 | 0 | 7 | 400 | 123 | 75 |
| Binary | 1110110 | 1001010 | 11101110 | 110010 | 1000101 | 0 | 111 | 100000000 | 1010011 | 111101 |
Color Harmonies of #764AEE
Complementary color
Monochromatic Colors of #764AEE
Black with #764AEE
Text Example
Text Example
White with #764AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764AEE; }
p { color: rgb(118,74,238); }
H1.HeaderClassName
{
color: #764AEE;
}
.AnyTagClassName
{
color: #764AEE;
}
</style>
background-color css
<style>
a { background-color: #764AEE; }
a { background-color: rgb(118,74,238); }
div.DivClassName
{
background-color: #764AEE;
}
.BgClassName
{
background-color: #764AEE;
}
</style>
border-color css
<style>
span { border-color: #764AEE; }
span { border-color: rgb(118,74,238); }
td.TdClassName
{
border-color: #764AEE;
}
.TagClassName
{
border-color: #764AEE;
}
</style>