Shades of Medium Slate Blue #7377DC
Tints of Medium Slate Blue #7377DC
RGB
CMYK
RGB Variations
Color information
#7377DC (or 0x7377DC) is known color: Medium Slate Blue. HEX triplet: 73, 77 and DC. RGB value is (115,119,220). Sum of RGB (Red+Green+Blue) = 115+119+220=454 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.33% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #7377DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7377DC is #8C8823. Grayscale: #808080. Windows color (decimal): -9209892 or 14448499. OLE color: 14448499.
HSL color Cylindrical-coordinate representation of color #7377DC: hue angle of 237.71º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7377DC is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 119 | 220 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.14 |
| HSL | 237.71º | 0.6% | 0.66% | - |
| HSV(B) | 237.71º | 0.48% | 0.86% | - |
| XYZ | 26.59 | 22.01 | 70.56 | - |
| YUV | 129.32 | 179.17 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 119 | 220 | 0.48 | 0.46 | 0 | 0.14 | 237.71 | 0.6 | 0.66 |
| Hex | 73 | 77 | DC | 30 | 2E | 0 | E | EE | 3C | 42 |
| Octal | 163 | 167 | 334 | 60 | 56 | 0 | 16 | 356 | 74 | 102 |
| Binary | 1110011 | 1110111 | 11011100 | 110000 | 101110 | 0 | 1110 | 11101110 | 111100 | 1000010 |
Color Harmonies of #7377DC
Complementary color
Monochromatic Colors of #7377DC
Black with #7377DC
Text Example
Text Example
White with #7377DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7377DC; }
p { color: rgb(115,119,220); }
H1.HeaderClassName
{
color: #7377DC;
}
.AnyTagClassName
{
color: #7377DC;
}
</style>
background-color css
<style>
a { background-color: #7377DC; }
a { background-color: rgb(115,119,220); }
div.DivClassName
{
background-color: #7377DC;
}
.BgClassName
{
background-color: #7377DC;
}
</style>
border-color css
<style>
span { border-color: #7377DC; }
span { border-color: rgb(115,119,220); }
td.TdClassName
{
border-color: #7377DC;
}
.TagClassName
{
border-color: #7377DC;
}
</style>