Shades of Medium Slate Blue #745FEA
Tints of Medium Slate Blue #745FEA
RGB
CMYK
RGB Variations
Color information
#745FEA (or 0x745FEA) is known color: Medium Slate Blue. HEX triplet: 74, 5F and EA. RGB value is (116,95,234). Sum of RGB (Red+Green+Blue) = 116+95+234=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #745FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745FEA is #8BA015. Grayscale: #747474. Windows color (decimal): -9150486 or 15359860. OLE color: 15359860.
HSL color Cylindrical-coordinate representation of color #745FEA: hue angle of 249.06º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #745FEA is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 95 | 234 | - |
| CMYK | 0.50 | 0.59 | 0 | 0.08 |
| HSL | 249.06º | 0.77% | 0.65% | - |
| HSV(B) | 249.06º | 0.59% | 0.92% | - |
| XYZ | 26.15 | 17.84 | 79.91 | - |
| YUV | 117.13 | 193.96 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 234 | 0.50 | 0.59 | 0 | 0.08 | 249.06 | 0.77 | 0.65 |
| Hex | 74 | 5F | EA | 32 | 3B | 0 | 8 | F9 | 4D | 41 |
| Octal | 164 | 137 | 352 | 62 | 73 | 0 | 10 | 371 | 115 | 101 |
| Binary | 1110100 | 1011111 | 11101010 | 110010 | 111011 | 0 | 1000 | 11111001 | 1001101 | 1000001 |
Color Harmonies of #745FEA
Complementary color
Monochromatic Colors of #745FEA
Black with #745FEA
Text Example
Text Example
White with #745FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745FEA; }
p { color: rgb(116,95,234); }
H1.HeaderClassName
{
color: #745FEA;
}
.AnyTagClassName
{
color: #745FEA;
}
</style>
background-color css
<style>
a { background-color: #745FEA; }
a { background-color: rgb(116,95,234); }
div.DivClassName
{
background-color: #745FEA;
}
.BgClassName
{
background-color: #745FEA;
}
</style>
border-color css
<style>
span { border-color: #745FEA; }
span { border-color: rgb(116,95,234); }
td.TdClassName
{
border-color: #745FEA;
}
.TagClassName
{
border-color: #745FEA;
}
</style>