Shades of Slate Blue #744DDC
Tints of Slate Blue #744DDC
RGB
CMYK
RGB Variations
Color information
#744DDC (or 0x744DDC) is known color: Slate Blue. HEX triplet: 74, 4D and DC. RGB value is (116,77,220). Sum of RGB (Red+Green+Blue) = 116+77+220=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #744DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744DDC is #8BB223. Grayscale: #686868. Windows color (decimal): -9155108 or 14437748. OLE color: 14437748.
HSL color Cylindrical-coordinate representation of color #744DDC: hue angle of 256.36º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #744DDC is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 77 | 220 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.14 |
| HSL | 256.36º | 0.67% | 0.58% | - |
| HSV(B) | 256.36º | 0.65% | 0.86% | - |
| XYZ | 22.77 | 14.19 | 69.25 | - |
| YUV | 104.96 | 192.92 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 77 | 220 | 0.47 | 0.65 | 0 | 0.14 | 256.36 | 0.67 | 0.58 |
| Hex | 74 | 4D | DC | 2F | 41 | 0 | E | 100 | 43 | 3A |
| Octal | 164 | 115 | 334 | 57 | 101 | 0 | 16 | 400 | 103 | 72 |
| Binary | 1110100 | 1001101 | 11011100 | 101111 | 1000001 | 0 | 1110 | 100000000 | 1000011 | 111010 |
Color Harmonies of #744DDC
Complementary color
Monochromatic Colors of #744DDC
Black with #744DDC
Text Example
Text Example
White with #744DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744DDC; }
p { color: rgb(116,77,220); }
H1.HeaderClassName
{
color: #744DDC;
}
.AnyTagClassName
{
color: #744DDC;
}
</style>
background-color css
<style>
a { background-color: #744DDC; }
a { background-color: rgb(116,77,220); }
div.DivClassName
{
background-color: #744DDC;
}
.BgClassName
{
background-color: #744DDC;
}
</style>
border-color css
<style>
span { border-color: #744DDC; }
span { border-color: rgb(116,77,220); }
td.TdClassName
{
border-color: #744DDC;
}
.TagClassName
{
border-color: #744DDC;
}
</style>