Shades of Slate Blue #7441DC
Tints of Slate Blue #7441DC
RGB
CMYK
RGB Variations
Color information
#7441DC (or 0x7441DC) is known color: Slate Blue. HEX triplet: 74, 41 and DC. RGB value is (116,65,220). Sum of RGB (Red+Green+Blue) = 116+65+220=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #7441DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7441DC is #8BBE23. Grayscale: #616161. Windows color (decimal): -9158180 or 14434676. OLE color: 14434676.
HSL color Cylindrical-coordinate representation of color #7441DC: hue angle of 259.74º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7441DC is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 65 | 220 | - |
| CMYK | 0.47 | 0.70 | 0 | 0.14 |
| HSL | 259.74º | 0.69% | 0.56% | - |
| HSV(B) | 259.74º | 0.7% | 0.86% | - |
| XYZ | 22.01 | 12.66 | 68.99 | - |
| YUV | 97.92 | 196.9 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 65 | 220 | 0.47 | 0.70 | 0 | 0.14 | 259.74 | 0.69 | 0.56 |
| Hex | 74 | 41 | DC | 2F | 46 | 0 | E | 104 | 45 | 38 |
| Octal | 164 | 101 | 334 | 57 | 106 | 0 | 16 | 404 | 105 | 70 |
| Binary | 1110100 | 1000001 | 11011100 | 101111 | 1000110 | 0 | 1110 | 100000100 | 1000101 | 111000 |
Color Harmonies of #7441DC
Complementary color
Monochromatic Colors of #7441DC
Black with #7441DC
Text Example
Text Example
White with #7441DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7441DC; }
p { color: rgb(116,65,220); }
H1.HeaderClassName
{
color: #7441DC;
}
.AnyTagClassName
{
color: #7441DC;
}
</style>
background-color css
<style>
a { background-color: #7441DC; }
a { background-color: rgb(116,65,220); }
div.DivClassName
{
background-color: #7441DC;
}
.BgClassName
{
background-color: #7441DC;
}
</style>
border-color css
<style>
span { border-color: #7441DC; }
span { border-color: rgb(116,65,220); }
td.TdClassName
{
border-color: #7441DC;
}
.TagClassName
{
border-color: #7441DC;
}
</style>