Shades of Slate Blue #745EC7
Tints of Slate Blue #745EC7
RGB
CMYK
RGB Variations
Color information
#745EC7 (or 0x745EC7) is known color: Slate Blue. HEX triplet: 74, 5E and C7. RGB value is (116,94,199). Sum of RGB (Red+Green+Blue) = 116+94+199=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 199 (78.12% from 255 or 48.66% from 409); Max value from RGB is 199 - color contains mainly: blue. Hex color #745EC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745EC7 is #8BA138. Grayscale: #707070. Windows color (decimal): -9150777 or 13065844. OLE color: 13065844.
HSL color Cylindrical-coordinate representation of color #745EC7: hue angle of 252.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #745EC7 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 94 | 199 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.22 |
| HSL | 252.57º | 0.48% | 0.57% | - |
| HSV(B) | 252.57º | 0.53% | 0.78% | - |
| XYZ | 21.51 | 15.84 | 55.96 | - |
| YUV | 112.55 | 176.79 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 94 | 199 | 0.42 | 0.53 | 0 | 0.22 | 252.57 | 0.48 | 0.57 |
| Hex | 74 | 5E | C7 | 2A | 35 | 0 | 16 | FD | 30 | 39 |
| Octal | 164 | 136 | 307 | 52 | 65 | 0 | 26 | 375 | 60 | 71 |
| Binary | 1110100 | 1011110 | 11000111 | 101010 | 110101 | 0 | 10110 | 11111101 | 110000 | 111001 |
Color Harmonies of #745EC7
Complementary color
Monochromatic Colors of #745EC7
Black with #745EC7
Text Example
Text Example
White with #745EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745EC7; }
p { color: rgb(116,94,199); }
H1.HeaderClassName
{
color: #745EC7;
}
.AnyTagClassName
{
color: #745EC7;
}
</style>
background-color css
<style>
a { background-color: #745EC7; }
a { background-color: rgb(116,94,199); }
div.DivClassName
{
background-color: #745EC7;
}
.BgClassName
{
background-color: #745EC7;
}
</style>
border-color css
<style>
span { border-color: #745EC7; }
span { border-color: rgb(116,94,199); }
td.TdClassName
{
border-color: #745EC7;
}
.TagClassName
{
border-color: #745EC7;
}
</style>