Shades of Medium Slate Blue #7377DB
Tints of Medium Slate Blue #7377DB
RGB
CMYK
RGB Variations
Color information
#7377DB (or 0x7377DB) is known color: Medium Slate Blue. HEX triplet: 73, 77 and DB. RGB value is (115,119,219). Sum of RGB (Red+Green+Blue) = 115+119+219=453 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.39% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #7377DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7377DB is #8C8824. Grayscale: #808080. Windows color (decimal): -9209893 or 14382963. OLE color: 14382963.
HSL color Cylindrical-coordinate representation of color #7377DB: hue angle of 237.69º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7377DB is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 119 | 219 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.14 |
| HSL | 237.69º | 0.59% | 0.65% | - |
| HSV(B) | 237.69º | 0.47% | 0.86% | - |
| XYZ | 26.45 | 21.95 | 69.86 | - |
| YUV | 129.2 | 178.67 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 119 | 219 | 0.47 | 0.46 | 0 | 0.14 | 237.69 | 0.59 | 0.65 |
| Hex | 73 | 77 | DB | 2F | 2E | 0 | E | EE | 3B | 41 |
| Octal | 163 | 167 | 333 | 57 | 56 | 0 | 16 | 356 | 73 | 101 |
| Binary | 1110011 | 1110111 | 11011011 | 101111 | 101110 | 0 | 1110 | 11101110 | 111011 | 1000001 |
Color Harmonies of #7377DB
Complementary color
Monochromatic Colors of #7377DB
Black with #7377DB
Text Example
Text Example
White with #7377DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7377DB; }
p { color: rgb(115,119,219); }
H1.HeaderClassName
{
color: #7377DB;
}
.AnyTagClassName
{
color: #7377DB;
}
</style>
background-color css
<style>
a { background-color: #7377DB; }
a { background-color: rgb(115,119,219); }
div.DivClassName
{
background-color: #7377DB;
}
.BgClassName
{
background-color: #7377DB;
}
</style>
border-color css
<style>
span { border-color: #7377DB; }
span { border-color: rgb(115,119,219); }
td.TdClassName
{
border-color: #7377DB;
}
.TagClassName
{
border-color: #7377DB;
}
</style>