Shades of Medium Slate Blue #7765DB
Tints of Medium Slate Blue #7765DB
RGB
CMYK
RGB Variations
Color information
#7765DB (or 0x7765DB) is known color: Medium Slate Blue. HEX triplet: 77, 65 and DB. RGB value is (119,101,219). Sum of RGB (Red+Green+Blue) = 119+101+219=439 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.11% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #7765DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7765DB is #889A24. Grayscale: #777777. Windows color (decimal): -8952357 or 14378359. OLE color: 14378359.
HSL color Cylindrical-coordinate representation of color #7765DB: hue angle of 249.15º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7765DB is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 101 | 219 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.14 |
| HSL | 249.15º | 0.62% | 0.63% | - |
| HSV(B) | 249.15º | 0.54% | 0.86% | - |
| XYZ | 25.05 | 18.34 | 69.24 | - |
| YUV | 119.83 | 183.96 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 101 | 219 | 0.46 | 0.54 | 0 | 0.14 | 249.15 | 0.62 | 0.63 |
| Hex | 77 | 65 | DB | 2E | 36 | 0 | E | F9 | 3E | 3F |
| Octal | 167 | 145 | 333 | 56 | 66 | 0 | 16 | 371 | 76 | 77 |
| Binary | 1110111 | 1100101 | 11011011 | 101110 | 110110 | 0 | 1110 | 11111001 | 111110 | 111111 |
Color Harmonies of #7765DB
Complementary color
Monochromatic Colors of #7765DB
Black with #7765DB
Text Example
Text Example
White with #7765DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7765DB; }
p { color: rgb(119,101,219); }
H1.HeaderClassName
{
color: #7765DB;
}
.AnyTagClassName
{
color: #7765DB;
}
</style>
background-color css
<style>
a { background-color: #7765DB; }
a { background-color: rgb(119,101,219); }
div.DivClassName
{
background-color: #7765DB;
}
.BgClassName
{
background-color: #7765DB;
}
</style>
border-color css
<style>
span { border-color: #7765DB; }
span { border-color: rgb(119,101,219); }
td.TdClassName
{
border-color: #7765DB;
}
.TagClassName
{
border-color: #7765DB;
}
</style>