Shades of Medium Slate Blue #7378DC
Tints of Medium Slate Blue #7378DC
RGB
CMYK
RGB Variations
Color information
#7378DC (or 0x7378DC) is known color: Medium Slate Blue. HEX triplet: 73, 78 and DC. RGB value is (115,120,220). Sum of RGB (Red+Green+Blue) = 115+120+220=455 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.27% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #7378DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7378DC is #8C8723. Grayscale: #818181. Windows color (decimal): -9209636 or 14448755. OLE color: 14448755.
HSL color Cylindrical-coordinate representation of color #7378DC: hue angle of 237.14º 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 #7378DC is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 120 | 220 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.14 |
| HSL | 237.14º | 0.6% | 0.66% | - |
| HSV(B) | 237.14º | 0.48% | 0.86% | - |
| XYZ | 26.7 | 22.25 | 70.6 | - |
| YUV | 129.91 | 178.84 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 120 | 220 | 0.48 | 0.45 | 0 | 0.14 | 237.14 | 0.6 | 0.66 |
| Hex | 73 | 78 | DC | 30 | 2D | 0 | E | ED | 3C | 42 |
| Octal | 163 | 170 | 334 | 60 | 55 | 0 | 16 | 355 | 74 | 102 |
| Binary | 1110011 | 1111000 | 11011100 | 110000 | 101101 | 0 | 1110 | 11101101 | 111100 | 1000010 |
Color Harmonies of #7378DC
Complementary color
Monochromatic Colors of #7378DC
Black with #7378DC
Text Example
Text Example
White with #7378DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7378DC; }
p { color: rgb(115,120,220); }
H1.HeaderClassName
{
color: #7378DC;
}
.AnyTagClassName
{
color: #7378DC;
}
</style>
background-color css
<style>
a { background-color: #7378DC; }
a { background-color: rgb(115,120,220); }
div.DivClassName
{
background-color: #7378DC;
}
.BgClassName
{
background-color: #7378DC;
}
</style>
border-color css
<style>
span { border-color: #7378DC; }
span { border-color: rgb(115,120,220); }
td.TdClassName
{
border-color: #7378DC;
}
.TagClassName
{
border-color: #7378DC;
}
</style>