Shades of Medium Slate Blue #7F67DB
Tints of Medium Slate Blue #7F67DB
RGB
CMYK
RGB Variations
Color information
#7F67DB (or 0x7F67DB) is known color: Medium Slate Blue. HEX triplet: 7F, 67 and DB. RGB value is (127,103,219). Sum of RGB (Red+Green+Blue) = 127+103+219=449 (59% of max value = 765). Red value is 127 (50% from 255 or 28.29% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F67DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F67DB is #809824. Grayscale: #7A7A7A. Windows color (decimal): -8427557 or 14378879. OLE color: 14378879.
HSL color Cylindrical-coordinate representation of color #7F67DB: hue angle of 252.41º 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 #7F67DB is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 103 | 219 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.14 |
| HSL | 252.41º | 0.62% | 0.63% | - |
| HSV(B) | 252.41º | 0.53% | 0.86% | - |
| XYZ | 26.39 | 19.33 | 69.36 | - |
| YUV | 123.4 | 181.95 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 103 | 219 | 0.42 | 0.53 | 0 | 0.14 | 252.41 | 0.62 | 0.63 |
| Hex | 7F | 67 | DB | 2A | 35 | 0 | E | FC | 3E | 3F |
| Octal | 177 | 147 | 333 | 52 | 65 | 0 | 16 | 374 | 76 | 77 |
| Binary | 1111111 | 1100111 | 11011011 | 101010 | 110101 | 0 | 1110 | 11111100 | 111110 | 111111 |
Color Harmonies of #7F67DB
Complementary color
Monochromatic Colors of #7F67DB
Black with #7F67DB
Text Example
Text Example
White with #7F67DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F67DB; }
p { color: rgb(127,103,219); }
H1.HeaderClassName
{
color: #7F67DB;
}
.AnyTagClassName
{
color: #7F67DB;
}
</style>
background-color css
<style>
a { background-color: #7F67DB; }
a { background-color: rgb(127,103,219); }
div.DivClassName
{
background-color: #7F67DB;
}
.BgClassName
{
background-color: #7F67DB;
}
</style>
border-color css
<style>
span { border-color: #7F67DB; }
span { border-color: rgb(127,103,219); }
td.TdClassName
{
border-color: #7F67DB;
}
.TagClassName
{
border-color: #7F67DB;
}
</style>