Shades of Slate Blue #744ECB
Tints of Slate Blue #744ECB
RGB
CMYK
RGB Variations
Color information
#744ECB (or 0x744ECB) is known color: Slate Blue. HEX triplet: 74, 4E and CB. RGB value is (116,78,203). Sum of RGB (Red+Green+Blue) = 116+78+203=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #744ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744ECB is #8BB134. Grayscale: #676767. Windows color (decimal): -9154869 or 13323892. OLE color: 13323892.
HSL color Cylindrical-coordinate representation of color #744ECB: hue angle of 258.24º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #744ECB is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 78 | 203 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.20 |
| HSL | 258.24º | 0.55% | 0.55% | - |
| HSV(B) | 258.24º | 0.62% | 0.8% | - |
| XYZ | 20.71 | 13.47 | 58.01 | - |
| YUV | 103.61 | 184.09 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 203 | 0.43 | 0.62 | 0 | 0.20 | 258.24 | 0.55 | 0.55 |
| Hex | 74 | 4E | CB | 2B | 3E | 0 | 14 | 102 | 37 | 37 |
| Octal | 164 | 116 | 313 | 53 | 76 | 0 | 24 | 402 | 67 | 67 |
| Binary | 1110100 | 1001110 | 11001011 | 101011 | 111110 | 0 | 10100 | 100000010 | 110111 | 110111 |
Color Harmonies of #744ECB
Complementary color
Monochromatic Colors of #744ECB
Black with #744ECB
Text Example
Text Example
White with #744ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744ECB; }
p { color: rgb(116,78,203); }
H1.HeaderClassName
{
color: #744ECB;
}
.AnyTagClassName
{
color: #744ECB;
}
</style>
background-color css
<style>
a { background-color: #744ECB; }
a { background-color: rgb(116,78,203); }
div.DivClassName
{
background-color: #744ECB;
}
.BgClassName
{
background-color: #744ECB;
}
</style>
border-color css
<style>
span { border-color: #744ECB; }
span { border-color: rgb(116,78,203); }
td.TdClassName
{
border-color: #744ECB;
}
.TagClassName
{
border-color: #744ECB;
}
</style>