Shades of Slate Blue #7448E5
Tints of Slate Blue #7448E5
RGB
CMYK
RGB Variations
Color information
#7448E5 (or 0x7448E5) is known color: Slate Blue. HEX triplet: 74, 48 and E5. RGB value is (116,72,229). Sum of RGB (Red+Green+Blue) = 116+72+229=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 229 (89.84% from 255 or 54.92% from 417); Max value from RGB is 229 - color contains mainly: blue. Hex color #7448E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7448E5 is #8BB71A. Grayscale: #666666. Windows color (decimal): -9156379 or 15026292. OLE color: 15026292.
HSL color Cylindrical-coordinate representation of color #7448E5: hue angle of 256.82º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7448E5 is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 72 | 229 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.10 |
| HSL | 256.82º | 0.75% | 0.59% | - |
| HSV(B) | 256.82º | 0.69% | 0.9% | - |
| XYZ | 23.66 | 14 | 75.58 | - |
| YUV | 103.05 | 199.08 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 72 | 229 | 0.49 | 0.69 | 0 | 0.10 | 256.82 | 0.75 | 0.59 |
| Hex | 74 | 48 | E5 | 31 | 45 | 0 | A | 101 | 4B | 3B |
| Octal | 164 | 110 | 345 | 61 | 105 | 0 | 12 | 401 | 113 | 73 |
| Binary | 1110100 | 1001000 | 11100101 | 110001 | 1000101 | 0 | 1010 | 100000001 | 1001011 | 111011 |
Color Harmonies of #7448E5
Complementary color
Monochromatic Colors of #7448E5
Black with #7448E5
Text Example
Text Example
White with #7448E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7448E5; }
p { color: rgb(116,72,229); }
H1.HeaderClassName
{
color: #7448E5;
}
.AnyTagClassName
{
color: #7448E5;
}
</style>
background-color css
<style>
a { background-color: #7448E5; }
a { background-color: rgb(116,72,229); }
div.DivClassName
{
background-color: #7448E5;
}
.BgClassName
{
background-color: #7448E5;
}
</style>
border-color css
<style>
span { border-color: #7448E5; }
span { border-color: rgb(116,72,229); }
td.TdClassName
{
border-color: #7448E5;
}
.TagClassName
{
border-color: #7448E5;
}
</style>