Shades of Medium Slate Blue #7275ED
Tints of Medium Slate Blue #7275ED
RGB
CMYK
RGB Variations
Color information
#7275ED (or 0x7275ED) is known color: Medium Slate Blue. HEX triplet: 72, 75 and ED. RGB value is (114,117,237). Sum of RGB (Red+Green+Blue) = 114+117+237=468 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.36% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #7275ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7275ED is #8D8A12. Grayscale: #818181. Windows color (decimal): -9275923 or 15562098. OLE color: 15562098.
HSL color Cylindrical-coordinate representation of color #7275ED: hue angle of 238.54º degrees, saturation: 0.77, 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 #7275ED is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 117 | 237 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.07 |
| HSL | 238.54º | 0.77% | 0.69% | - |
| HSV(B) | 238.54º | 0.52% | 0.93% | - |
| XYZ | 28.59 | 22.41 | 82.94 | - |
| YUV | 129.78 | 188.51 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 117 | 237 | 0.52 | 0.51 | 0 | 0.07 | 238.54 | 0.77 | 0.69 |
| Hex | 72 | 75 | ED | 34 | 33 | 0 | 7 | EF | 4D | 45 |
| Octal | 162 | 165 | 355 | 64 | 63 | 0 | 7 | 357 | 115 | 105 |
| Binary | 1110010 | 1110101 | 11101101 | 110100 | 110011 | 0 | 111 | 11101111 | 1001101 | 1000101 |
Color Harmonies of #7275ED
Complementary color
Monochromatic Colors of #7275ED
Black with #7275ED
Text Example
Text Example
White with #7275ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7275ED; }
p { color: rgb(114,117,237); }
H1.HeaderClassName
{
color: #7275ED;
}
.AnyTagClassName
{
color: #7275ED;
}
</style>
background-color css
<style>
a { background-color: #7275ED; }
a { background-color: rgb(114,117,237); }
div.DivClassName
{
background-color: #7275ED;
}
.BgClassName
{
background-color: #7275ED;
}
</style>
border-color css
<style>
span { border-color: #7275ED; }
span { border-color: rgb(114,117,237); }
td.TdClassName
{
border-color: #7275ED;
}
.TagClassName
{
border-color: #7275ED;
}
</style>