Shades of Slate Blue #744DC4
Tints of Slate Blue #744DC4
RGB
CMYK
RGB Variations
Color information
#744DC4 (or 0x744DC4) is known color: Slate Blue. HEX triplet: 74, 4D and C4. RGB value is (116,77,196). Sum of RGB (Red+Green+Blue) = 116+77+196=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 196 (76.95% from 255 or 50.39% from 389); Max value from RGB is 196 - color contains mainly: blue. Hex color #744DC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744DC4 is #8BB23B. Grayscale: #656565. Windows color (decimal): -9155132 or 12864884. OLE color: 12864884.
HSL color Cylindrical-coordinate representation of color #744DC4: hue angle of 259.66º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #744DC4 is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 77 | 196 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.23 |
| HSL | 259.66º | 0.5% | 0.54% | - |
| HSV(B) | 259.66º | 0.61% | 0.77% | - |
| XYZ | 19.82 | 13.01 | 53.69 | - |
| YUV | 102.23 | 180.92 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 77 | 196 | 0.41 | 0.61 | 0 | 0.23 | 259.66 | 0.5 | 0.54 |
| Hex | 74 | 4D | C4 | 29 | 3D | 0 | 17 | 104 | 32 | 36 |
| Octal | 164 | 115 | 304 | 51 | 75 | 0 | 27 | 404 | 62 | 66 |
| Binary | 1110100 | 1001101 | 11000100 | 101001 | 111101 | 0 | 10111 | 100000100 | 110010 | 110110 |
Color Harmonies of #744DC4
Complementary color
Monochromatic Colors of #744DC4
Black with #744DC4
Text Example
Text Example
White with #744DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744DC4; }
p { color: rgb(116,77,196); }
H1.HeaderClassName
{
color: #744DC4;
}
.AnyTagClassName
{
color: #744DC4;
}
</style>
background-color css
<style>
a { background-color: #744DC4; }
a { background-color: rgb(116,77,196); }
div.DivClassName
{
background-color: #744DC4;
}
.BgClassName
{
background-color: #744DC4;
}
</style>
border-color css
<style>
span { border-color: #744DC4; }
span { border-color: rgb(116,77,196); }
td.TdClassName
{
border-color: #744DC4;
}
.TagClassName
{
border-color: #744DC4;
}
</style>