Shades of Medium Slate Blue #736AFC
Tints of Medium Slate Blue #736AFC
RGB
CMYK
RGB Variations
Color information
#736AFC (or 0x736AFC) is known color: Medium Slate Blue. HEX triplet: 73, 6A and FC. RGB value is (115,106,252). Sum of RGB (Red+Green+Blue) = 115+106+252=473 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.31% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #736AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #736AFC is #8C9503. Grayscale: #7C7C7C. Windows color (decimal): -9213188 or 16542323. OLE color: 16542323.
HSL color Cylindrical-coordinate representation of color #736AFC: hue angle of 243.7º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #736AFC is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 106 | 252 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.01 |
| HSL | 243.7º | 0.96% | 0.7% | - |
| HSV(B) | 243.7º | 0.58% | 0.99% | - |
| XYZ | 29.79 | 20.98 | 94.57 | - |
| YUV | 125.34 | 199.48 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 252 | 0.54 | 0.58 | 0 | 0.01 | 243.7 | 0.96 | 0.7 |
| Hex | 73 | 6A | FC | 36 | 3A | 0 | 1 | F4 | 60 | 46 |
| Octal | 163 | 152 | 374 | 66 | 72 | 0 | 1 | 364 | 140 | 106 |
| Binary | 1110011 | 1101010 | 11111100 | 110110 | 111010 | 0 | 1 | 11110100 | 1100000 | 1000110 |
Color Harmonies of #736AFC
Complementary color
Monochromatic Colors of #736AFC
Black with #736AFC
Text Example
Text Example
White with #736AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736AFC; }
p { color: rgb(115,106,252); }
H1.HeaderClassName
{
color: #736AFC;
}
.AnyTagClassName
{
color: #736AFC;
}
</style>
background-color css
<style>
a { background-color: #736AFC; }
a { background-color: rgb(115,106,252); }
div.DivClassName
{
background-color: #736AFC;
}
.BgClassName
{
background-color: #736AFC;
}
</style>
border-color css
<style>
span { border-color: #736AFC; }
span { border-color: rgb(115,106,252); }
td.TdClassName
{
border-color: #736AFC;
}
.TagClassName
{
border-color: #736AFC;
}
</style>