Shades of Medium Slate Blue #7273DA
Tints of Medium Slate Blue #7273DA
RGB
CMYK
RGB Variations
Color information
#7273DA (or 0x7273DA) is known color: Medium Slate Blue. HEX triplet: 72, 73 and DA. RGB value is (114,115,218). Sum of RGB (Red+Green+Blue) = 114+115+218=447 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.50% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #7273DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7273DA is #8D8C25. Grayscale: #7E7E7E. Windows color (decimal): -9276454 or 14316402. OLE color: 14316402.
HSL color Cylindrical-coordinate representation of color #7273DA: hue angle of 239.42º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7273DA is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 115 | 218 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.15 |
| HSL | 239.42º | 0.58% | 0.65% | - |
| HSV(B) | 239.42º | 0.48% | 0.85% | - |
| XYZ | 25.73 | 20.9 | 69.01 | - |
| YUV | 126.44 | 179.67 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 115 | 218 | 0.48 | 0.47 | 0 | 0.15 | 239.42 | 0.58 | 0.65 |
| Hex | 72 | 73 | DA | 30 | 2F | 0 | F | EF | 3A | 41 |
| Octal | 162 | 163 | 332 | 60 | 57 | 0 | 17 | 357 | 72 | 101 |
| Binary | 1110010 | 1110011 | 11011010 | 110000 | 101111 | 0 | 1111 | 11101111 | 111010 | 1000001 |
Color Harmonies of #7273DA
Complementary color
Monochromatic Colors of #7273DA
Black with #7273DA
Text Example
Text Example
White with #7273DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7273DA; }
p { color: rgb(114,115,218); }
H1.HeaderClassName
{
color: #7273DA;
}
.AnyTagClassName
{
color: #7273DA;
}
</style>
background-color css
<style>
a { background-color: #7273DA; }
a { background-color: rgb(114,115,218); }
div.DivClassName
{
background-color: #7273DA;
}
.BgClassName
{
background-color: #7273DA;
}
</style>
border-color css
<style>
span { border-color: #7273DA; }
span { border-color: rgb(114,115,218); }
td.TdClassName
{
border-color: #7273DA;
}
.TagClassName
{
border-color: #7273DA;
}
</style>