Shades of Medium Slate Blue #7368DB
Tints of Medium Slate Blue #7368DB
RGB
CMYK
RGB Variations
Color information
#7368DB (or 0x7368DB) is known color: Medium Slate Blue. HEX triplet: 73, 68 and DB. RGB value is (115,104,219). Sum of RGB (Red+Green+Blue) = 115+104+219=438 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.26% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #7368DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7368DB is #8C9724. Grayscale: #777777. Windows color (decimal): -9213733 or 14379123. OLE color: 14379123.
HSL color Cylindrical-coordinate representation of color #7368DB: hue angle of 245.74º degrees, saturation: 0.61, 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 #7368DB is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 104 | 219 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.14 |
| HSL | 245.74º | 0.61% | 0.63% | - |
| HSV(B) | 245.74º | 0.53% | 0.86% | - |
| XYZ | 24.81 | 18.66 | 69.31 | - |
| YUV | 120.4 | 183.64 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 104 | 219 | 0.47 | 0.53 | 0 | 0.14 | 245.74 | 0.61 | 0.63 |
| Hex | 73 | 68 | DB | 2F | 35 | 0 | E | F6 | 3D | 3F |
| Octal | 163 | 150 | 333 | 57 | 65 | 0 | 16 | 366 | 75 | 77 |
| Binary | 1110011 | 1101000 | 11011011 | 101111 | 110101 | 0 | 1110 | 11110110 | 111101 | 111111 |
Color Harmonies of #7368DB
Complementary color
Monochromatic Colors of #7368DB
Black with #7368DB
Text Example
Text Example
White with #7368DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7368DB; }
p { color: rgb(115,104,219); }
H1.HeaderClassName
{
color: #7368DB;
}
.AnyTagClassName
{
color: #7368DB;
}
</style>
background-color css
<style>
a { background-color: #7368DB; }
a { background-color: rgb(115,104,219); }
div.DivClassName
{
background-color: #7368DB;
}
.BgClassName
{
background-color: #7368DB;
}
</style>
border-color css
<style>
span { border-color: #7368DB; }
span { border-color: rgb(115,104,219); }
td.TdClassName
{
border-color: #7368DB;
}
.TagClassName
{
border-color: #7368DB;
}
</style>