Shades of Medium Slate Blue #7F68EE
Tints of Medium Slate Blue #7F68EE
RGB
CMYK
RGB Variations
Color information
#7F68EE (or 0x7F68EE) is known color: Medium Slate Blue. HEX triplet: 7F, 68 and EE. RGB value is (127,104,238). Sum of RGB (Red+Green+Blue) = 127+104+238=469 (62% of max value = 765). Red value is 127 (50% from 255 or 27.08% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #7F68EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F68EE is #809711. Grayscale: #7D7D7D. Windows color (decimal): -8427282 or 15624319. OLE color: 15624319.
HSL color Cylindrical-coordinate representation of color #7F68EE: hue angle of 250.3º 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 #7F68EE is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 104 | 238 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.07 |
| HSL | 250.3º | 0.8% | 0.67% | - |
| HSV(B) | 250.3º | 0.56% | 0.93% | - |
| XYZ | 29.14 | 20.59 | 83.33 | - |
| YUV | 126.15 | 191.12 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 104 | 238 | 0.47 | 0.56 | 0 | 0.07 | 250.3 | 0.8 | 0.67 |
| Hex | 7F | 68 | EE | 2F | 38 | 0 | 7 | FA | 50 | 43 |
| Octal | 177 | 150 | 356 | 57 | 70 | 0 | 7 | 372 | 120 | 103 |
| Binary | 1111111 | 1101000 | 11101110 | 101111 | 111000 | 0 | 111 | 11111010 | 1010000 | 1000011 |
Color Harmonies of #7F68EE
Complementary color
Monochromatic Colors of #7F68EE
Black with #7F68EE
Text Example
Text Example
White with #7F68EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F68EE; }
p { color: rgb(127,104,238); }
H1.HeaderClassName
{
color: #7F68EE;
}
.AnyTagClassName
{
color: #7F68EE;
}
</style>
background-color css
<style>
a { background-color: #7F68EE; }
a { background-color: rgb(127,104,238); }
div.DivClassName
{
background-color: #7F68EE;
}
.BgClassName
{
background-color: #7F68EE;
}
</style>
border-color css
<style>
span { border-color: #7F68EE; }
span { border-color: rgb(127,104,238); }
td.TdClassName
{
border-color: #7F68EE;
}
.TagClassName
{
border-color: #7F68EE;
}
</style>