Shades of Medium Slate Blue #745AE8
Tints of Medium Slate Blue #745AE8
RGB
CMYK
RGB Variations
Color information
#745AE8 (or 0x745AE8) is known color: Medium Slate Blue. HEX triplet: 74, 5A and E8. RGB value is (116,90,232). Sum of RGB (Red+Green+Blue) = 116+90+232=438 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.48% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 232 (91.02% from 255 or 52.97% from 438); Max value from RGB is 232 - color contains mainly: blue. Hex color #745AE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745AE8 is #8BA517. Grayscale: #717171. Windows color (decimal): -9151768 or 15227508. OLE color: 15227508.
HSL color Cylindrical-coordinate representation of color #745AE8: hue angle of 250.99º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #745AE8 is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 90 | 232 | - |
| CMYK | 0.50 | 0.61 | 0 | 0.09 |
| HSL | 250.99º | 0.76% | 0.63% | - |
| HSV(B) | 250.99º | 0.61% | 0.91% | - |
| XYZ | 25.42 | 16.85 | 78.26 | - |
| YUV | 113.96 | 194.61 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 232 | 0.50 | 0.61 | 0 | 0.09 | 250.99 | 0.76 | 0.63 |
| Hex | 74 | 5A | E8 | 32 | 3D | 0 | 9 | FB | 4C | 3F |
| Octal | 164 | 132 | 350 | 62 | 75 | 0 | 11 | 373 | 114 | 77 |
| Binary | 1110100 | 1011010 | 11101000 | 110010 | 111101 | 0 | 1001 | 11111011 | 1001100 | 111111 |
Color Harmonies of #745AE8
Complementary color
Monochromatic Colors of #745AE8
Black with #745AE8
Text Example
Text Example
White with #745AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745AE8; }
p { color: rgb(116,90,232); }
H1.HeaderClassName
{
color: #745AE8;
}
.AnyTagClassName
{
color: #745AE8;
}
</style>
background-color css
<style>
a { background-color: #745AE8; }
a { background-color: rgb(116,90,232); }
div.DivClassName
{
background-color: #745AE8;
}
.BgClassName
{
background-color: #745AE8;
}
</style>
border-color css
<style>
span { border-color: #745AE8; }
span { border-color: rgb(116,90,232); }
td.TdClassName
{
border-color: #745AE8;
}
.TagClassName
{
border-color: #745AE8;
}
</style>