Shades of Medium Slate Blue #765FE0
Tints of Medium Slate Blue #765FE0
RGB
CMYK
RGB Variations
Color information
#765FE0 (or 0x765FE0) is known color: Medium Slate Blue. HEX triplet: 76, 5F and E0. RGB value is (118,95,224). Sum of RGB (Red+Green+Blue) = 118+95+224=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 224 (87.89% from 255 or 51.26% from 437); Max value from RGB is 224 - color contains mainly: blue. Hex color #765FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765FE0 is #89A01F. Grayscale: #747474. Windows color (decimal): -9019424 or 14704502. OLE color: 14704502.
HSL color Cylindrical-coordinate representation of color #765FE0: hue angle of 250.7º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #765FE0 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 95 | 224 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.12 |
| HSL | 250.7º | 0.68% | 0.63% | - |
| HSV(B) | 250.7º | 0.58% | 0.88% | - |
| XYZ | 25.02 | 17.42 | 72.56 | - |
| YUV | 116.58 | 188.62 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 95 | 224 | 0.47 | 0.58 | 0 | 0.12 | 250.7 | 0.68 | 0.63 |
| Hex | 76 | 5F | E0 | 2F | 3A | 0 | C | FB | 44 | 3F |
| Octal | 166 | 137 | 340 | 57 | 72 | 0 | 14 | 373 | 104 | 77 |
| Binary | 1110110 | 1011111 | 11100000 | 101111 | 111010 | 0 | 1100 | 11111011 | 1000100 | 111111 |
Color Harmonies of #765FE0
Complementary color
Monochromatic Colors of #765FE0
Black with #765FE0
Text Example
Text Example
White with #765FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765FE0; }
p { color: rgb(118,95,224); }
H1.HeaderClassName
{
color: #765FE0;
}
.AnyTagClassName
{
color: #765FE0;
}
</style>
background-color css
<style>
a { background-color: #765FE0; }
a { background-color: rgb(118,95,224); }
div.DivClassName
{
background-color: #765FE0;
}
.BgClassName
{
background-color: #765FE0;
}
</style>
border-color css
<style>
span { border-color: #765FE0; }
span { border-color: rgb(118,95,224); }
td.TdClassName
{
border-color: #765FE0;
}
.TagClassName
{
border-color: #765FE0;
}
</style>