Shades of Medium Slate Blue #7368DC
Tints of Medium Slate Blue #7368DC
RGB
CMYK
RGB Variations
Color information
#7368DC (or 0x7368DC) is known color: Medium Slate Blue. HEX triplet: 73, 68 and DC. RGB value is (115,104,220). Sum of RGB (Red+Green+Blue) = 115+104+220=439 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.20% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #7368DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7368DC is #8C9723. Grayscale: #787878. Windows color (decimal): -9213732 or 14444659. OLE color: 14444659.
HSL color Cylindrical-coordinate representation of color #7368DC: hue angle of 245.69º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7368DC is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 104 | 220 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.14 |
| HSL | 245.69º | 0.62% | 0.64% | - |
| HSV(B) | 245.69º | 0.53% | 0.86% | - |
| XYZ | 24.94 | 18.71 | 70.01 | - |
| YUV | 120.51 | 184.14 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 104 | 220 | 0.48 | 0.53 | 0 | 0.14 | 245.69 | 0.62 | 0.64 |
| Hex | 73 | 68 | DC | 30 | 35 | 0 | E | F6 | 3E | 40 |
| Octal | 163 | 150 | 334 | 60 | 65 | 0 | 16 | 366 | 76 | 100 |
| Binary | 1110011 | 1101000 | 11011100 | 110000 | 110101 | 0 | 1110 | 11110110 | 111110 | 1000000 |
Color Harmonies of #7368DC
Complementary color
Monochromatic Colors of #7368DC
Black with #7368DC
Text Example
Text Example
White with #7368DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7368DC; }
p { color: rgb(115,104,220); }
H1.HeaderClassName
{
color: #7368DC;
}
.AnyTagClassName
{
color: #7368DC;
}
</style>
background-color css
<style>
a { background-color: #7368DC; }
a { background-color: rgb(115,104,220); }
div.DivClassName
{
background-color: #7368DC;
}
.BgClassName
{
background-color: #7368DC;
}
</style>
border-color css
<style>
span { border-color: #7368DC; }
span { border-color: rgb(115,104,220); }
td.TdClassName
{
border-color: #7368DC;
}
.TagClassName
{
border-color: #7368DC;
}
</style>