Shades of Medium Slate Blue #7F66DB
Tints of Medium Slate Blue #7F66DB
RGB
CMYK
RGB Variations
Color information
#7F66DB (or 0x7F66DB) is known color: Medium Slate Blue. HEX triplet: 7F, 66 and DB. RGB value is (127,102,219). Sum of RGB (Red+Green+Blue) = 127+102+219=448 (59% of max value = 765). Red value is 127 (50% from 255 or 28.35% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F66DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F66DB is #809924. Grayscale: #7A7A7A. Windows color (decimal): -8427813 or 14378623. OLE color: 14378623.
HSL color Cylindrical-coordinate representation of color #7F66DB: hue angle of 252.82º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F66DB is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 102 | 219 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.14 |
| HSL | 252.82º | 0.62% | 0.63% | - |
| HSV(B) | 252.82º | 0.53% | 0.86% | - |
| XYZ | 26.29 | 19.13 | 69.32 | - |
| YUV | 122.81 | 182.28 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 102 | 219 | 0.42 | 0.53 | 0 | 0.14 | 252.82 | 0.62 | 0.63 |
| Hex | 7F | 66 | DB | 2A | 35 | 0 | E | FD | 3E | 3F |
| Octal | 177 | 146 | 333 | 52 | 65 | 0 | 16 | 375 | 76 | 77 |
| Binary | 1111111 | 1100110 | 11011011 | 101010 | 110101 | 0 | 1110 | 11111101 | 111110 | 111111 |
Color Harmonies of #7F66DB
Complementary color
Monochromatic Colors of #7F66DB
Black with #7F66DB
Text Example
Text Example
White with #7F66DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F66DB; }
p { color: rgb(127,102,219); }
H1.HeaderClassName
{
color: #7F66DB;
}
.AnyTagClassName
{
color: #7F66DB;
}
</style>
background-color css
<style>
a { background-color: #7F66DB; }
a { background-color: rgb(127,102,219); }
div.DivClassName
{
background-color: #7F66DB;
}
.BgClassName
{
background-color: #7F66DB;
}
</style>
border-color css
<style>
span { border-color: #7F66DB; }
span { border-color: rgb(127,102,219); }
td.TdClassName
{
border-color: #7F66DB;
}
.TagClassName
{
border-color: #7F66DB;
}
</style>