Shades of Medium Slate Blue #7265E7
Tints of Medium Slate Blue #7265E7
RGB
CMYK
RGB Variations
Color information
#7265E7 (or 0x7265E7) is known color: Medium Slate Blue. HEX triplet: 72, 65 and E7. RGB value is (114,101,231). Sum of RGB (Red+Green+Blue) = 114+101+231=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 231 (90.62% from 255 or 51.79% from 446); Max value from RGB is 231 - color contains mainly: blue. Hex color #7265E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7265E7 is #8D9A18. Grayscale: #777777. Windows color (decimal): -9280025 or 15164786. OLE color: 15164786.
HSL color Cylindrical-coordinate representation of color #7265E7: hue angle of 246º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7265E7 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 101 | 231 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.09 |
| HSL | 246º | 0.73% | 0.65% | - |
| HSV(B) | 246º | 0.56% | 0.91% | - |
| XYZ | 26.02 | 18.65 | 77.83 | - |
| YUV | 119.71 | 190.81 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 231 | 0.51 | 0.56 | 0 | 0.09 | 246 | 0.73 | 0.65 |
| Hex | 72 | 65 | E7 | 33 | 38 | 0 | 9 | F6 | 49 | 41 |
| Octal | 162 | 145 | 347 | 63 | 70 | 0 | 11 | 366 | 111 | 101 |
| Binary | 1110010 | 1100101 | 11100111 | 110011 | 111000 | 0 | 1001 | 11110110 | 1001001 | 1000001 |
Color Harmonies of #7265E7
Complementary color
Monochromatic Colors of #7265E7
Black with #7265E7
Text Example
Text Example
White with #7265E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7265E7; }
p { color: rgb(114,101,231); }
H1.HeaderClassName
{
color: #7265E7;
}
.AnyTagClassName
{
color: #7265E7;
}
</style>
background-color css
<style>
a { background-color: #7265E7; }
a { background-color: rgb(114,101,231); }
div.DivClassName
{
background-color: #7265E7;
}
.BgClassName
{
background-color: #7265E7;
}
</style>
border-color css
<style>
span { border-color: #7265E7; }
span { border-color: rgb(114,101,231); }
td.TdClassName
{
border-color: #7265E7;
}
.TagClassName
{
border-color: #7265E7;
}
</style>