Shades of Medium Slate Blue #736CF0
Tints of Medium Slate Blue #736CF0
RGB
CMYK
RGB Variations
Color information
#736CF0 (or 0x736CF0) is known color: Medium Slate Blue. HEX triplet: 73, 6C and F0. RGB value is (115,108,240). Sum of RGB (Red+Green+Blue) = 115+108+240=463 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.84% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 240 (94.14% from 255 or 51.84% from 463); Max value from RGB is 240 - color contains mainly: blue. Hex color #736CF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #736CF0 is #8C930F. Grayscale: #7C7C7C. Windows color (decimal): -9212688 or 15756403. OLE color: 15756403.
HSL color Cylindrical-coordinate representation of color #736CF0: hue angle of 243.18º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #736CF0 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 108 | 240 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.06 |
| HSL | 243.18º | 0.81% | 0.68% | - |
| HSV(B) | 243.18º | 0.55% | 0.94% | - |
| XYZ | 28.16 | 20.66 | 84.94 | - |
| YUV | 125.14 | 192.82 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 108 | 240 | 0.52 | 0.55 | 0 | 0.06 | 243.18 | 0.81 | 0.68 |
| Hex | 73 | 6C | F0 | 34 | 37 | 0 | 6 | F3 | 51 | 44 |
| Octal | 163 | 154 | 360 | 64 | 67 | 0 | 6 | 363 | 121 | 104 |
| Binary | 1110011 | 1101100 | 11110000 | 110100 | 110111 | 0 | 110 | 11110011 | 1010001 | 1000100 |
Color Harmonies of #736CF0
Complementary color
Monochromatic Colors of #736CF0
Black with #736CF0
Text Example
Text Example
White with #736CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736CF0; }
p { color: rgb(115,108,240); }
H1.HeaderClassName
{
color: #736CF0;
}
.AnyTagClassName
{
color: #736CF0;
}
</style>
background-color css
<style>
a { background-color: #736CF0; }
a { background-color: rgb(115,108,240); }
div.DivClassName
{
background-color: #736CF0;
}
.BgClassName
{
background-color: #736CF0;
}
</style>
border-color css
<style>
span { border-color: #736CF0; }
span { border-color: rgb(115,108,240); }
td.TdClassName
{
border-color: #736CF0;
}
.TagClassName
{
border-color: #736CF0;
}
</style>