Shades of Slate Blue #7448DE
Tints of Slate Blue #7448DE
RGB
CMYK
RGB Variations
Color information
#7448DE (or 0x7448DE) is known color: Slate Blue. HEX triplet: 74, 48 and DE. RGB value is (116,72,222). Sum of RGB (Red+Green+Blue) = 116+72+222=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 222 (87.11% from 255 or 54.15% from 410); Max value from RGB is 222 - color contains mainly: blue. Hex color #7448DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7448DE is #8BB721. Grayscale: #656565. Windows color (decimal): -9156386 or 14567540. OLE color: 14567540.
HSL color Cylindrical-coordinate representation of color #7448DE: hue angle of 257.6º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7448DE is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 72 | 222 | - |
| CMYK | 0.48 | 0.68 | 0 | 0.13 |
| HSL | 257.6º | 0.69% | 0.58% | - |
| HSV(B) | 257.6º | 0.68% | 0.87% | - |
| XYZ | 22.7 | 13.62 | 70.54 | - |
| YUV | 102.26 | 195.58 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 72 | 222 | 0.48 | 0.68 | 0 | 0.13 | 257.6 | 0.69 | 0.58 |
| Hex | 74 | 48 | DE | 30 | 44 | 0 | D | 102 | 45 | 3A |
| Octal | 164 | 110 | 336 | 60 | 104 | 0 | 15 | 402 | 105 | 72 |
| Binary | 1110100 | 1001000 | 11011110 | 110000 | 1000100 | 0 | 1101 | 100000010 | 1000101 | 111010 |
Color Harmonies of #7448DE
Complementary color
Monochromatic Colors of #7448DE
Black with #7448DE
Text Example
Text Example
White with #7448DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7448DE; }
p { color: rgb(116,72,222); }
H1.HeaderClassName
{
color: #7448DE;
}
.AnyTagClassName
{
color: #7448DE;
}
</style>
background-color css
<style>
a { background-color: #7448DE; }
a { background-color: rgb(116,72,222); }
div.DivClassName
{
background-color: #7448DE;
}
.BgClassName
{
background-color: #7448DE;
}
</style>
border-color css
<style>
span { border-color: #7448DE; }
span { border-color: rgb(116,72,222); }
td.TdClassName
{
border-color: #7448DE;
}
.TagClassName
{
border-color: #7448DE;
}
</style>