Shades of Slate Blue #744CE0
Tints of Slate Blue #744CE0
RGB
CMYK
RGB Variations
Color information
#744CE0 (or 0x744CE0) is known color: Slate Blue. HEX triplet: 74, 4C and E0. RGB value is (116,76,224). Sum of RGB (Red+Green+Blue) = 116+76+224=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 224 (87.89% from 255 or 53.85% from 416); Max value from RGB is 224 - color contains mainly: blue. Hex color #744CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744CE0 is #8BB31F. Grayscale: #686868. Windows color (decimal): -9155360 or 14699636. OLE color: 14699636.
HSL color Cylindrical-coordinate representation of color #744CE0: hue angle of 256.22º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #744CE0 is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 76 | 224 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.12 |
| HSL | 256.22º | 0.7% | 0.59% | - |
| HSV(B) | 256.22º | 0.66% | 0.88% | - |
| XYZ | 23.24 | 14.26 | 72.05 | - |
| YUV | 104.83 | 195.25 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 76 | 224 | 0.48 | 0.66 | 0 | 0.12 | 256.22 | 0.7 | 0.59 |
| Hex | 74 | 4C | E0 | 30 | 42 | 0 | C | 100 | 46 | 3B |
| Octal | 164 | 114 | 340 | 60 | 102 | 0 | 14 | 400 | 106 | 73 |
| Binary | 1110100 | 1001100 | 11100000 | 110000 | 1000010 | 0 | 1100 | 100000000 | 1000110 | 111011 |
Color Harmonies of #744CE0
Complementary color
Monochromatic Colors of #744CE0
Black with #744CE0
Text Example
Text Example
White with #744CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744CE0; }
p { color: rgb(116,76,224); }
H1.HeaderClassName
{
color: #744CE0;
}
.AnyTagClassName
{
color: #744CE0;
}
</style>
background-color css
<style>
a { background-color: #744CE0; }
a { background-color: rgb(116,76,224); }
div.DivClassName
{
background-color: #744CE0;
}
.BgClassName
{
background-color: #744CE0;
}
</style>
border-color css
<style>
span { border-color: #744CE0; }
span { border-color: rgb(116,76,224); }
td.TdClassName
{
border-color: #744CE0;
}
.TagClassName
{
border-color: #744CE0;
}
</style>