Shades of Medium Slate Blue #7342FE
Tints of Medium Slate Blue #7342FE
RGB
CMYK
RGB Variations
Color information
#7342FE (or 0x7342FE) is known color: Medium Slate Blue. HEX triplet: 73, 42 and FE. RGB value is (115,66,254). Sum of RGB (Red+Green+Blue) = 115+66+254=435 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.44% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #7342FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7342FE is #8CBD01. Grayscale: #656565. Windows color (decimal): -9223426 or 16663155. OLE color: 16663155.
HSL color Cylindrical-coordinate representation of color #7342FE: hue angle of 255.64º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7342FE is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 66 | 254 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.00 |
| HSL | 255.64º | 0.99% | 0.63% | - |
| HSV(B) | 255.64º | 0.74% | 1% | - |
| XYZ | 26.91 | 14.7 | 95.18 | - |
| YUV | 102.08 | 213.73 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 66 | 254 | 0.55 | 0.74 | 0 | 0.00 | 255.64 | 0.99 | 0.63 |
| Hex | 73 | 42 | FE | 37 | 4A | 0 | 0 | 100 | 63 | 3F |
| Octal | 163 | 102 | 376 | 67 | 112 | 0 | 0 | 400 | 143 | 77 |
| Binary | 1110011 | 1000010 | 11111110 | 110111 | 1001010 | 0 | 0 | 100000000 | 1100011 | 111111 |
Color Harmonies of #7342FE
Complementary color
Monochromatic Colors of #7342FE
Black with #7342FE
Text Example
Text Example
White with #7342FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7342FE; }
p { color: rgb(115,66,254); }
H1.HeaderClassName
{
color: #7342FE;
}
.AnyTagClassName
{
color: #7342FE;
}
</style>
background-color css
<style>
a { background-color: #7342FE; }
a { background-color: rgb(115,66,254); }
div.DivClassName
{
background-color: #7342FE;
}
.BgClassName
{
background-color: #7342FE;
}
</style>
border-color css
<style>
span { border-color: #7342FE; }
span { border-color: rgb(115,66,254); }
td.TdClassName
{
border-color: #7342FE;
}
.TagClassName
{
border-color: #7342FE;
}
</style>