Shades of Slate Blue #744AC2
Tints of Slate Blue #744AC2
RGB
CMYK
RGB Variations
Color information
#744AC2 (or 0x744AC2) is known color: Slate Blue. HEX triplet: 74, 4A and C2. RGB value is (116,74,194). Sum of RGB (Red+Green+Blue) = 116+74+194=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 194 (76.17% from 255 or 50.52% from 384); Max value from RGB is 194 - color contains mainly: blue. Hex color #744AC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744AC2 is #8BB53D. Grayscale: #636363. Windows color (decimal): -9155902 or 12733044. OLE color: 12733044.
HSL color Cylindrical-coordinate representation of color #744AC2: hue angle of 261º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #744AC2 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 74 | 194 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.24 |
| HSL | 261º | 0.5% | 0.53% | - |
| HSV(B) | 261º | 0.62% | 0.76% | - |
| XYZ | 19.39 | 12.51 | 52.43 | - |
| YUV | 100.24 | 180.91 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 74 | 194 | 0.40 | 0.62 | 0 | 0.24 | 261 | 0.5 | 0.53 |
| Hex | 74 | 4A | C2 | 28 | 3E | 0 | 18 | 105 | 32 | 35 |
| Octal | 164 | 112 | 302 | 50 | 76 | 0 | 30 | 405 | 62 | 65 |
| Binary | 1110100 | 1001010 | 11000010 | 101000 | 111110 | 0 | 11000 | 100000101 | 110010 | 110101 |
Color Harmonies of #744AC2
Complementary color
Monochromatic Colors of #744AC2
Black with #744AC2
Text Example
Text Example
White with #744AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744AC2; }
p { color: rgb(116,74,194); }
H1.HeaderClassName
{
color: #744AC2;
}
.AnyTagClassName
{
color: #744AC2;
}
</style>
background-color css
<style>
a { background-color: #744AC2; }
a { background-color: rgb(116,74,194); }
div.DivClassName
{
background-color: #744AC2;
}
.BgClassName
{
background-color: #744AC2;
}
</style>
border-color css
<style>
span { border-color: #744AC2; }
span { border-color: rgb(116,74,194); }
td.TdClassName
{
border-color: #744AC2;
}
.TagClassName
{
border-color: #744AC2;
}
</style>