Shades of Medium Slate Blue #736AF2
Tints of Medium Slate Blue #736AF2
RGB
CMYK
RGB Variations
Color information
#736AF2 (or 0x736AF2) is known color: Medium Slate Blue. HEX triplet: 73, 6A and F2. RGB value is (115,106,242). Sum of RGB (Red+Green+Blue) = 115+106+242=463 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.84% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 242 (94.92% from 255 or 52.27% from 463); Max value from RGB is 242 - color contains mainly: blue. Hex color #736AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #736AF2 is #8C950D. Grayscale: #7B7B7B. Windows color (decimal): -9213198 or 15886963. OLE color: 15886963.
HSL color Cylindrical-coordinate representation of color #736AF2: hue angle of 243.97º 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 #736AF2 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 106 | 242 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.05 |
| HSL | 243.97º | 0.84% | 0.68% | - |
| HSV(B) | 243.97º | 0.56% | 0.95% | - |
| XYZ | 28.25 | 20.36 | 86.45 | - |
| YUV | 124.2 | 194.48 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 242 | 0.52 | 0.56 | 0 | 0.05 | 243.97 | 0.84 | 0.68 |
| Hex | 73 | 6A | F2 | 34 | 38 | 0 | 5 | F4 | 54 | 44 |
| Octal | 163 | 152 | 362 | 64 | 70 | 0 | 5 | 364 | 124 | 104 |
| Binary | 1110011 | 1101010 | 11110010 | 110100 | 111000 | 0 | 101 | 11110100 | 1010100 | 1000100 |
Color Harmonies of #736AF2
Complementary color
Monochromatic Colors of #736AF2
Black with #736AF2
Text Example
Text Example
White with #736AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736AF2; }
p { color: rgb(115,106,242); }
H1.HeaderClassName
{
color: #736AF2;
}
.AnyTagClassName
{
color: #736AF2;
}
</style>
background-color css
<style>
a { background-color: #736AF2; }
a { background-color: rgb(115,106,242); }
div.DivClassName
{
background-color: #736AF2;
}
.BgClassName
{
background-color: #736AF2;
}
</style>
border-color css
<style>
span { border-color: #736AF2; }
span { border-color: rgb(115,106,242); }
td.TdClassName
{
border-color: #736AF2;
}
.TagClassName
{
border-color: #736AF2;
}
</style>