Shades of Medium Slate Blue #7369DA
Tints of Medium Slate Blue #7369DA
RGB
CMYK
RGB Variations
Color information
#7369DA (or 0x7369DA) is known color: Medium Slate Blue. HEX triplet: 73, 69 and DA. RGB value is (115,105,218). Sum of RGB (Red+Green+Blue) = 115+105+218=438 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.26% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #7369DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7369DA is #8C9625. Grayscale: #787878. Windows color (decimal): -9213478 or 14313843. OLE color: 14313843.
HSL color Cylindrical-coordinate representation of color #7369DA: hue angle of 245.31º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7369DA is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 105 | 218 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.15 |
| HSL | 245.31º | 0.6% | 0.63% | - |
| HSV(B) | 245.31º | 0.52% | 0.85% | - |
| XYZ | 24.78 | 18.81 | 68.65 | - |
| YUV | 120.87 | 182.81 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 105 | 218 | 0.47 | 0.52 | 0 | 0.15 | 245.31 | 0.6 | 0.63 |
| Hex | 73 | 69 | DA | 2F | 34 | 0 | F | F5 | 3C | 3F |
| Octal | 163 | 151 | 332 | 57 | 64 | 0 | 17 | 365 | 74 | 77 |
| Binary | 1110011 | 1101001 | 11011010 | 101111 | 110100 | 0 | 1111 | 11110101 | 111100 | 111111 |
Color Harmonies of #7369DA
Complementary color
Monochromatic Colors of #7369DA
Black with #7369DA
Text Example
Text Example
White with #7369DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7369DA; }
p { color: rgb(115,105,218); }
H1.HeaderClassName
{
color: #7369DA;
}
.AnyTagClassName
{
color: #7369DA;
}
</style>
background-color css
<style>
a { background-color: #7369DA; }
a { background-color: rgb(115,105,218); }
div.DivClassName
{
background-color: #7369DA;
}
.BgClassName
{
background-color: #7369DA;
}
</style>
border-color css
<style>
span { border-color: #7369DA; }
span { border-color: rgb(115,105,218); }
td.TdClassName
{
border-color: #7369DA;
}
.TagClassName
{
border-color: #7369DA;
}
</style>