Shades of Slate Blue #745DC5
Tints of Slate Blue #745DC5
RGB
CMYK
RGB Variations
Color information
#745DC5 (or 0x745DC5) is known color: Slate Blue. HEX triplet: 74, 5D and C5. RGB value is (116,93,197). Sum of RGB (Red+Green+Blue) = 116+93+197=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 197 (77.34% from 255 or 48.52% from 406); Max value from RGB is 197 - color contains mainly: blue. Hex color #745DC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745DC5 is #8BA23A. Grayscale: #6F6F6F. Windows color (decimal): -9151035 or 12934516. OLE color: 12934516.
HSL color Cylindrical-coordinate representation of color #745DC5: hue angle of 253.27º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #745DC5 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 93 | 197 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.23 |
| HSL | 253.27º | 0.47% | 0.57% | - |
| HSV(B) | 253.27º | 0.53% | 0.77% | - |
| XYZ | 21.19 | 15.57 | 54.71 | - |
| YUV | 111.73 | 176.12 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 197 | 0.41 | 0.53 | 0 | 0.23 | 253.27 | 0.47 | 0.57 |
| Hex | 74 | 5D | C5 | 29 | 35 | 0 | 17 | FD | 2F | 39 |
| Octal | 164 | 135 | 305 | 51 | 65 | 0 | 27 | 375 | 57 | 71 |
| Binary | 1110100 | 1011101 | 11000101 | 101001 | 110101 | 0 | 10111 | 11111101 | 101111 | 111001 |
Color Harmonies of #745DC5
Complementary color
Monochromatic Colors of #745DC5
Black with #745DC5
Text Example
Text Example
White with #745DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745DC5; }
p { color: rgb(116,93,197); }
H1.HeaderClassName
{
color: #745DC5;
}
.AnyTagClassName
{
color: #745DC5;
}
</style>
background-color css
<style>
a { background-color: #745DC5; }
a { background-color: rgb(116,93,197); }
div.DivClassName
{
background-color: #745DC5;
}
.BgClassName
{
background-color: #745DC5;
}
</style>
border-color css
<style>
span { border-color: #745DC5; }
span { border-color: rgb(116,93,197); }
td.TdClassName
{
border-color: #745DC5;
}
.TagClassName
{
border-color: #745DC5;
}
</style>