Shades of Medium Slate Blue #7767DB
Tints of Medium Slate Blue #7767DB
RGB
CMYK
RGB Variations
Color information
#7767DB (or 0x7767DB) is known color: Medium Slate Blue. HEX triplet: 77, 67 and DB. RGB value is (119,103,219). Sum of RGB (Red+Green+Blue) = 119+103+219=441 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.98% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #7767DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7767DB is #889824. Grayscale: #787878. Windows color (decimal): -8951845 or 14378871. OLE color: 14378871.
HSL color Cylindrical-coordinate representation of color #7767DB: hue angle of 248.28º 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 #7767DB is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 103 | 219 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.14 |
| HSL | 248.28º | 0.62% | 0.63% | - |
| HSV(B) | 248.28º | 0.53% | 0.86% | - |
| XYZ | 25.24 | 18.74 | 69.3 | - |
| YUV | 121.01 | 183.3 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 103 | 219 | 0.46 | 0.53 | 0 | 0.14 | 248.28 | 0.62 | 0.63 |
| Hex | 77 | 67 | DB | 2E | 35 | 0 | E | F8 | 3E | 3F |
| Octal | 167 | 147 | 333 | 56 | 65 | 0 | 16 | 370 | 76 | 77 |
| Binary | 1110111 | 1100111 | 11011011 | 101110 | 110101 | 0 | 1110 | 11111000 | 111110 | 111111 |
Color Harmonies of #7767DB
Complementary color
Monochromatic Colors of #7767DB
Black with #7767DB
Text Example
Text Example
White with #7767DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7767DB; }
p { color: rgb(119,103,219); }
H1.HeaderClassName
{
color: #7767DB;
}
.AnyTagClassName
{
color: #7767DB;
}
</style>
background-color css
<style>
a { background-color: #7767DB; }
a { background-color: rgb(119,103,219); }
div.DivClassName
{
background-color: #7767DB;
}
.BgClassName
{
background-color: #7767DB;
}
</style>
border-color css
<style>
span { border-color: #7767DB; }
span { border-color: rgb(119,103,219); }
td.TdClassName
{
border-color: #7767DB;
}
.TagClassName
{
border-color: #7767DB;
}
</style>