Shades of Slate Blue #745EC5
Tints of Slate Blue #745EC5
RGB
CMYK
RGB Variations
Color information
#745EC5 (or 0x745EC5) is known color: Slate Blue. HEX triplet: 74, 5E and C5. RGB value is (116,94,197). Sum of RGB (Red+Green+Blue) = 116+94+197=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 197 (77.34% from 255 or 48.40% from 407); Max value from RGB is 197 - color contains mainly: blue. Hex color #745EC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745EC5 is #8BA13A. Grayscale: #6F6F6F. Windows color (decimal): -9150779 or 12934772. OLE color: 12934772.
HSL color Cylindrical-coordinate representation of color #745EC5: hue angle of 252.82º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #745EC5 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 94 | 197 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.23 |
| HSL | 252.82º | 0.47% | 0.57% | - |
| HSV(B) | 252.82º | 0.52% | 0.77% | - |
| XYZ | 21.28 | 15.75 | 54.74 | - |
| YUV | 112.32 | 175.79 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 94 | 197 | 0.41 | 0.52 | 0 | 0.23 | 252.82 | 0.47 | 0.57 |
| Hex | 74 | 5E | C5 | 29 | 34 | 0 | 17 | FD | 2F | 39 |
| Octal | 164 | 136 | 305 | 51 | 64 | 0 | 27 | 375 | 57 | 71 |
| Binary | 1110100 | 1011110 | 11000101 | 101001 | 110100 | 0 | 10111 | 11111101 | 101111 | 111001 |
Color Harmonies of #745EC5
Complementary color
Monochromatic Colors of #745EC5
Black with #745EC5
Text Example
Text Example
White with #745EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745EC5; }
p { color: rgb(116,94,197); }
H1.HeaderClassName
{
color: #745EC5;
}
.AnyTagClassName
{
color: #745EC5;
}
</style>
background-color css
<style>
a { background-color: #745EC5; }
a { background-color: rgb(116,94,197); }
div.DivClassName
{
background-color: #745EC5;
}
.BgClassName
{
background-color: #745EC5;
}
</style>
border-color css
<style>
span { border-color: #745EC5; }
span { border-color: rgb(116,94,197); }
td.TdClassName
{
border-color: #745EC5;
}
.TagClassName
{
border-color: #745EC5;
}
</style>