Shades of Medium Slate Blue #7243FF
Tints of Medium Slate Blue #7243FF
RGB
CMYK
RGB Variations
Color information
#7243FF (or 0x7243FF) is known color: Medium Slate Blue. HEX triplet: 72, 43 and FF. RGB value is (114,67,255). Sum of RGB (Red+Green+Blue) = 114+67+255=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 67 (26.56% from 255 or 15.37% 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 #7243FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7243FF is #8DBC00. Grayscale: #656565. Windows color (decimal): -9288705 or 16728946. OLE color: 16728946.
HSL color Cylindrical-coordinate representation of color #7243FF: hue angle of 255º 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 #7243FF is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 67 | 255 | - |
| CMYK | 0.55 | 0.74 | 0 | 0 |
| HSL | 255º | 1% | 0.63% | - |
| HSV(B) | 255º | 0.74% | 1% | - |
| XYZ | 27 | 14.81 | 96.04 | - |
| YUV | 102.49 | 214.07 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 67 | 255 | 0.55 | 0.74 | 0 | 0 | 255 | 1 | 0.63 |
| Hex | 72 | 43 | FF | 37 | 4A | 0 | 0 | FF | 64 | 3F |
| Octal | 162 | 103 | 377 | 67 | 112 | 0 | 0 | 377 | 144 | 77 |
| Binary | 1110010 | 1000011 | 11111111 | 110111 | 1001010 | 0 | 0 | 11111111 | 1100100 | 111111 |
Color Harmonies of #7243FF
Complementary color
Monochromatic Colors of #7243FF
Black with #7243FF
Text Example
Text Example
White with #7243FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7243FF; }
p { color: rgb(114,67,255); }
H1.HeaderClassName
{
color: #7243FF;
}
.AnyTagClassName
{
color: #7243FF;
}
</style>
background-color css
<style>
a { background-color: #7243FF; }
a { background-color: rgb(114,67,255); }
div.DivClassName
{
background-color: #7243FF;
}
.BgClassName
{
background-color: #7243FF;
}
</style>
border-color css
<style>
span { border-color: #7243FF; }
span { border-color: rgb(114,67,255); }
td.TdClassName
{
border-color: #7243FF;
}
.TagClassName
{
border-color: #7243FF;
}
</style>