Shades of Slate Blue #745EC1
Tints of Slate Blue #745EC1
RGB
CMYK
RGB Variations
Color information
#745EC1 (or 0x745EC1) is known color: Slate Blue. HEX triplet: 74, 5E and C1. RGB value is (116,94,193). Sum of RGB (Red+Green+Blue) = 116+94+193=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 193 (75.78% from 255 or 47.89% from 403); Max value from RGB is 193 - color contains mainly: blue. Hex color #745EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745EC1 is #8BA13E. Grayscale: #6F6F6F. Windows color (decimal): -9150783 or 12672628. OLE color: 12672628.
HSL color Cylindrical-coordinate representation of color #745EC1: hue angle of 253.33º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #745EC1 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 94 | 193 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.24 |
| HSL | 253.33º | 0.44% | 0.56% | - |
| HSV(B) | 253.33º | 0.51% | 0.76% | - |
| XYZ | 20.83 | 15.57 | 52.36 | - |
| YUV | 111.86 | 173.79 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 94 | 193 | 0.40 | 0.51 | 0 | 0.24 | 253.33 | 0.44 | 0.56 |
| Hex | 74 | 5E | C1 | 28 | 33 | 0 | 18 | FD | 2C | 38 |
| Octal | 164 | 136 | 301 | 50 | 63 | 0 | 30 | 375 | 54 | 70 |
| Binary | 1110100 | 1011110 | 11000001 | 101000 | 110011 | 0 | 11000 | 11111101 | 101100 | 111000 |
Color Harmonies of #745EC1
Complementary color
Monochromatic Colors of #745EC1
Black with #745EC1
Text Example
Text Example
White with #745EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745EC1; }
p { color: rgb(116,94,193); }
H1.HeaderClassName
{
color: #745EC1;
}
.AnyTagClassName
{
color: #745EC1;
}
</style>
background-color css
<style>
a { background-color: #745EC1; }
a { background-color: rgb(116,94,193); }
div.DivClassName
{
background-color: #745EC1;
}
.BgClassName
{
background-color: #745EC1;
}
</style>
border-color css
<style>
span { border-color: #745EC1; }
span { border-color: rgb(116,94,193); }
td.TdClassName
{
border-color: #745EC1;
}
.TagClassName
{
border-color: #745EC1;
}
</style>