Shades of Medium Slate Blue #7343FD
Tints of Medium Slate Blue #7343FD
RGB
CMYK
RGB Variations
Color information
#7343FD (or 0x7343FD) is known color: Medium Slate Blue. HEX triplet: 73, 43 and FD. RGB value is (115,67,253). Sum of RGB (Red+Green+Blue) = 115+67+253=435 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.44% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #7343FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7343FD is #8CBC02. Grayscale: #656565. Windows color (decimal): -9223171 or 16597875. OLE color: 16597875.
HSL color Cylindrical-coordinate representation of color #7343FD: hue angle of 255.48º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7343FD is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 67 | 253 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.01 |
| HSL | 255.48º | 0.98% | 0.63% | - |
| HSV(B) | 255.48º | 0.74% | 0.99% | - |
| XYZ | 26.81 | 14.75 | 94.36 | - |
| YUV | 102.56 | 212.9 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 67 | 253 | 0.55 | 0.74 | 0 | 0.01 | 255.48 | 0.98 | 0.63 |
| Hex | 73 | 43 | FD | 37 | 4A | 0 | 1 | FF | 62 | 3F |
| Octal | 163 | 103 | 375 | 67 | 112 | 0 | 1 | 377 | 142 | 77 |
| Binary | 1110011 | 1000011 | 11111101 | 110111 | 1001010 | 0 | 1 | 11111111 | 1100010 | 111111 |
Color Harmonies of #7343FD
Complementary color
Monochromatic Colors of #7343FD
Black with #7343FD
Text Example
Text Example
White with #7343FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7343FD; }
p { color: rgb(115,67,253); }
H1.HeaderClassName
{
color: #7343FD;
}
.AnyTagClassName
{
color: #7343FD;
}
</style>
background-color css
<style>
a { background-color: #7343FD; }
a { background-color: rgb(115,67,253); }
div.DivClassName
{
background-color: #7343FD;
}
.BgClassName
{
background-color: #7343FD;
}
</style>
border-color css
<style>
span { border-color: #7343FD; }
span { border-color: rgb(115,67,253); }
td.TdClassName
{
border-color: #7343FD;
}
.TagClassName
{
border-color: #7343FD;
}
</style>