Shades of Slate Blue #744ECF
Tints of Slate Blue #744ECF
RGB
CMYK
RGB Variations
Color information
#744ECF (or 0x744ECF) is known color: Slate Blue. HEX triplet: 74, 4E and CF. RGB value is (116,78,207). Sum of RGB (Red+Green+Blue) = 116+78+207=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 78 (30.86% from 255 or 19.45% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #744ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744ECF is #8BB130. Grayscale: #676767. Windows color (decimal): -9154865 or 13586036. OLE color: 13586036.
HSL color Cylindrical-coordinate representation of color #744ECF: hue angle of 257.67º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #744ECF is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 78 | 207 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.19 |
| HSL | 257.67º | 0.57% | 0.56% | - |
| HSV(B) | 257.67º | 0.62% | 0.81% | - |
| XYZ | 21.19 | 13.67 | 60.55 | - |
| YUV | 104.07 | 186.09 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 207 | 0.44 | 0.62 | 0 | 0.19 | 257.67 | 0.57 | 0.56 |
| Hex | 74 | 4E | CF | 2C | 3E | 0 | 13 | 102 | 39 | 38 |
| Octal | 164 | 116 | 317 | 54 | 76 | 0 | 23 | 402 | 71 | 70 |
| Binary | 1110100 | 1001110 | 11001111 | 101100 | 111110 | 0 | 10011 | 100000010 | 111001 | 111000 |
Color Harmonies of #744ECF
Complementary color
Monochromatic Colors of #744ECF
Black with #744ECF
Text Example
Text Example
White with #744ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744ECF; }
p { color: rgb(116,78,207); }
H1.HeaderClassName
{
color: #744ECF;
}
.AnyTagClassName
{
color: #744ECF;
}
</style>
background-color css
<style>
a { background-color: #744ECF; }
a { background-color: rgb(116,78,207); }
div.DivClassName
{
background-color: #744ECF;
}
.BgClassName
{
background-color: #744ECF;
}
</style>
border-color css
<style>
span { border-color: #744ECF; }
span { border-color: rgb(116,78,207); }
td.TdClassName
{
border-color: #744ECF;
}
.TagClassName
{
border-color: #744ECF;
}
</style>