Shades of Medium Slate Blue #7271DA
Tints of Medium Slate Blue #7271DA
RGB
CMYK
RGB Variations
Color information
#7271DA (or 0x7271DA) is known color: Medium Slate Blue. HEX triplet: 72, 71 and DA. RGB value is (114,113,218). Sum of RGB (Red+Green+Blue) = 114+113+218=445 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.62% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #7271DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7271DA is #8D8E25. Grayscale: #7C7C7C. Windows color (decimal): -9276966 or 14315890. OLE color: 14315890.
HSL color Cylindrical-coordinate representation of color #7271DA: hue angle of 240.57º degrees, saturation: 0.59, 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 #7271DA is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 113 | 218 | - |
| CMYK | 0.48 | 0.48 | 0 | 0.15 |
| HSL | 240.57º | 0.59% | 0.65% | - |
| HSV(B) | 240.57º | 0.48% | 0.85% | - |
| XYZ | 25.5 | 20.45 | 68.93 | - |
| YUV | 125.27 | 180.33 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 113 | 218 | 0.48 | 0.48 | 0 | 0.15 | 240.57 | 0.59 | 0.65 |
| Hex | 72 | 71 | DA | 30 | 30 | 0 | F | F1 | 3B | 41 |
| Octal | 162 | 161 | 332 | 60 | 60 | 0 | 17 | 361 | 73 | 101 |
| Binary | 1110010 | 1110001 | 11011010 | 110000 | 110000 | 0 | 1111 | 11110001 | 111011 | 1000001 |
Color Harmonies of #7271DA
Complementary color
Monochromatic Colors of #7271DA
Black with #7271DA
Text Example
Text Example
White with #7271DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7271DA; }
p { color: rgb(114,113,218); }
H1.HeaderClassName
{
color: #7271DA;
}
.AnyTagClassName
{
color: #7271DA;
}
</style>
background-color css
<style>
a { background-color: #7271DA; }
a { background-color: rgb(114,113,218); }
div.DivClassName
{
background-color: #7271DA;
}
.BgClassName
{
background-color: #7271DA;
}
</style>
border-color css
<style>
span { border-color: #7271DA; }
span { border-color: rgb(114,113,218); }
td.TdClassName
{
border-color: #7271DA;
}
.TagClassName
{
border-color: #7271DA;
}
</style>