Shades of Slate Blue #744ACD
Tints of Slate Blue #744ACD
RGB
CMYK
RGB Variations
Color information
#744ACD (or 0x744ACD) is known color: Slate Blue. HEX triplet: 74, 4A and CD. RGB value is (116,74,205). Sum of RGB (Red+Green+Blue) = 116+74+205=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #744ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744ACD is #8BB532. Grayscale: #656565. Windows color (decimal): -9155891 or 13453940. OLE color: 13453940.
HSL color Cylindrical-coordinate representation of color #744ACD: hue angle of 259.24º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #744ACD is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 74 | 205 | - |
| CMYK | 0.43 | 0.64 | 0 | 0.20 |
| HSL | 259.24º | 0.57% | 0.55% | - |
| HSV(B) | 259.24º | 0.64% | 0.8% | - |
| XYZ | 20.67 | 13.02 | 59.18 | - |
| YUV | 101.49 | 186.41 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 74 | 205 | 0.43 | 0.64 | 0 | 0.20 | 259.24 | 0.57 | 0.55 |
| Hex | 74 | 4A | CD | 2B | 40 | 0 | 14 | 103 | 39 | 37 |
| Octal | 164 | 112 | 315 | 53 | 100 | 0 | 24 | 403 | 71 | 67 |
| Binary | 1110100 | 1001010 | 11001101 | 101011 | 1000000 | 0 | 10100 | 100000011 | 111001 | 110111 |
Color Harmonies of #744ACD
Complementary color
Monochromatic Colors of #744ACD
Black with #744ACD
Text Example
Text Example
White with #744ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744ACD; }
p { color: rgb(116,74,205); }
H1.HeaderClassName
{
color: #744ACD;
}
.AnyTagClassName
{
color: #744ACD;
}
</style>
background-color css
<style>
a { background-color: #744ACD; }
a { background-color: rgb(116,74,205); }
div.DivClassName
{
background-color: #744ACD;
}
.BgClassName
{
background-color: #744ACD;
}
</style>
border-color css
<style>
span { border-color: #744ACD; }
span { border-color: rgb(116,74,205); }
td.TdClassName
{
border-color: #744ACD;
}
.TagClassName
{
border-color: #744ACD;
}
</style>