Shades of Medium Slate Blue #7342FF
Tints of Medium Slate Blue #7342FF
RGB
CMYK
RGB Variations
Color information
#7342FF (or 0x7342FF) is known color: Medium Slate Blue. HEX triplet: 73, 42 and FF. RGB value is (115,66,255). Sum of RGB (Red+Green+Blue) = 115+66+255=436 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.38% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #7342FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7342FF is #8CBD00. Grayscale: #656565. Windows color (decimal): -9223425 or 16728691. OLE color: 16728691.
HSL color Cylindrical-coordinate representation of color #7342FF: hue angle of 255.56º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7342FF is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 66 | 255 | - |
| CMYK | 0.55 | 0.74 | 0 | 0 |
| HSL | 255.56º | 1% | 0.63% | - |
| HSV(B) | 255.56º | 0.74% | 1% | - |
| XYZ | 27.07 | 14.76 | 96.03 | - |
| YUV | 102.2 | 214.23 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 66 | 255 | 0.55 | 0.74 | 0 | 0 | 255.56 | 1 | 0.63 |
| Hex | 73 | 42 | FF | 37 | 4A | 0 | 0 | 100 | 64 | 3F |
| Octal | 163 | 102 | 377 | 67 | 112 | 0 | 0 | 400 | 144 | 77 |
| Binary | 1110011 | 1000010 | 11111111 | 110111 | 1001010 | 0 | 0 | 100000000 | 1100100 | 111111 |
Color Harmonies of #7342FF
Complementary color
Monochromatic Colors of #7342FF
Black with #7342FF
Text Example
Text Example
White with #7342FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7342FF; }
p { color: rgb(115,66,255); }
H1.HeaderClassName
{
color: #7342FF;
}
.AnyTagClassName
{
color: #7342FF;
}
</style>
background-color css
<style>
a { background-color: #7342FF; }
a { background-color: rgb(115,66,255); }
div.DivClassName
{
background-color: #7342FF;
}
.BgClassName
{
background-color: #7342FF;
}
</style>
border-color css
<style>
span { border-color: #7342FF; }
span { border-color: rgb(115,66,255); }
td.TdClassName
{
border-color: #7342FF;
}
.TagClassName
{
border-color: #7342FF;
}
</style>