Shades of Medium Slate Blue #7F61DB
Tints of Medium Slate Blue #7F61DB
RGB
CMYK
RGB Variations
Color information
#7F61DB (or 0x7F61DB) is known color: Medium Slate Blue. HEX triplet: 7F, 61 and DB. RGB value is (127,97,219). Sum of RGB (Red+Green+Blue) = 127+97+219=443 (58% of max value = 765). Red value is 127 (50% from 255 or 28.67% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F61DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F61DB is #809E24. Grayscale: #777777. Windows color (decimal): -8429093 or 14377343. OLE color: 14377343.
HSL color Cylindrical-coordinate representation of color #7F61DB: hue angle of 254.75º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F61DB is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 97 | 219 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.14 |
| HSL | 254.75º | 0.63% | 0.62% | - |
| HSV(B) | 254.75º | 0.56% | 0.86% | - |
| XYZ | 25.81 | 18.18 | 69.17 | - |
| YUV | 119.88 | 183.94 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 97 | 219 | 0.42 | 0.56 | 0 | 0.14 | 254.75 | 0.63 | 0.62 |
| Hex | 7F | 61 | DB | 2A | 38 | 0 | E | FF | 3F | 3E |
| Octal | 177 | 141 | 333 | 52 | 70 | 0 | 16 | 377 | 77 | 76 |
| Binary | 1111111 | 1100001 | 11011011 | 101010 | 111000 | 0 | 1110 | 11111111 | 111111 | 111110 |
Color Harmonies of #7F61DB
Complementary color
Monochromatic Colors of #7F61DB
Black with #7F61DB
Text Example
Text Example
White with #7F61DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F61DB; }
p { color: rgb(127,97,219); }
H1.HeaderClassName
{
color: #7F61DB;
}
.AnyTagClassName
{
color: #7F61DB;
}
</style>
background-color css
<style>
a { background-color: #7F61DB; }
a { background-color: rgb(127,97,219); }
div.DivClassName
{
background-color: #7F61DB;
}
.BgClassName
{
background-color: #7F61DB;
}
</style>
border-color css
<style>
span { border-color: #7F61DB; }
span { border-color: rgb(127,97,219); }
td.TdClassName
{
border-color: #7F61DB;
}
.TagClassName
{
border-color: #7F61DB;
}
</style>