Shades of Medium Slate Blue #7A68EE
Tints of Medium Slate Blue #7A68EE
RGB
CMYK
RGB Variations
Color information
#7A68EE (or 0x7A68EE) is known color: Medium Slate Blue. HEX triplet: 7A, 68 and EE. RGB value is (122,104,238). Sum of RGB (Red+Green+Blue) = 122+104+238=464 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.29% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #7A68EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A68EE is #859711. Grayscale: #7C7C7C. Windows color (decimal): -8754962 or 15624314. OLE color: 15624314.
HSL color Cylindrical-coordinate representation of color #7A68EE: hue angle of 248.06º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A68EE is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 104 | 238 | - |
| CMYK | 0.49 | 0.56 | 0 | 0.07 |
| HSL | 248.06º | 0.8% | 0.67% | - |
| HSV(B) | 248.06º | 0.56% | 0.93% | - |
| XYZ | 28.41 | 20.21 | 83.29 | - |
| YUV | 124.66 | 191.96 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 104 | 238 | 0.49 | 0.56 | 0 | 0.07 | 248.06 | 0.8 | 0.67 |
| Hex | 7A | 68 | EE | 31 | 38 | 0 | 7 | F8 | 50 | 43 |
| Octal | 172 | 150 | 356 | 61 | 70 | 0 | 7 | 370 | 120 | 103 |
| Binary | 1111010 | 1101000 | 11101110 | 110001 | 111000 | 0 | 111 | 11111000 | 1010000 | 1000011 |
Color Harmonies of #7A68EE
Complementary color
Monochromatic Colors of #7A68EE
Black with #7A68EE
Text Example
Text Example
White with #7A68EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A68EE; }
p { color: rgb(122,104,238); }
H1.HeaderClassName
{
color: #7A68EE;
}
.AnyTagClassName
{
color: #7A68EE;
}
</style>
background-color css
<style>
a { background-color: #7A68EE; }
a { background-color: rgb(122,104,238); }
div.DivClassName
{
background-color: #7A68EE;
}
.BgClassName
{
background-color: #7A68EE;
}
</style>
border-color css
<style>
span { border-color: #7A68EE; }
span { border-color: rgb(122,104,238); }
td.TdClassName
{
border-color: #7A68EE;
}
.TagClassName
{
border-color: #7A68EE;
}
</style>