Shades of Slate Blue #744ADE
Tints of Slate Blue #744ADE
RGB
CMYK
RGB Variations
Color information
#744ADE (or 0x744ADE) is known color: Slate Blue. HEX triplet: 74, 4A and DE. RGB value is (116,74,222). Sum of RGB (Red+Green+Blue) = 116+74+222=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 222 (87.11% from 255 or 53.88% from 412); Max value from RGB is 222 - color contains mainly: blue. Hex color #744ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744ADE is #8BB521. Grayscale: #666666. Windows color (decimal): -9155874 or 14568052. OLE color: 14568052.
HSL color Cylindrical-coordinate representation of color #744ADE: hue angle of 257.03º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #744ADE is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 74 | 222 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.13 |
| HSL | 257.03º | 0.69% | 0.58% | - |
| HSV(B) | 257.03º | 0.67% | 0.87% | - |
| XYZ | 22.84 | 13.88 | 70.58 | - |
| YUV | 103.43 | 194.91 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 74 | 222 | 0.48 | 0.67 | 0 | 0.13 | 257.03 | 0.69 | 0.58 |
| Hex | 74 | 4A | DE | 30 | 43 | 0 | D | 101 | 45 | 3A |
| Octal | 164 | 112 | 336 | 60 | 103 | 0 | 15 | 401 | 105 | 72 |
| Binary | 1110100 | 1001010 | 11011110 | 110000 | 1000011 | 0 | 1101 | 100000001 | 1000101 | 111010 |
Color Harmonies of #744ADE
Complementary color
Monochromatic Colors of #744ADE
Black with #744ADE
Text Example
Text Example
White with #744ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744ADE; }
p { color: rgb(116,74,222); }
H1.HeaderClassName
{
color: #744ADE;
}
.AnyTagClassName
{
color: #744ADE;
}
</style>
background-color css
<style>
a { background-color: #744ADE; }
a { background-color: rgb(116,74,222); }
div.DivClassName
{
background-color: #744ADE;
}
.BgClassName
{
background-color: #744ADE;
}
</style>
border-color css
<style>
span { border-color: #744ADE; }
span { border-color: rgb(116,74,222); }
td.TdClassName
{
border-color: #744ADE;
}
.TagClassName
{
border-color: #744ADE;
}
</style>