Shades of Medium Slate Blue #737AF2
Tints of Medium Slate Blue #737AF2
RGB
CMYK
RGB Variations
Color information
#737AF2 (or 0x737AF2) is known color: Medium Slate Blue. HEX triplet: 73, 7A and F2. RGB value is (115,122,242). Sum of RGB (Red+Green+Blue) = 115+122+242=479 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.01% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 242 (94.92% from 255 or 50.52% from 479); Max value from RGB is 242 - color contains mainly: blue. Hex color #737AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737AF2 is #8C850D. Grayscale: #858585. Windows color (decimal): -9209102 or 15891059. OLE color: 15891059.
HSL color Cylindrical-coordinate representation of color #737AF2: hue angle of 236.69º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #737AF2 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 122 | 242 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.05 |
| HSL | 236.69º | 0.83% | 0.7% | - |
| HSV(B) | 236.69º | 0.52% | 0.95% | - |
| XYZ | 30.06 | 23.97 | 87.05 | - |
| YUV | 133.59 | 189.18 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 122 | 242 | 0.52 | 0.50 | 0 | 0.05 | 236.69 | 0.83 | 0.7 |
| Hex | 73 | 7A | F2 | 34 | 32 | 0 | 5 | ED | 53 | 46 |
| Octal | 163 | 172 | 362 | 64 | 62 | 0 | 5 | 355 | 123 | 106 |
| Binary | 1110011 | 1111010 | 11110010 | 110100 | 110010 | 0 | 101 | 11101101 | 1010011 | 1000110 |
Color Harmonies of #737AF2
Complementary color
Monochromatic Colors of #737AF2
Black with #737AF2
Text Example
Text Example
White with #737AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737AF2; }
p { color: rgb(115,122,242); }
H1.HeaderClassName
{
color: #737AF2;
}
.AnyTagClassName
{
color: #737AF2;
}
</style>
background-color css
<style>
a { background-color: #737AF2; }
a { background-color: rgb(115,122,242); }
div.DivClassName
{
background-color: #737AF2;
}
.BgClassName
{
background-color: #737AF2;
}
</style>
border-color css
<style>
span { border-color: #737AF2; }
span { border-color: rgb(115,122,242); }
td.TdClassName
{
border-color: #737AF2;
}
.TagClassName
{
border-color: #737AF2;
}
</style>