Shades of Medium Slate Blue #737ADD
Tints of Medium Slate Blue #737ADD
RGB
CMYK
RGB Variations
Color information
#737ADD (or 0x737ADD) is known color: Medium Slate Blue. HEX triplet: 73, 7A and DD. RGB value is (115,122,221). Sum of RGB (Red+Green+Blue) = 115+122+221=458 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.11% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #737ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737ADD is #8C8522. Grayscale: #828282. Windows color (decimal): -9209123 or 14514803. OLE color: 14514803.
HSL color Cylindrical-coordinate representation of color #737ADD: hue angle of 236.04º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #737ADD is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 122 | 221 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.13 |
| HSL | 236.04º | 0.61% | 0.66% | - |
| HSV(B) | 236.04º | 0.48% | 0.87% | - |
| XYZ | 27.08 | 22.78 | 71.38 | - |
| YUV | 131.19 | 178.68 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 122 | 221 | 0.48 | 0.45 | 0 | 0.13 | 236.04 | 0.61 | 0.66 |
| Hex | 73 | 7A | DD | 30 | 2D | 0 | D | EC | 3D | 42 |
| Octal | 163 | 172 | 335 | 60 | 55 | 0 | 15 | 354 | 75 | 102 |
| Binary | 1110011 | 1111010 | 11011101 | 110000 | 101101 | 0 | 1101 | 11101100 | 111101 | 1000010 |
Color Harmonies of #737ADD
Complementary color
Monochromatic Colors of #737ADD
Black with #737ADD
Text Example
Text Example
White with #737ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737ADD; }
p { color: rgb(115,122,221); }
H1.HeaderClassName
{
color: #737ADD;
}
.AnyTagClassName
{
color: #737ADD;
}
</style>
background-color css
<style>
a { background-color: #737ADD; }
a { background-color: rgb(115,122,221); }
div.DivClassName
{
background-color: #737ADD;
}
.BgClassName
{
background-color: #737ADD;
}
</style>
border-color css
<style>
span { border-color: #737ADD; }
span { border-color: rgb(115,122,221); }
td.TdClassName
{
border-color: #737ADD;
}
.TagClassName
{
border-color: #737ADD;
}
</style>