Shades of Medium Slate Blue #736BF2
Tints of Medium Slate Blue #736BF2
RGB
CMYK
RGB Variations
Color information
#736BF2 (or 0x736BF2) is known color: Medium Slate Blue. HEX triplet: 73, 6B and F2. RGB value is (115,107,242). Sum of RGB (Red+Green+Blue) = 115+107+242=464 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.78% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 242 (94.92% from 255 or 52.16% from 464); Max value from RGB is 242 - color contains mainly: blue. Hex color #736BF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #736BF2 is #8C940D. Grayscale: #7C7C7C. Windows color (decimal): -9212942 or 15887219. OLE color: 15887219.
HSL color Cylindrical-coordinate representation of color #736BF2: hue angle of 243.56º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #736BF2 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 107 | 242 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.05 |
| HSL | 243.56º | 0.84% | 0.68% | - |
| HSV(B) | 243.56º | 0.56% | 0.95% | - |
| XYZ | 28.35 | 20.57 | 86.48 | - |
| YUV | 124.78 | 194.15 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 242 | 0.52 | 0.56 | 0 | 0.05 | 243.56 | 0.84 | 0.68 |
| Hex | 73 | 6B | F2 | 34 | 38 | 0 | 5 | F4 | 54 | 44 |
| Octal | 163 | 153 | 362 | 64 | 70 | 0 | 5 | 364 | 124 | 104 |
| Binary | 1110011 | 1101011 | 11110010 | 110100 | 111000 | 0 | 101 | 11110100 | 1010100 | 1000100 |
Color Harmonies of #736BF2
Complementary color
Monochromatic Colors of #736BF2
Black with #736BF2
Text Example
Text Example
White with #736BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736BF2; }
p { color: rgb(115,107,242); }
H1.HeaderClassName
{
color: #736BF2;
}
.AnyTagClassName
{
color: #736BF2;
}
</style>
background-color css
<style>
a { background-color: #736BF2; }
a { background-color: rgb(115,107,242); }
div.DivClassName
{
background-color: #736BF2;
}
.BgClassName
{
background-color: #736BF2;
}
</style>
border-color css
<style>
span { border-color: #736BF2; }
span { border-color: rgb(115,107,242); }
td.TdClassName
{
border-color: #736BF2;
}
.TagClassName
{
border-color: #736BF2;
}
</style>