Shades of Medium Slate Blue #765CEA
Tints of Medium Slate Blue #765CEA
RGB
CMYK
RGB Variations
Color information
#765CEA (or 0x765CEA) is known color: Medium Slate Blue. HEX triplet: 76, 5C and EA. RGB value is (118,92,234). Sum of RGB (Red+Green+Blue) = 118+92+234=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #765CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765CEA is #89A315. Grayscale: #737373. Windows color (decimal): -9020182 or 15359094. OLE color: 15359094.
HSL color Cylindrical-coordinate representation of color #765CEA: hue angle of 250.99º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #765CEA is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 92 | 234 | - |
| CMYK | 0.50 | 0.61 | 0 | 0.08 |
| HSL | 250.99º | 0.77% | 0.64% | - |
| HSV(B) | 250.99º | 0.61% | 0.92% | - |
| XYZ | 26.15 | 17.45 | 79.83 | - |
| YUV | 115.96 | 194.61 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 92 | 234 | 0.50 | 0.61 | 0 | 0.08 | 250.99 | 0.77 | 0.64 |
| Hex | 76 | 5C | EA | 32 | 3D | 0 | 8 | FB | 4D | 40 |
| Octal | 166 | 134 | 352 | 62 | 75 | 0 | 10 | 373 | 115 | 100 |
| Binary | 1110110 | 1011100 | 11101010 | 110010 | 111101 | 0 | 1000 | 11111011 | 1001101 | 1000000 |
Color Harmonies of #765CEA
Complementary color
Monochromatic Colors of #765CEA
Black with #765CEA
Text Example
Text Example
White with #765CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765CEA; }
p { color: rgb(118,92,234); }
H1.HeaderClassName
{
color: #765CEA;
}
.AnyTagClassName
{
color: #765CEA;
}
</style>
background-color css
<style>
a { background-color: #765CEA; }
a { background-color: rgb(118,92,234); }
div.DivClassName
{
background-color: #765CEA;
}
.BgClassName
{
background-color: #765CEA;
}
</style>
border-color css
<style>
span { border-color: #765CEA; }
span { border-color: rgb(118,92,234); }
td.TdClassName
{
border-color: #765CEA;
}
.TagClassName
{
border-color: #765CEA;
}
</style>