Shades of Slate Blue #744CCD
Tints of Slate Blue #744CCD
RGB
CMYK
RGB Variations
Color information
#744CCD (or 0x744CCD) is known color: Slate Blue. HEX triplet: 74, 4C and CD. RGB value is (116,76,205). Sum of RGB (Red+Green+Blue) = 116+76+205=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #744CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744CCD is #8BB332. Grayscale: #666666. Windows color (decimal): -9155379 or 13454452. OLE color: 13454452.
HSL color Cylindrical-coordinate representation of color #744CCD: hue angle of 258.6º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #744CCD is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 76 | 205 | - |
| CMYK | 0.43 | 0.63 | 0 | 0.20 |
| HSL | 258.6º | 0.56% | 0.55% | - |
| HSV(B) | 258.6º | 0.63% | 0.8% | - |
| XYZ | 20.81 | 13.29 | 59.23 | - |
| YUV | 102.67 | 185.75 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 76 | 205 | 0.43 | 0.63 | 0 | 0.20 | 258.6 | 0.56 | 0.55 |
| Hex | 74 | 4C | CD | 2B | 3F | 0 | 14 | 103 | 38 | 37 |
| Octal | 164 | 114 | 315 | 53 | 77 | 0 | 24 | 403 | 70 | 67 |
| Binary | 1110100 | 1001100 | 11001101 | 101011 | 111111 | 0 | 10100 | 100000011 | 111000 | 110111 |
Color Harmonies of #744CCD
Complementary color
Monochromatic Colors of #744CCD
Black with #744CCD
Text Example
Text Example
White with #744CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744CCD; }
p { color: rgb(116,76,205); }
H1.HeaderClassName
{
color: #744CCD;
}
.AnyTagClassName
{
color: #744CCD;
}
</style>
background-color css
<style>
a { background-color: #744CCD; }
a { background-color: rgb(116,76,205); }
div.DivClassName
{
background-color: #744CCD;
}
.BgClassName
{
background-color: #744CCD;
}
</style>
border-color css
<style>
span { border-color: #744CCD; }
span { border-color: rgb(116,76,205); }
td.TdClassName
{
border-color: #744CCD;
}
.TagClassName
{
border-color: #744CCD;
}
</style>