Shades of Slate Blue #744FCC
Tints of Slate Blue #744FCC
RGB
CMYK
RGB Variations
Color information
#744FCC (or 0x744FCC) is known color: Slate Blue. HEX triplet: 74, 4F and CC. RGB value is (116,79,204). Sum of RGB (Red+Green+Blue) = 116+79+204=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 79 (31.25% from 255 or 19.80% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #744FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744FCC is #8BB033. Grayscale: #676767. Windows color (decimal): -9154612 or 13389684. OLE color: 13389684.
HSL color Cylindrical-coordinate representation of color #744FCC: hue angle of 257.76º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #744FCC is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 79 | 204 | - |
| CMYK | 0.43 | 0.61 | 0 | 0.2 |
| HSL | 257.76º | 0.55% | 0.55% | - |
| HSV(B) | 257.76º | 0.61% | 0.8% | - |
| XYZ | 20.9 | 13.66 | 58.66 | - |
| YUV | 104.31 | 184.26 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 79 | 204 | 0.43 | 0.61 | 0 | 0.2 | 257.76 | 0.55 | 0.55 |
| Hex | 74 | 4F | CC | 2B | 3D | 0 | 14 | 102 | 37 | 37 |
| Octal | 164 | 117 | 314 | 53 | 75 | 0 | 24 | 402 | 67 | 67 |
| Binary | 1110100 | 1001111 | 11001100 | 101011 | 111101 | 0 | 10100 | 100000010 | 110111 | 110111 |
Color Harmonies of #744FCC
Complementary color
Monochromatic Colors of #744FCC
Black with #744FCC
Text Example
Text Example
White with #744FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744FCC; }
p { color: rgb(116,79,204); }
H1.HeaderClassName
{
color: #744FCC;
}
.AnyTagClassName
{
color: #744FCC;
}
</style>
background-color css
<style>
a { background-color: #744FCC; }
a { background-color: rgb(116,79,204); }
div.DivClassName
{
background-color: #744FCC;
}
.BgClassName
{
background-color: #744FCC;
}
</style>
border-color css
<style>
span { border-color: #744FCC; }
span { border-color: rgb(116,79,204); }
td.TdClassName
{
border-color: #744FCC;
}
.TagClassName
{
border-color: #744FCC;
}
</style>