Shades of Medium Slate Blue #7270DF
Tints of Medium Slate Blue #7270DF
RGB
CMYK
RGB Variations
Color information
#7270DF (or 0x7270DF) is known color: Medium Slate Blue. HEX triplet: 72, 70 and DF. RGB value is (114,112,223). Sum of RGB (Red+Green+Blue) = 114+112+223=449 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.39% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #7270DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7270DF is #8D8F20. Grayscale: #7C7C7C. Windows color (decimal): -9277217 or 14643314. OLE color: 14643314.
HSL color Cylindrical-coordinate representation of color #7270DF: hue angle of 241.08º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7270DF is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 112 | 223 | - |
| CMYK | 0.49 | 0.50 | 0 | 0.13 |
| HSL | 241.08º | 0.63% | 0.66% | - |
| HSV(B) | 241.08º | 0.5% | 0.87% | - |
| XYZ | 26.05 | 20.49 | 72.39 | - |
| YUV | 125.25 | 183.16 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 112 | 223 | 0.49 | 0.50 | 0 | 0.13 | 241.08 | 0.63 | 0.66 |
| Hex | 72 | 70 | DF | 31 | 32 | 0 | D | F1 | 3F | 42 |
| Octal | 162 | 160 | 337 | 61 | 62 | 0 | 15 | 361 | 77 | 102 |
| Binary | 1110010 | 1110000 | 11011111 | 110001 | 110010 | 0 | 1101 | 11110001 | 111111 | 1000010 |
Color Harmonies of #7270DF
Complementary color
Monochromatic Colors of #7270DF
Black with #7270DF
Text Example
Text Example
White with #7270DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7270DF; }
p { color: rgb(114,112,223); }
H1.HeaderClassName
{
color: #7270DF;
}
.AnyTagClassName
{
color: #7270DF;
}
</style>
background-color css
<style>
a { background-color: #7270DF; }
a { background-color: rgb(114,112,223); }
div.DivClassName
{
background-color: #7270DF;
}
.BgClassName
{
background-color: #7270DF;
}
</style>
border-color css
<style>
span { border-color: #7270DF; }
span { border-color: rgb(114,112,223); }
td.TdClassName
{
border-color: #7270DF;
}
.TagClassName
{
border-color: #7270DF;
}
</style>