Shades of Slate Blue #745AC1
Tints of Slate Blue #745AC1
RGB
CMYK
RGB Variations
Color information
#745AC1 (or 0x745AC1) is known color: Slate Blue. HEX triplet: 74, 5A and C1. RGB value is (116,90,193). Sum of RGB (Red+Green+Blue) = 116+90+193=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 193 - color contains mainly: blue. Hex color #745AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745AC1 is #8BA53E. Grayscale: #6D6D6D. Windows color (decimal): -9151807 or 12671604. OLE color: 12671604.
HSL color Cylindrical-coordinate representation of color #745AC1: hue angle of 255.15º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #745AC1 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 90 | 193 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.24 |
| HSL | 255.15º | 0.45% | 0.55% | - |
| HSV(B) | 255.15º | 0.53% | 0.76% | - |
| XYZ | 20.48 | 14.88 | 52.24 | - |
| YUV | 109.52 | 175.11 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 193 | 0.40 | 0.53 | 0 | 0.24 | 255.15 | 0.45 | 0.55 |
| Hex | 74 | 5A | C1 | 28 | 35 | 0 | 18 | FF | 2D | 37 |
| Octal | 164 | 132 | 301 | 50 | 65 | 0 | 30 | 377 | 55 | 67 |
| Binary | 1110100 | 1011010 | 11000001 | 101000 | 110101 | 0 | 11000 | 11111111 | 101101 | 110111 |
Color Harmonies of #745AC1
Complementary color
Monochromatic Colors of #745AC1
Black with #745AC1
Text Example
Text Example
White with #745AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745AC1; }
p { color: rgb(116,90,193); }
H1.HeaderClassName
{
color: #745AC1;
}
.AnyTagClassName
{
color: #745AC1;
}
</style>
background-color css
<style>
a { background-color: #745AC1; }
a { background-color: rgb(116,90,193); }
div.DivClassName
{
background-color: #745AC1;
}
.BgClassName
{
background-color: #745AC1;
}
</style>
border-color css
<style>
span { border-color: #745AC1; }
span { border-color: rgb(116,90,193); }
td.TdClassName
{
border-color: #745AC1;
}
.TagClassName
{
border-color: #745AC1;
}
</style>