Shades of Medium Slate Blue #736AFB
Tints of Medium Slate Blue #736AFB
RGB
CMYK
RGB Variations
Color information
#736AFB (or 0x736AFB) is known color: Medium Slate Blue. HEX triplet: 73, 6A and FB. RGB value is (115,106,251). Sum of RGB (Red+Green+Blue) = 115+106+251=472 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.36% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #736AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #736AFB is #8C9504. Grayscale: #7C7C7C. Windows color (decimal): -9213189 or 16476787. OLE color: 16476787.
HSL color Cylindrical-coordinate representation of color #736AFB: hue angle of 243.72º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #736AFB is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 106 | 251 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.02 |
| HSL | 243.72º | 0.95% | 0.7% | - |
| HSV(B) | 243.72º | 0.58% | 0.98% | - |
| XYZ | 29.64 | 20.92 | 93.74 | - |
| YUV | 125.22 | 198.98 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 251 | 0.54 | 0.58 | 0 | 0.02 | 243.72 | 0.95 | 0.7 |
| Hex | 73 | 6A | FB | 36 | 3A | 0 | 2 | F4 | 5F | 46 |
| Octal | 163 | 152 | 373 | 66 | 72 | 0 | 2 | 364 | 137 | 106 |
| Binary | 1110011 | 1101010 | 11111011 | 110110 | 111010 | 0 | 10 | 11110100 | 1011111 | 1000110 |
Color Harmonies of #736AFB
Complementary color
Monochromatic Colors of #736AFB
Black with #736AFB
Text Example
Text Example
White with #736AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736AFB; }
p { color: rgb(115,106,251); }
H1.HeaderClassName
{
color: #736AFB;
}
.AnyTagClassName
{
color: #736AFB;
}
</style>
background-color css
<style>
a { background-color: #736AFB; }
a { background-color: rgb(115,106,251); }
div.DivClassName
{
background-color: #736AFB;
}
.BgClassName
{
background-color: #736AFB;
}
</style>
border-color css
<style>
span { border-color: #736AFB; }
span { border-color: rgb(115,106,251); }
td.TdClassName
{
border-color: #736AFB;
}
.TagClassName
{
border-color: #736AFB;
}
</style>