Shades of Medium Slate Blue #7276EE
Tints of Medium Slate Blue #7276EE
RGB
CMYK
RGB Variations
Color information
#7276EE (or 0x7276EE) is known color: Medium Slate Blue. HEX triplet: 72, 76 and EE. RGB value is (114,118,238). Sum of RGB (Red+Green+Blue) = 114+118+238=470 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.26% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #7276EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7276EE is #8D8911. Grayscale: #828282. Windows color (decimal): -9275666 or 15627890. OLE color: 15627890.
HSL color Cylindrical-coordinate representation of color #7276EE: hue angle of 238.06º 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 #7276EE is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 118 | 238 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.07 |
| HSL | 238.06º | 0.78% | 0.69% | - |
| HSV(B) | 238.06º | 0.52% | 0.93% | - |
| XYZ | 28.85 | 22.71 | 83.75 | - |
| YUV | 130.48 | 188.67 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 118 | 238 | 0.52 | 0.50 | 0 | 0.07 | 238.06 | 0.78 | 0.69 |
| Hex | 72 | 76 | EE | 34 | 32 | 0 | 7 | EE | 4E | 45 |
| Octal | 162 | 166 | 356 | 64 | 62 | 0 | 7 | 356 | 116 | 105 |
| Binary | 1110010 | 1110110 | 11101110 | 110100 | 110010 | 0 | 111 | 11101110 | 1001110 | 1000101 |
Color Harmonies of #7276EE
Complementary color
Monochromatic Colors of #7276EE
Black with #7276EE
Text Example
Text Example
White with #7276EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7276EE; }
p { color: rgb(114,118,238); }
H1.HeaderClassName
{
color: #7276EE;
}
.AnyTagClassName
{
color: #7276EE;
}
</style>
background-color css
<style>
a { background-color: #7276EE; }
a { background-color: rgb(114,118,238); }
div.DivClassName
{
background-color: #7276EE;
}
.BgClassName
{
background-color: #7276EE;
}
</style>
border-color css
<style>
span { border-color: #7276EE; }
span { border-color: rgb(114,118,238); }
td.TdClassName
{
border-color: #7276EE;
}
.TagClassName
{
border-color: #7276EE;
}
</style>