Shades of Medium Slate Blue #7466EB
Tints of Medium Slate Blue #7466EB
RGB
CMYK
RGB Variations
Color information
#7466EB (or 0x7466EB) is known color: Medium Slate Blue. HEX triplet: 74, 66 and EB. RGB value is (116,102,235). Sum of RGB (Red+Green+Blue) = 116+102+235=453 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.61% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #7466EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7466EB is #8B9914. Grayscale: #787878. Windows color (decimal): -9148693 or 15427188. OLE color: 15427188.
HSL color Cylindrical-coordinate representation of color #7466EB: hue angle of 246.32º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7466EB is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 102 | 235 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.08 |
| HSL | 246.32º | 0.77% | 0.66% | - |
| HSV(B) | 246.32º | 0.57% | 0.92% | - |
| XYZ | 26.95 | 19.21 | 80.89 | - |
| YUV | 121.35 | 192.14 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 102 | 235 | 0.51 | 0.57 | 0 | 0.08 | 246.32 | 0.77 | 0.66 |
| Hex | 74 | 66 | EB | 33 | 39 | 0 | 8 | F6 | 4D | 42 |
| Octal | 164 | 146 | 353 | 63 | 71 | 0 | 10 | 366 | 115 | 102 |
| Binary | 1110100 | 1100110 | 11101011 | 110011 | 111001 | 0 | 1000 | 11110110 | 1001101 | 1000010 |
Color Harmonies of #7466EB
Complementary color
Monochromatic Colors of #7466EB
Black with #7466EB
Text Example
Text Example
White with #7466EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7466EB; }
p { color: rgb(116,102,235); }
H1.HeaderClassName
{
color: #7466EB;
}
.AnyTagClassName
{
color: #7466EB;
}
</style>
background-color css
<style>
a { background-color: #7466EB; }
a { background-color: rgb(116,102,235); }
div.DivClassName
{
background-color: #7466EB;
}
.BgClassName
{
background-color: #7466EB;
}
</style>
border-color css
<style>
span { border-color: #7466EB; }
span { border-color: rgb(116,102,235); }
td.TdClassName
{
border-color: #7466EB;
}
.TagClassName
{
border-color: #7466EB;
}
</style>