Shades of Medium Slate Blue #7274DF
Tints of Medium Slate Blue #7274DF
RGB
CMYK
RGB Variations
Color information
#7274DF (or 0x7274DF) is known color: Medium Slate Blue. HEX triplet: 72, 74 and DF. RGB value is (114,116,223). Sum of RGB (Red+Green+Blue) = 114+116+223=453 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.17% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #7274DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7274DF is #8D8B20. Grayscale: #7F7F7F. Windows color (decimal): -9276193 or 14644338. OLE color: 14644338.
HSL color Cylindrical-coordinate representation of color #7274DF: hue angle of 238.9º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7274DF is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 116 | 223 | - |
| CMYK | 0.49 | 0.48 | 0 | 0.13 |
| HSL | 238.9º | 0.63% | 0.66% | - |
| HSV(B) | 238.9º | 0.49% | 0.87% | - |
| XYZ | 26.5 | 21.4 | 72.54 | - |
| YUV | 127.6 | 181.84 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 116 | 223 | 0.49 | 0.48 | 0 | 0.13 | 238.9 | 0.63 | 0.66 |
| Hex | 72 | 74 | DF | 31 | 30 | 0 | D | EF | 3F | 42 |
| Octal | 162 | 164 | 337 | 61 | 60 | 0 | 15 | 357 | 77 | 102 |
| Binary | 1110010 | 1110100 | 11011111 | 110001 | 110000 | 0 | 1101 | 11101111 | 111111 | 1000010 |
Color Harmonies of #7274DF
Complementary color
Monochromatic Colors of #7274DF
Black with #7274DF
Text Example
Text Example
White with #7274DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7274DF; }
p { color: rgb(114,116,223); }
H1.HeaderClassName
{
color: #7274DF;
}
.AnyTagClassName
{
color: #7274DF;
}
</style>
background-color css
<style>
a { background-color: #7274DF; }
a { background-color: rgb(114,116,223); }
div.DivClassName
{
background-color: #7274DF;
}
.BgClassName
{
background-color: #7274DF;
}
</style>
border-color css
<style>
span { border-color: #7274DF; }
span { border-color: rgb(114,116,223); }
td.TdClassName
{
border-color: #7274DF;
}
.TagClassName
{
border-color: #7274DF;
}
</style>