Shades of Medium Slate Blue #7342FB
Tints of Medium Slate Blue #7342FB
RGB
CMYK
RGB Variations
Color information
#7342FB (or 0x7342FB) is known color: Medium Slate Blue. HEX triplet: 73, 42 and FB. RGB value is (115,66,251). Sum of RGB (Red+Green+Blue) = 115+66+251=432 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.62% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 251 (98.44% from 255 or 58.10% from 432); Max value from RGB is 251 - color contains mainly: blue. Hex color #7342FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7342FB is #8CBD04. Grayscale: #656565. Windows color (decimal): -9223429 or 16466547. OLE color: 16466547.
HSL color Cylindrical-coordinate representation of color #7342FB: hue angle of 255.89º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7342FB is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 66 | 251 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.02 |
| HSL | 255.89º | 0.96% | 0.62% | - |
| HSV(B) | 255.89º | 0.74% | 0.98% | - |
| XYZ | 26.43 | 14.51 | 92.67 | - |
| YUV | 101.74 | 212.23 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 66 | 251 | 0.54 | 0.74 | 0 | 0.02 | 255.89 | 0.96 | 0.62 |
| Hex | 73 | 42 | FB | 36 | 4A | 0 | 2 | 100 | 60 | 3E |
| Octal | 163 | 102 | 373 | 66 | 112 | 0 | 2 | 400 | 140 | 76 |
| Binary | 1110011 | 1000010 | 11111011 | 110110 | 1001010 | 0 | 10 | 100000000 | 1100000 | 111110 |
Color Harmonies of #7342FB
Complementary color
Monochromatic Colors of #7342FB
Black with #7342FB
Text Example
Text Example
White with #7342FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7342FB; }
p { color: rgb(115,66,251); }
H1.HeaderClassName
{
color: #7342FB;
}
.AnyTagClassName
{
color: #7342FB;
}
</style>
background-color css
<style>
a { background-color: #7342FB; }
a { background-color: rgb(115,66,251); }
div.DivClassName
{
background-color: #7342FB;
}
.BgClassName
{
background-color: #7342FB;
}
</style>
border-color css
<style>
span { border-color: #7342FB; }
span { border-color: rgb(115,66,251); }
td.TdClassName
{
border-color: #7342FB;
}
.TagClassName
{
border-color: #7342FB;
}
</style>