Shades of Medium Slate Blue #7277EB
Tints of Medium Slate Blue #7277EB
RGB
CMYK
RGB Variations
Color information
#7277EB (or 0x7277EB) is known color: Medium Slate Blue. HEX triplet: 72, 77 and EB. RGB value is (114,119,235). Sum of RGB (Red+Green+Blue) = 114+119+235=468 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.36% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #7277EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7277EB is #8D8814. Grayscale: #828282. Windows color (decimal): -9275413 or 15431538. OLE color: 15431538.
HSL color Cylindrical-coordinate representation of color #7277EB: hue angle of 237.52º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7277EB is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 114 | 119 | 235 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.08 |
| HSL | 237.52º | 0.75% | 0.68% | - |
| HSV(B) | 237.52º | 0.51% | 0.92% | - |
| XYZ | 28.53 | 22.77 | 81.49 | - |
| YUV | 130.73 | 186.84 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 119 | 235 | 0.51 | 0.49 | 0 | 0.08 | 237.52 | 0.75 | 0.68 |
| Hex | 72 | 77 | EB | 33 | 31 | 0 | 8 | EE | 4B | 44 |
| Octal | 162 | 167 | 353 | 63 | 61 | 0 | 10 | 356 | 113 | 104 |
| Binary | 1110010 | 1110111 | 11101011 | 110011 | 110001 | 0 | 1000 | 11101110 | 1001011 | 1000100 |
Color Harmonies of #7277EB
Complementary color
Monochromatic Colors of #7277EB
Black with #7277EB
Text Example
Text Example
White with #7277EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7277EB; }
p { color: rgb(114,119,235); }
H1.HeaderClassName
{
color: #7277EB;
}
.AnyTagClassName
{
color: #7277EB;
}
</style>
background-color css
<style>
a { background-color: #7277EB; }
a { background-color: rgb(114,119,235); }
div.DivClassName
{
background-color: #7277EB;
}
.BgClassName
{
background-color: #7277EB;
}
</style>
border-color css
<style>
span { border-color: #7277EB; }
span { border-color: rgb(114,119,235); }
td.TdClassName
{
border-color: #7277EB;
}
.TagClassName
{
border-color: #7277EB;
}
</style>