Shades of Medium Slate Blue #7278EE
Tints of Medium Slate Blue #7278EE
RGB
CMYK
RGB Variations
Color information
#7278EE (or 0x7278EE) is known color: Medium Slate Blue. HEX triplet: 72, 78 and EE. RGB value is (114,120,238). Sum of RGB (Red+Green+Blue) = 114+120+238=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #7278EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7278EE is #8D8711. Grayscale: #838383. Windows color (decimal): -9275154 or 15628402. OLE color: 15628402.
HSL color Cylindrical-coordinate representation of color #7278EE: hue angle of 237.1º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7278EE is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 120 | 238 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.07 |
| HSL | 237.1º | 0.78% | 0.69% | - |
| HSV(B) | 237.1º | 0.52% | 0.93% | - |
| XYZ | 29.09 | 23.18 | 83.83 | - |
| YUV | 131.66 | 188.01 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 120 | 238 | 0.52 | 0.50 | 0 | 0.07 | 237.1 | 0.78 | 0.69 |
| Hex | 72 | 78 | EE | 34 | 32 | 0 | 7 | ED | 4E | 45 |
| Octal | 162 | 170 | 356 | 64 | 62 | 0 | 7 | 355 | 116 | 105 |
| Binary | 1110010 | 1111000 | 11101110 | 110100 | 110010 | 0 | 111 | 11101101 | 1001110 | 1000101 |
Color Harmonies of #7278EE
Complementary color
Monochromatic Colors of #7278EE
Black with #7278EE
Text Example
Text Example
White with #7278EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7278EE; }
p { color: rgb(114,120,238); }
H1.HeaderClassName
{
color: #7278EE;
}
.AnyTagClassName
{
color: #7278EE;
}
</style>
background-color css
<style>
a { background-color: #7278EE; }
a { background-color: rgb(114,120,238); }
div.DivClassName
{
background-color: #7278EE;
}
.BgClassName
{
background-color: #7278EE;
}
</style>
border-color css
<style>
span { border-color: #7278EE; }
span { border-color: rgb(114,120,238); }
td.TdClassName
{
border-color: #7278EE;
}
.TagClassName
{
border-color: #7278EE;
}
</style>