Shades of Slate Blue #744CDF
Tints of Slate Blue #744CDF
RGB
CMYK
RGB Variations
Color information
#744CDF (or 0x744CDF) is known color: Slate Blue. HEX triplet: 74, 4C and DF. RGB value is (116,76,223). Sum of RGB (Red+Green+Blue) = 116+76+223=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 76 (30.08% from 255 or 18.31% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #744CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744CDF is #8BB320. Grayscale: #686868. Windows color (decimal): -9155361 or 14634100. OLE color: 14634100.
HSL color Cylindrical-coordinate representation of color #744CDF: hue angle of 256.33º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #744CDF is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 76 | 223 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.13 |
| HSL | 256.33º | 0.7% | 0.59% | - |
| HSV(B) | 256.33º | 0.66% | 0.87% | - |
| XYZ | 23.11 | 14.21 | 71.34 | - |
| YUV | 104.72 | 194.75 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 76 | 223 | 0.48 | 0.66 | 0 | 0.13 | 256.33 | 0.7 | 0.59 |
| Hex | 74 | 4C | DF | 30 | 42 | 0 | D | 100 | 46 | 3B |
| Octal | 164 | 114 | 337 | 60 | 102 | 0 | 15 | 400 | 106 | 73 |
| Binary | 1110100 | 1001100 | 11011111 | 110000 | 1000010 | 0 | 1101 | 100000000 | 1000110 | 111011 |
Color Harmonies of #744CDF
Complementary color
Monochromatic Colors of #744CDF
Black with #744CDF
Text Example
Text Example
White with #744CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744CDF; }
p { color: rgb(116,76,223); }
H1.HeaderClassName
{
color: #744CDF;
}
.AnyTagClassName
{
color: #744CDF;
}
</style>
background-color css
<style>
a { background-color: #744CDF; }
a { background-color: rgb(116,76,223); }
div.DivClassName
{
background-color: #744CDF;
}
.BgClassName
{
background-color: #744CDF;
}
</style>
border-color css
<style>
span { border-color: #744CDF; }
span { border-color: rgb(116,76,223); }
td.TdClassName
{
border-color: #744CDF;
}
.TagClassName
{
border-color: #744CDF;
}
</style>