Shades of Medium Slate Blue #7F68EB
Tints of Medium Slate Blue #7F68EB
RGB
CMYK
RGB Variations
Color information
#7F68EB (or 0x7F68EB) is known color: Medium Slate Blue. HEX triplet: 7F, 68 and EB. RGB value is (127,104,235). Sum of RGB (Red+Green+Blue) = 127+104+235=466 (61% of max value = 765). Red value is 127 (50% from 255 or 27.25% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #7F68EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F68EB is #809714. Grayscale: #7D7D7D. Windows color (decimal): -8427285 or 15427711. OLE color: 15427711.
HSL color Cylindrical-coordinate representation of color #7F68EB: hue angle of 250.53º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F68EB is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 127 | 104 | 235 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.08 |
| HSL | 250.53º | 0.77% | 0.66% | - |
| HSV(B) | 250.53º | 0.56% | 0.92% | - |
| XYZ | 28.7 | 20.41 | 81.02 | - |
| YUV | 125.81 | 189.62 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 104 | 235 | 0.46 | 0.56 | 0 | 0.08 | 250.53 | 0.77 | 0.66 |
| Hex | 7F | 68 | EB | 2E | 38 | 0 | 8 | FB | 4D | 42 |
| Octal | 177 | 150 | 353 | 56 | 70 | 0 | 10 | 373 | 115 | 102 |
| Binary | 1111111 | 1101000 | 11101011 | 101110 | 111000 | 0 | 1000 | 11111011 | 1001101 | 1000010 |
Color Harmonies of #7F68EB
Complementary color
Monochromatic Colors of #7F68EB
Black with #7F68EB
Text Example
Text Example
White with #7F68EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F68EB; }
p { color: rgb(127,104,235); }
H1.HeaderClassName
{
color: #7F68EB;
}
.AnyTagClassName
{
color: #7F68EB;
}
</style>
background-color css
<style>
a { background-color: #7F68EB; }
a { background-color: rgb(127,104,235); }
div.DivClassName
{
background-color: #7F68EB;
}
.BgClassName
{
background-color: #7F68EB;
}
</style>
border-color css
<style>
span { border-color: #7F68EB; }
span { border-color: rgb(127,104,235); }
td.TdClassName
{
border-color: #7F68EB;
}
.TagClassName
{
border-color: #7F68EB;
}
</style>