Shades of Medium Slate Blue #745CEA
Tints of Medium Slate Blue #745CEA
RGB
CMYK
RGB Variations
Color information
#745CEA (or 0x745CEA) is known color: Medium Slate Blue. HEX triplet: 74, 5C and EA. RGB value is (116,92,234). Sum of RGB (Red+Green+Blue) = 116+92+234=442 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.24% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #745CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745CEA is #8BA315. Grayscale: #727272. Windows color (decimal): -9151254 or 15359092. OLE color: 15359092.
HSL color Cylindrical-coordinate representation of color #745CEA: hue angle of 250.14º 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 #745CEA is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 92 | 234 | - |
| CMYK | 0.50 | 0.61 | 0 | 0.08 |
| HSL | 250.14º | 0.77% | 0.64% | - |
| HSV(B) | 250.14º | 0.61% | 0.92% | - |
| XYZ | 25.88 | 17.31 | 79.82 | - |
| YUV | 115.36 | 194.95 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 234 | 0.50 | 0.61 | 0 | 0.08 | 250.14 | 0.77 | 0.64 |
| Hex | 74 | 5C | EA | 32 | 3D | 0 | 8 | FA | 4D | 40 |
| Octal | 164 | 134 | 352 | 62 | 75 | 0 | 10 | 372 | 115 | 100 |
| Binary | 1110100 | 1011100 | 11101010 | 110010 | 111101 | 0 | 1000 | 11111010 | 1001101 | 1000000 |
Color Harmonies of #745CEA
Complementary color
Monochromatic Colors of #745CEA
Black with #745CEA
Text Example
Text Example
White with #745CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745CEA; }
p { color: rgb(116,92,234); }
H1.HeaderClassName
{
color: #745CEA;
}
.AnyTagClassName
{
color: #745CEA;
}
</style>
background-color css
<style>
a { background-color: #745CEA; }
a { background-color: rgb(116,92,234); }
div.DivClassName
{
background-color: #745CEA;
}
.BgClassName
{
background-color: #745CEA;
}
</style>
border-color css
<style>
span { border-color: #745CEA; }
span { border-color: rgb(116,92,234); }
td.TdClassName
{
border-color: #745CEA;
}
.TagClassName
{
border-color: #745CEA;
}
</style>