Shades of Medium Slate Blue #7F68DC
Tints of Medium Slate Blue #7F68DC
RGB
CMYK
RGB Variations
Color information
#7F68DC (or 0x7F68DC) is known color: Medium Slate Blue. HEX triplet: 7F, 68 and DC. RGB value is (127,104,220). Sum of RGB (Red+Green+Blue) = 127+104+220=451 (59% of max value = 765). Red value is 127 (50% from 255 or 28.16% from 451); Green value is 104 (41.02% from 255 or 23.06% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F68DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F68DC is #809723. Grayscale: #7B7B7B. Windows color (decimal): -8427300 or 14444671. OLE color: 14444671.
HSL color Cylindrical-coordinate representation of color #7F68DC: hue angle of 251.9º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F68DC is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 104 | 220 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.14 |
| HSL | 251.9º | 0.62% | 0.64% | - |
| HSV(B) | 251.9º | 0.53% | 0.86% | - |
| XYZ | 26.62 | 19.58 | 70.09 | - |
| YUV | 124.1 | 182.12 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 104 | 220 | 0.42 | 0.53 | 0 | 0.14 | 251.9 | 0.62 | 0.64 |
| Hex | 7F | 68 | DC | 2A | 35 | 0 | E | FC | 3E | 40 |
| Octal | 177 | 150 | 334 | 52 | 65 | 0 | 16 | 374 | 76 | 100 |
| Binary | 1111111 | 1101000 | 11011100 | 101010 | 110101 | 0 | 1110 | 11111100 | 111110 | 1000000 |
Color Harmonies of #7F68DC
Complementary color
Monochromatic Colors of #7F68DC
Black with #7F68DC
Text Example
Text Example
White with #7F68DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F68DC; }
p { color: rgb(127,104,220); }
H1.HeaderClassName
{
color: #7F68DC;
}
.AnyTagClassName
{
color: #7F68DC;
}
</style>
background-color css
<style>
a { background-color: #7F68DC; }
a { background-color: rgb(127,104,220); }
div.DivClassName
{
background-color: #7F68DC;
}
.BgClassName
{
background-color: #7F68DC;
}
</style>
border-color css
<style>
span { border-color: #7F68DC; }
span { border-color: rgb(127,104,220); }
td.TdClassName
{
border-color: #7F68DC;
}
.TagClassName
{
border-color: #7F68DC;
}
</style>