Shades of Slate Blue #7547DE
Tints of Slate Blue #7547DE
RGB
CMYK
RGB Variations
Color information
#7547DE (or 0x7547DE) is known color: Slate Blue. HEX triplet: 75, 47 and DE. RGB value is (117,71,222). Sum of RGB (Red+Green+Blue) = 117+71+222=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 71 (28.12% from 255 or 17.32% 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 #7547DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7547DE is #8AB821. Grayscale: #656565. Windows color (decimal): -9091106 or 14567285. OLE color: 14567285.
HSL color Cylindrical-coordinate representation of color #7547DE: hue angle of 258.28º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7547DE is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 71 | 222 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.13 |
| HSL | 258.28º | 0.7% | 0.57% | - |
| HSV(B) | 258.28º | 0.68% | 0.87% | - |
| XYZ | 22.77 | 13.56 | 70.52 | - |
| YUV | 101.97 | 195.74 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 71 | 222 | 0.47 | 0.68 | 0 | 0.13 | 258.28 | 0.7 | 0.57 |
| Hex | 75 | 47 | DE | 2F | 44 | 0 | D | 102 | 46 | 39 |
| Octal | 165 | 107 | 336 | 57 | 104 | 0 | 15 | 402 | 106 | 71 |
| Binary | 1110101 | 1000111 | 11011110 | 101111 | 1000100 | 0 | 1101 | 100000010 | 1000110 | 111001 |
Color Harmonies of #7547DE
Complementary color
Monochromatic Colors of #7547DE
Black with #7547DE
Text Example
Text Example
White with #7547DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7547DE; }
p { color: rgb(117,71,222); }
H1.HeaderClassName
{
color: #7547DE;
}
.AnyTagClassName
{
color: #7547DE;
}
</style>
background-color css
<style>
a { background-color: #7547DE; }
a { background-color: rgb(117,71,222); }
div.DivClassName
{
background-color: #7547DE;
}
.BgClassName
{
background-color: #7547DE;
}
</style>
border-color css
<style>
span { border-color: #7547DE; }
span { border-color: rgb(117,71,222); }
td.TdClassName
{
border-color: #7547DE;
}
.TagClassName
{
border-color: #7547DE;
}
</style>