Shades of Slate Blue #7444D6
Tints of Slate Blue #7444D6
RGB
CMYK
RGB Variations
Color information
#7444D6 (or 0x7444D6) is known color: Slate Blue. HEX triplet: 74, 44 and D6. RGB value is (116,68,214). Sum of RGB (Red+Green+Blue) = 116+68+214=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 214 (83.98% from 255 or 53.77% from 398); Max value from RGB is 214 - color contains mainly: blue. Hex color #7444D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7444D6 is #8BBB29. Grayscale: #626262. Windows color (decimal): -9157418 or 14042228. OLE color: 14042228.
HSL color Cylindrical-coordinate representation of color #7444D6: hue angle of 259.73º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7444D6 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 68 | 214 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.16 |
| HSL | 259.73º | 0.64% | 0.55% | - |
| HSV(B) | 259.73º | 0.68% | 0.84% | - |
| XYZ | 21.41 | 12.7 | 64.94 | - |
| YUV | 99 | 192.9 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 68 | 214 | 0.46 | 0.68 | 0 | 0.16 | 259.73 | 0.64 | 0.55 |
| Hex | 74 | 44 | D6 | 2E | 44 | 0 | 10 | 104 | 40 | 37 |
| Octal | 164 | 104 | 326 | 56 | 104 | 0 | 20 | 404 | 100 | 67 |
| Binary | 1110100 | 1000100 | 11010110 | 101110 | 1000100 | 0 | 10000 | 100000100 | 1000000 | 110111 |
Color Harmonies of #7444D6
Complementary color
Monochromatic Colors of #7444D6
Black with #7444D6
Text Example
Text Example
White with #7444D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7444D6; }
p { color: rgb(116,68,214); }
H1.HeaderClassName
{
color: #7444D6;
}
.AnyTagClassName
{
color: #7444D6;
}
</style>
background-color css
<style>
a { background-color: #7444D6; }
a { background-color: rgb(116,68,214); }
div.DivClassName
{
background-color: #7444D6;
}
.BgClassName
{
background-color: #7444D6;
}
</style>
border-color css
<style>
span { border-color: #7444D6; }
span { border-color: rgb(116,68,214); }
td.TdClassName
{
border-color: #7444D6;
}
.TagClassName
{
border-color: #7444D6;
}
</style>