Shades of Slate Blue #744CDA
Tints of Slate Blue #744CDA
RGB
CMYK
RGB Variations
Color information
#744CDA (or 0x744CDA) is known color: Slate Blue. HEX triplet: 74, 4C and DA. RGB value is (116,76,218). Sum of RGB (Red+Green+Blue) = 116+76+218=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #744CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744CDA is #8BB325. Grayscale: #676767. Windows color (decimal): -9155366 or 14306420. OLE color: 14306420.
HSL color Cylindrical-coordinate representation of color #744CDA: hue angle of 256.9º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #744CDA is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 76 | 218 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.15 |
| HSL | 256.9º | 0.66% | 0.58% | - |
| HSV(B) | 256.9º | 0.65% | 0.85% | - |
| XYZ | 22.44 | 13.94 | 67.84 | - |
| YUV | 104.15 | 192.25 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 76 | 218 | 0.47 | 0.65 | 0 | 0.15 | 256.9 | 0.66 | 0.58 |
| Hex | 74 | 4C | DA | 2F | 41 | 0 | F | 101 | 42 | 3A |
| Octal | 164 | 114 | 332 | 57 | 101 | 0 | 17 | 401 | 102 | 72 |
| Binary | 1110100 | 1001100 | 11011010 | 101111 | 1000001 | 0 | 1111 | 100000001 | 1000010 | 111010 |
Color Harmonies of #744CDA
Complementary color
Monochromatic Colors of #744CDA
Black with #744CDA
Text Example
Text Example
White with #744CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744CDA; }
p { color: rgb(116,76,218); }
H1.HeaderClassName
{
color: #744CDA;
}
.AnyTagClassName
{
color: #744CDA;
}
</style>
background-color css
<style>
a { background-color: #744CDA; }
a { background-color: rgb(116,76,218); }
div.DivClassName
{
background-color: #744CDA;
}
.BgClassName
{
background-color: #744CDA;
}
</style>
border-color css
<style>
span { border-color: #744CDA; }
span { border-color: rgb(116,76,218); }
td.TdClassName
{
border-color: #744CDA;
}
.TagClassName
{
border-color: #744CDA;
}
</style>