Shades of Slate Blue #744EC7
Tints of Slate Blue #744EC7
RGB
CMYK
RGB Variations
Color information
#744EC7 (or 0x744EC7) is known color: Slate Blue. HEX triplet: 74, 4E and C7. RGB value is (116,78,199). Sum of RGB (Red+Green+Blue) = 116+78+199=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 199 (78.12% from 255 or 50.64% from 393); Max value from RGB is 199 - color contains mainly: blue. Hex color #744EC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744EC7 is #8BB138. Grayscale: #666666. Windows color (decimal): -9154873 or 13061748. OLE color: 13061748.
HSL color Cylindrical-coordinate representation of color #744EC7: hue angle of 258.84º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #744EC7 is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 78 | 199 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.22 |
| HSL | 258.84º | 0.52% | 0.54% | - |
| HSV(B) | 258.84º | 0.61% | 0.78% | - |
| XYZ | 20.24 | 13.29 | 55.53 | - |
| YUV | 103.16 | 182.09 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 199 | 0.42 | 0.61 | 0 | 0.22 | 258.84 | 0.52 | 0.54 |
| Hex | 74 | 4E | C7 | 2A | 3D | 0 | 16 | 103 | 34 | 36 |
| Octal | 164 | 116 | 307 | 52 | 75 | 0 | 26 | 403 | 64 | 66 |
| Binary | 1110100 | 1001110 | 11000111 | 101010 | 111101 | 0 | 10110 | 100000011 | 110100 | 110110 |
Color Harmonies of #744EC7
Complementary color
Monochromatic Colors of #744EC7
Black with #744EC7
Text Example
Text Example
White with #744EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744EC7; }
p { color: rgb(116,78,199); }
H1.HeaderClassName
{
color: #744EC7;
}
.AnyTagClassName
{
color: #744EC7;
}
</style>
background-color css
<style>
a { background-color: #744EC7; }
a { background-color: rgb(116,78,199); }
div.DivClassName
{
background-color: #744EC7;
}
.BgClassName
{
background-color: #744EC7;
}
</style>
border-color css
<style>
span { border-color: #744EC7; }
span { border-color: rgb(116,78,199); }
td.TdClassName
{
border-color: #744EC7;
}
.TagClassName
{
border-color: #744EC7;
}
</style>