Shades of Medium Slate Blue #7F68F3
Tints of Medium Slate Blue #7F68F3
RGB
CMYK
RGB Variations
Color information
#7F68F3 (or 0x7F68F3) is known color: Medium Slate Blue. HEX triplet: 7F, 68 and F3. RGB value is (127,104,243). Sum of RGB (Red+Green+Blue) = 127+104+243=474 (62% of max value = 765). Red value is 127 (50% from 255 or 26.79% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 243 (95.31% from 255 or 51.27% from 474); Max value from RGB is 243 - color contains mainly: blue. Hex color #7F68F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F68F3 is #80970C. Grayscale: #7E7E7E. Windows color (decimal): -8427277 or 15951999. OLE color: 15951999.
HSL color Cylindrical-coordinate representation of color #7F68F3: hue angle of 249.93º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F68F3 is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 104 | 243 | - |
| CMYK | 0.48 | 0.57 | 0 | 0.05 |
| HSL | 249.93º | 0.85% | 0.68% | - |
| HSV(B) | 249.93º | 0.57% | 0.95% | - |
| XYZ | 29.88 | 20.88 | 87.25 | - |
| YUV | 126.72 | 193.62 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 104 | 243 | 0.48 | 0.57 | 0 | 0.05 | 249.93 | 0.85 | 0.68 |
| Hex | 7F | 68 | F3 | 30 | 39 | 0 | 5 | FA | 55 | 44 |
| Octal | 177 | 150 | 363 | 60 | 71 | 0 | 5 | 372 | 125 | 104 |
| Binary | 1111111 | 1101000 | 11110011 | 110000 | 111001 | 0 | 101 | 11111010 | 1010101 | 1000100 |
Color Harmonies of #7F68F3
Complementary color
Monochromatic Colors of #7F68F3
Black with #7F68F3
Text Example
Text Example
White with #7F68F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F68F3; }
p { color: rgb(127,104,243); }
H1.HeaderClassName
{
color: #7F68F3;
}
.AnyTagClassName
{
color: #7F68F3;
}
</style>
background-color css
<style>
a { background-color: #7F68F3; }
a { background-color: rgb(127,104,243); }
div.DivClassName
{
background-color: #7F68F3;
}
.BgClassName
{
background-color: #7F68F3;
}
</style>
border-color css
<style>
span { border-color: #7F68F3; }
span { border-color: rgb(127,104,243); }
td.TdClassName
{
border-color: #7F68F3;
}
.TagClassName
{
border-color: #7F68F3;
}
</style>