Shades of Slate Blue #744CDC
Tints of Slate Blue #744CDC
RGB
CMYK
RGB Variations
Color information
#744CDC (or 0x744CDC) is known color: Slate Blue. HEX triplet: 74, 4C and DC. RGB value is (116,76,220). Sum of RGB (Red+Green+Blue) = 116+76+220=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #744CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744CDC is #8BB323. Grayscale: #676767. Windows color (decimal): -9155364 or 14437492. OLE color: 14437492.
HSL color Cylindrical-coordinate representation of color #744CDC: hue angle of 256.67º 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 #744CDC is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 76 | 220 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.14 |
| HSL | 256.67º | 0.67% | 0.58% | - |
| HSV(B) | 256.67º | 0.65% | 0.86% | - |
| XYZ | 22.71 | 14.05 | 69.23 | - |
| YUV | 104.38 | 193.25 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 76 | 220 | 0.47 | 0.65 | 0 | 0.14 | 256.67 | 0.67 | 0.58 |
| Hex | 74 | 4C | DC | 2F | 41 | 0 | E | 101 | 43 | 3A |
| Octal | 164 | 114 | 334 | 57 | 101 | 0 | 16 | 401 | 103 | 72 |
| Binary | 1110100 | 1001100 | 11011100 | 101111 | 1000001 | 0 | 1110 | 100000001 | 1000011 | 111010 |
Color Harmonies of #744CDC
Complementary color
Monochromatic Colors of #744CDC
Black with #744CDC
Text Example
Text Example
White with #744CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744CDC; }
p { color: rgb(116,76,220); }
H1.HeaderClassName
{
color: #744CDC;
}
.AnyTagClassName
{
color: #744CDC;
}
</style>
background-color css
<style>
a { background-color: #744CDC; }
a { background-color: rgb(116,76,220); }
div.DivClassName
{
background-color: #744CDC;
}
.BgClassName
{
background-color: #744CDC;
}
</style>
border-color css
<style>
span { border-color: #744CDC; }
span { border-color: rgb(116,76,220); }
td.TdClassName
{
border-color: #744CDC;
}
.TagClassName
{
border-color: #744CDC;
}
</style>