Shades of Slate Blue #744BC1
Tints of Slate Blue #744BC1
RGB
CMYK
RGB Variations
Color information
#744BC1 (or 0x744BC1) is known color: Slate Blue. HEX triplet: 74, 4B and C1. RGB value is (116,75,193). Sum of RGB (Red+Green+Blue) = 116+75+193=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #744BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744BC1 is #8BB43E. Grayscale: #646464. Windows color (decimal): -9155647 or 12667764. OLE color: 12667764.
HSL color Cylindrical-coordinate representation of color #744BC1: hue angle of 260.85º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #744BC1 is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 75 | 193 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.24 |
| HSL | 260.85º | 0.49% | 0.53% | - |
| HSV(B) | 260.85º | 0.61% | 0.76% | - |
| XYZ | 19.34 | 12.6 | 51.86 | - |
| YUV | 100.71 | 180.08 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 75 | 193 | 0.40 | 0.61 | 0 | 0.24 | 260.85 | 0.49 | 0.53 |
| Hex | 74 | 4B | C1 | 28 | 3D | 0 | 18 | 105 | 31 | 35 |
| Octal | 164 | 113 | 301 | 50 | 75 | 0 | 30 | 405 | 61 | 65 |
| Binary | 1110100 | 1001011 | 11000001 | 101000 | 111101 | 0 | 11000 | 100000101 | 110001 | 110101 |
Color Harmonies of #744BC1
Complementary color
Monochromatic Colors of #744BC1
Black with #744BC1
Text Example
Text Example
White with #744BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744BC1; }
p { color: rgb(116,75,193); }
H1.HeaderClassName
{
color: #744BC1;
}
.AnyTagClassName
{
color: #744BC1;
}
</style>
background-color css
<style>
a { background-color: #744BC1; }
a { background-color: rgb(116,75,193); }
div.DivClassName
{
background-color: #744BC1;
}
.BgClassName
{
background-color: #744BC1;
}
</style>
border-color css
<style>
span { border-color: #744BC1; }
span { border-color: rgb(116,75,193); }
td.TdClassName
{
border-color: #744BC1;
}
.TagClassName
{
border-color: #744BC1;
}
</style>