Shades of Slate Blue #744AD8
Tints of Slate Blue #744AD8
RGB
CMYK
RGB Variations
Color information
#744AD8 (or 0x744AD8) is known color: Slate Blue. HEX triplet: 74, 4A and D8. RGB value is (116,74,216). Sum of RGB (Red+Green+Blue) = 116+74+216=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 216 (84.77% from 255 or 53.20% from 406); Max value from RGB is 216 - color contains mainly: blue. Hex color #744AD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744AD8 is #8BB527. Grayscale: #666666. Windows color (decimal): -9155880 or 14174836. OLE color: 14174836.
HSL color Cylindrical-coordinate representation of color #744AD8: hue angle of 257.75º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #744AD8 is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 74 | 216 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.15 |
| HSL | 257.75º | 0.65% | 0.57% | - |
| HSV(B) | 257.75º | 0.66% | 0.85% | - |
| XYZ | 22.05 | 13.57 | 66.42 | - |
| YUV | 102.75 | 191.91 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 74 | 216 | 0.46 | 0.66 | 0 | 0.15 | 257.75 | 0.65 | 0.57 |
| Hex | 74 | 4A | D8 | 2E | 42 | 0 | F | 102 | 41 | 39 |
| Octal | 164 | 112 | 330 | 56 | 102 | 0 | 17 | 402 | 101 | 71 |
| Binary | 1110100 | 1001010 | 11011000 | 101110 | 1000010 | 0 | 1111 | 100000010 | 1000001 | 111001 |
Color Harmonies of #744AD8
Complementary color
Monochromatic Colors of #744AD8
Black with #744AD8
Text Example
Text Example
White with #744AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744AD8; }
p { color: rgb(116,74,216); }
H1.HeaderClassName
{
color: #744AD8;
}
.AnyTagClassName
{
color: #744AD8;
}
</style>
background-color css
<style>
a { background-color: #744AD8; }
a { background-color: rgb(116,74,216); }
div.DivClassName
{
background-color: #744AD8;
}
.BgClassName
{
background-color: #744AD8;
}
</style>
border-color css
<style>
span { border-color: #744AD8; }
span { border-color: rgb(116,74,216); }
td.TdClassName
{
border-color: #744AD8;
}
.TagClassName
{
border-color: #744AD8;
}
</style>