Shades of Medium Slate Blue #736FFA
Tints of Medium Slate Blue #736FFA
RGB
CMYK
RGB Variations
Color information
#736FFA (or 0x736FFA) is known color: Medium Slate Blue. HEX triplet: 73, 6F and FA. RGB value is (115,111,250). Sum of RGB (Red+Green+Blue) = 115+111+250=476 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.16% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #736FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #736FFA is #8C9005. Grayscale: #7F7F7F. Windows color (decimal): -9211910 or 16412531. OLE color: 16412531.
HSL color Cylindrical-coordinate representation of color #736FFA: hue angle of 241.73º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #736FFA is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 111 | 250 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.02 |
| HSL | 241.73º | 0.93% | 0.71% | - |
| HSV(B) | 241.73º | 0.56% | 0.98% | - |
| XYZ | 30.01 | 21.92 | 93.09 | - |
| YUV | 128.04 | 196.83 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 250 | 0.54 | 0.56 | 0 | 0.02 | 241.73 | 0.93 | 0.71 |
| Hex | 73 | 6F | FA | 36 | 38 | 0 | 2 | F2 | 5D | 47 |
| Octal | 163 | 157 | 372 | 66 | 70 | 0 | 2 | 362 | 135 | 107 |
| Binary | 1110011 | 1101111 | 11111010 | 110110 | 111000 | 0 | 10 | 11110010 | 1011101 | 1000111 |
Color Harmonies of #736FFA
Complementary color
Monochromatic Colors of #736FFA
Black with #736FFA
Text Example
Text Example
White with #736FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736FFA; }
p { color: rgb(115,111,250); }
H1.HeaderClassName
{
color: #736FFA;
}
.AnyTagClassName
{
color: #736FFA;
}
</style>
background-color css
<style>
a { background-color: #736FFA; }
a { background-color: rgb(115,111,250); }
div.DivClassName
{
background-color: #736FFA;
}
.BgClassName
{
background-color: #736FFA;
}
</style>
border-color css
<style>
span { border-color: #736FFA; }
span { border-color: rgb(115,111,250); }
td.TdClassName
{
border-color: #736FFA;
}
.TagClassName
{
border-color: #736FFA;
}
</style>