Shades of Medium Slate Blue #7275EA
Tints of Medium Slate Blue #7275EA
RGB
CMYK
RGB Variations
Color information
#7275EA (or 0x7275EA) is known color: Medium Slate Blue. HEX triplet: 72, 75 and EA. RGB value is (114,117,234). Sum of RGB (Red+Green+Blue) = 114+117+234=465 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.52% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #7275EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7275EA is #8D8A15. Grayscale: #808080. Windows color (decimal): -9275926 or 15365490. OLE color: 15365490.
HSL color Cylindrical-coordinate representation of color #7275EA: hue angle of 238.5º degrees, saturation: 0.74, 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 #7275EA is Cyan = 0.51, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 114 | 117 | 234 | - |
| CMYK | 0.51 | 0.5 | 0 | 0.08 |
| HSL | 238.5º | 0.74% | 0.68% | - |
| HSV(B) | 238.5º | 0.51% | 0.92% | - |
| XYZ | 28.15 | 22.24 | 80.65 | - |
| YUV | 129.44 | 187.01 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 117 | 234 | 0.51 | 0.5 | 0 | 0.08 | 238.5 | 0.74 | 0.68 |
| Hex | 72 | 75 | EA | 33 | 32 | 0 | 8 | EE | 4A | 44 |
| Octal | 162 | 165 | 352 | 63 | 62 | 0 | 10 | 356 | 112 | 104 |
| Binary | 1110010 | 1110101 | 11101010 | 110011 | 110010 | 0 | 1000 | 11101110 | 1001010 | 1000100 |
Color Harmonies of #7275EA
Complementary color
Monochromatic Colors of #7275EA
Black with #7275EA
Text Example
Text Example
White with #7275EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7275EA; }
p { color: rgb(114,117,234); }
H1.HeaderClassName
{
color: #7275EA;
}
.AnyTagClassName
{
color: #7275EA;
}
</style>
background-color css
<style>
a { background-color: #7275EA; }
a { background-color: rgb(114,117,234); }
div.DivClassName
{
background-color: #7275EA;
}
.BgClassName
{
background-color: #7275EA;
}
</style>
border-color css
<style>
span { border-color: #7275EA; }
span { border-color: rgb(114,117,234); }
td.TdClassName
{
border-color: #7275EA;
}
.TagClassName
{
border-color: #7275EA;
}
</style>