Shades of Slate Blue #7448C4
Tints of Slate Blue #7448C4
RGB
CMYK
RGB Variations
Color information
#7448C4 (or 0x7448C4) is known color: Slate Blue. HEX triplet: 74, 48 and C4. RGB value is (116,72,196). Sum of RGB (Red+Green+Blue) = 116+72+196=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 196 (76.95% from 255 or 51.04% from 384); Max value from RGB is 196 - color contains mainly: blue. Hex color #7448C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7448C4 is #8BB73B. Grayscale: #626262. Windows color (decimal): -9156412 or 12863604. OLE color: 12863604.
HSL color Cylindrical-coordinate representation of color #7448C4: hue angle of 261.29º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7448C4 is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 72 | 196 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.23 |
| HSL | 261.29º | 0.51% | 0.53% | - |
| HSV(B) | 261.29º | 0.63% | 0.77% | - |
| XYZ | 19.48 | 12.33 | 53.58 | - |
| YUV | 99.29 | 182.58 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 72 | 196 | 0.41 | 0.63 | 0 | 0.23 | 261.29 | 0.51 | 0.53 |
| Hex | 74 | 48 | C4 | 29 | 3F | 0 | 17 | 105 | 33 | 35 |
| Octal | 164 | 110 | 304 | 51 | 77 | 0 | 27 | 405 | 63 | 65 |
| Binary | 1110100 | 1001000 | 11000100 | 101001 | 111111 | 0 | 10111 | 100000101 | 110011 | 110101 |
Color Harmonies of #7448C4
Complementary color
Monochromatic Colors of #7448C4
Black with #7448C4
Text Example
Text Example
White with #7448C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7448C4; }
p { color: rgb(116,72,196); }
H1.HeaderClassName
{
color: #7448C4;
}
.AnyTagClassName
{
color: #7448C4;
}
</style>
background-color css
<style>
a { background-color: #7448C4; }
a { background-color: rgb(116,72,196); }
div.DivClassName
{
background-color: #7448C4;
}
.BgClassName
{
background-color: #7448C4;
}
</style>
border-color css
<style>
span { border-color: #7448C4; }
span { border-color: rgb(116,72,196); }
td.TdClassName
{
border-color: #7448C4;
}
.TagClassName
{
border-color: #7448C4;
}
</style>