Shades of Medium Slate Blue #736AF1
Tints of Medium Slate Blue #736AF1
RGB
CMYK
RGB Variations
Color information
#736AF1 (or 0x736AF1) is known color: Medium Slate Blue. HEX triplet: 73, 6A and F1. RGB value is (115,106,241). Sum of RGB (Red+Green+Blue) = 115+106+241=462 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.89% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #736AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #736AF1 is #8C950E. Grayscale: #7B7B7B. Windows color (decimal): -9213199 or 15821427. OLE color: 15821427.
HSL color Cylindrical-coordinate representation of color #736AF1: hue angle of 244º degrees, saturation: 0.83, 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 #736AF1 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 106 | 241 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.05 |
| HSL | 244º | 0.83% | 0.68% | - |
| HSV(B) | 244º | 0.56% | 0.95% | - |
| XYZ | 28.1 | 20.3 | 85.66 | - |
| YUV | 124.08 | 193.98 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 241 | 0.52 | 0.56 | 0 | 0.05 | 244 | 0.83 | 0.68 |
| Hex | 73 | 6A | F1 | 34 | 38 | 0 | 5 | F4 | 53 | 44 |
| Octal | 163 | 152 | 361 | 64 | 70 | 0 | 5 | 364 | 123 | 104 |
| Binary | 1110011 | 1101010 | 11110001 | 110100 | 111000 | 0 | 101 | 11110100 | 1010011 | 1000100 |
Color Harmonies of #736AF1
Complementary color
Monochromatic Colors of #736AF1
Black with #736AF1
Text Example
Text Example
White with #736AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736AF1; }
p { color: rgb(115,106,241); }
H1.HeaderClassName
{
color: #736AF1;
}
.AnyTagClassName
{
color: #736AF1;
}
</style>
background-color css
<style>
a { background-color: #736AF1; }
a { background-color: rgb(115,106,241); }
div.DivClassName
{
background-color: #736AF1;
}
.BgClassName
{
background-color: #736AF1;
}
</style>
border-color css
<style>
span { border-color: #736AF1; }
span { border-color: rgb(115,106,241); }
td.TdClassName
{
border-color: #736AF1;
}
.TagClassName
{
border-color: #736AF1;
}
</style>