Shades of Medium Slate Blue #7367DC
Tints of Medium Slate Blue #7367DC
RGB
CMYK
RGB Variations
Color information
#7367DC (or 0x7367DC) is known color: Medium Slate Blue. HEX triplet: 73, 67 and DC. RGB value is (115,103,220). Sum of RGB (Red+Green+Blue) = 115+103+220=438 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.26% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #7367DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7367DC is #8C9823. Grayscale: #777777. Windows color (decimal): -9213988 or 14444403. OLE color: 14444403.
HSL color Cylindrical-coordinate representation of color #7367DC: hue angle of 246.15º degrees, saturation: 0.63, 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 #7367DC is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 103 | 220 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.14 |
| HSL | 246.15º | 0.63% | 0.63% | - |
| HSV(B) | 246.15º | 0.53% | 0.86% | - |
| XYZ | 24.84 | 18.51 | 69.97 | - |
| YUV | 119.93 | 184.48 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 103 | 220 | 0.48 | 0.53 | 0 | 0.14 | 246.15 | 0.63 | 0.63 |
| Hex | 73 | 67 | DC | 30 | 35 | 0 | E | F6 | 3F | 3F |
| Octal | 163 | 147 | 334 | 60 | 65 | 0 | 16 | 366 | 77 | 77 |
| Binary | 1110011 | 1100111 | 11011100 | 110000 | 110101 | 0 | 1110 | 11110110 | 111111 | 111111 |
Color Harmonies of #7367DC
Complementary color
Monochromatic Colors of #7367DC
Black with #7367DC
Text Example
Text Example
White with #7367DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7367DC; }
p { color: rgb(115,103,220); }
H1.HeaderClassName
{
color: #7367DC;
}
.AnyTagClassName
{
color: #7367DC;
}
</style>
background-color css
<style>
a { background-color: #7367DC; }
a { background-color: rgb(115,103,220); }
div.DivClassName
{
background-color: #7367DC;
}
.BgClassName
{
background-color: #7367DC;
}
</style>
border-color css
<style>
span { border-color: #7367DC; }
span { border-color: rgb(115,103,220); }
td.TdClassName
{
border-color: #7367DC;
}
.TagClassName
{
border-color: #7367DC;
}
</style>