Shades of Slate Blue #744BDC
Tints of Slate Blue #744BDC
RGB
CMYK
RGB Variations
Color information
#744BDC (or 0x744BDC) is known color: Slate Blue. HEX triplet: 74, 4B and DC. RGB value is (116,75,220). Sum of RGB (Red+Green+Blue) = 116+75+220=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #744BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744BDC is #8BB423. Grayscale: #676767. Windows color (decimal): -9155620 or 14437236. OLE color: 14437236.
HSL color Cylindrical-coordinate representation of color #744BDC: hue angle of 256.97º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #744BDC is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 75 | 220 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.14 |
| HSL | 256.97º | 0.67% | 0.58% | - |
| HSV(B) | 256.97º | 0.66% | 0.86% | - |
| XYZ | 22.64 | 13.91 | 69.2 | - |
| YUV | 103.79 | 193.58 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 75 | 220 | 0.47 | 0.66 | 0 | 0.14 | 256.97 | 0.67 | 0.58 |
| Hex | 74 | 4B | DC | 2F | 42 | 0 | E | 101 | 43 | 3A |
| Octal | 164 | 113 | 334 | 57 | 102 | 0 | 16 | 401 | 103 | 72 |
| Binary | 1110100 | 1001011 | 11011100 | 101111 | 1000010 | 0 | 1110 | 100000001 | 1000011 | 111010 |
Color Harmonies of #744BDC
Complementary color
Monochromatic Colors of #744BDC
Black with #744BDC
Text Example
Text Example
White with #744BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744BDC; }
p { color: rgb(116,75,220); }
H1.HeaderClassName
{
color: #744BDC;
}
.AnyTagClassName
{
color: #744BDC;
}
</style>
background-color css
<style>
a { background-color: #744BDC; }
a { background-color: rgb(116,75,220); }
div.DivClassName
{
background-color: #744BDC;
}
.BgClassName
{
background-color: #744BDC;
}
</style>
border-color css
<style>
span { border-color: #744BDC; }
span { border-color: rgb(116,75,220); }
td.TdClassName
{
border-color: #744BDC;
}
.TagClassName
{
border-color: #744BDC;
}
</style>