Shades of Medium Slate Blue #7165E5
Tints of Medium Slate Blue #7165E5
RGB
CMYK
RGB Variations
Color information
#7165E5 (or 0x7165E5) is known color: Medium Slate Blue. HEX triplet: 71, 65 and E5. RGB value is (113,101,229). Sum of RGB (Red+Green+Blue) = 113+101+229=443 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.51% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 229 (89.84% from 255 or 51.69% from 443); Max value from RGB is 229 - color contains mainly: blue. Hex color #7165E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7165E5 is #8E9A1A. Grayscale: #767676. Windows color (decimal): -9345563 or 15033713. OLE color: 15033713.
HSL color Cylindrical-coordinate representation of color #7165E5: hue angle of 245.62º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7165E5 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 101 | 229 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.10 |
| HSL | 245.63º | 0.71% | 0.65% | - |
| HSV(B) | 245.63º | 0.56% | 0.9% | - |
| XYZ | 25.61 | 18.48 | 76.35 | - |
| YUV | 119.18 | 189.98 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 101 | 229 | 0.51 | 0.56 | 0 | 0.10 | 245.63 | 0.71 | 0.65 |
| Hex | 71 | 65 | E5 | 33 | 38 | 0 | A | F6 | 47 | 41 |
| Octal | 161 | 145 | 345 | 63 | 70 | 0 | 12 | 366 | 107 | 101 |
| Binary | 1110001 | 1100101 | 11100101 | 110011 | 111000 | 0 | 1010 | 11110110 | 1000111 | 1000001 |
Color Harmonies of #7165E5
Complementary color
Monochromatic Colors of #7165E5
Black with #7165E5
Text Example
Text Example
White with #7165E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7165E5; }
p { color: rgb(113,101,229); }
H1.HeaderClassName
{
color: #7165E5;
}
.AnyTagClassName
{
color: #7165E5;
}
</style>
background-color css
<style>
a { background-color: #7165E5; }
a { background-color: rgb(113,101,229); }
div.DivClassName
{
background-color: #7165E5;
}
.BgClassName
{
background-color: #7165E5;
}
</style>
border-color css
<style>
span { border-color: #7165E5; }
span { border-color: rgb(113,101,229); }
td.TdClassName
{
border-color: #7165E5;
}
.TagClassName
{
border-color: #7165E5;
}
</style>