Shades of Medium Slate Blue #7375DB
Tints of Medium Slate Blue #7375DB
RGB
CMYK
RGB Variations
Color information
#7375DB (or 0x7375DB) is known color: Medium Slate Blue. HEX triplet: 73, 75 and DB. RGB value is (115,117,219). Sum of RGB (Red+Green+Blue) = 115+117+219=451 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.50% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #7375DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7375DB is #8C8A24. Grayscale: #7F7F7F. Windows color (decimal): -9210405 or 14382451. OLE color: 14382451.
HSL color Cylindrical-coordinate representation of color #7375DB: hue angle of 238.85º 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 #7375DB is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 117 | 219 | - |
| CMYK | 0.47 | 0.47 | 0 | 0.14 |
| HSL | 238.85º | 0.59% | 0.65% | - |
| HSV(B) | 238.85º | 0.47% | 0.86% | - |
| XYZ | 26.22 | 21.48 | 69.78 | - |
| YUV | 128.03 | 179.34 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 117 | 219 | 0.47 | 0.47 | 0 | 0.14 | 238.85 | 0.59 | 0.65 |
| Hex | 73 | 75 | DB | 2F | 2F | 0 | E | EF | 3B | 41 |
| Octal | 163 | 165 | 333 | 57 | 57 | 0 | 16 | 357 | 73 | 101 |
| Binary | 1110011 | 1110101 | 11011011 | 101111 | 101111 | 0 | 1110 | 11101111 | 111011 | 1000001 |
Color Harmonies of #7375DB
Complementary color
Monochromatic Colors of #7375DB
Black with #7375DB
Text Example
Text Example
White with #7375DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7375DB; }
p { color: rgb(115,117,219); }
H1.HeaderClassName
{
color: #7375DB;
}
.AnyTagClassName
{
color: #7375DB;
}
</style>
background-color css
<style>
a { background-color: #7375DB; }
a { background-color: rgb(115,117,219); }
div.DivClassName
{
background-color: #7375DB;
}
.BgClassName
{
background-color: #7375DB;
}
</style>
border-color css
<style>
span { border-color: #7375DB; }
span { border-color: rgb(115,117,219); }
td.TdClassName
{
border-color: #7375DB;
}
.TagClassName
{
border-color: #7375DB;
}
</style>