Shades of Slate Blue #7448C2
Tints of Slate Blue #7448C2
RGB
CMYK
RGB Variations
Color information
#7448C2 (or 0x7448C2) is known color: Slate Blue. HEX triplet: 74, 48 and C2. RGB value is (116,72,194). Sum of RGB (Red+Green+Blue) = 116+72+194=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 194 (76.17% from 255 or 50.79% from 382); Max value from RGB is 194 - color contains mainly: blue. Hex color #7448C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7448C2 is #8BB73D. Grayscale: #626262. Windows color (decimal): -9156414 or 12732532. OLE color: 12732532.
HSL color Cylindrical-coordinate representation of color #7448C2: hue angle of 261.64º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7448C2 is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 72 | 194 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.24 |
| HSL | 261.64º | 0.5% | 0.52% | - |
| HSV(B) | 261.64º | 0.63% | 0.76% | - |
| XYZ | 19.26 | 12.24 | 52.39 | - |
| YUV | 99.06 | 181.58 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 72 | 194 | 0.40 | 0.63 | 0 | 0.24 | 261.64 | 0.5 | 0.52 |
| Hex | 74 | 48 | C2 | 28 | 3F | 0 | 18 | 106 | 32 | 34 |
| Octal | 164 | 110 | 302 | 50 | 77 | 0 | 30 | 406 | 62 | 64 |
| Binary | 1110100 | 1001000 | 11000010 | 101000 | 111111 | 0 | 11000 | 100000110 | 110010 | 110100 |
Color Harmonies of #7448C2
Complementary color
Monochromatic Colors of #7448C2
Black with #7448C2
Text Example
Text Example
White with #7448C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7448C2; }
p { color: rgb(116,72,194); }
H1.HeaderClassName
{
color: #7448C2;
}
.AnyTagClassName
{
color: #7448C2;
}
</style>
background-color css
<style>
a { background-color: #7448C2; }
a { background-color: rgb(116,72,194); }
div.DivClassName
{
background-color: #7448C2;
}
.BgClassName
{
background-color: #7448C2;
}
</style>
border-color css
<style>
span { border-color: #7448C2; }
span { border-color: rgb(116,72,194); }
td.TdClassName
{
border-color: #7448C2;
}
.TagClassName
{
border-color: #7448C2;
}
</style>