Shades of Slate Blue #7542DE
Tints of Slate Blue #7542DE
RGB
CMYK
RGB Variations
Color information
#7542DE (or 0x7542DE) is known color: Slate Blue. HEX triplet: 75, 42 and DE. RGB value is (117,66,222). Sum of RGB (Red+Green+Blue) = 117+66+222=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 222 (87.11% from 255 or 54.81% from 405); Max value from RGB is 222 - color contains mainly: blue. Hex color #7542DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7542DE is #8ABD21. Grayscale: #626262. Windows color (decimal): -9092386 or 14566005. OLE color: 14566005.
HSL color Cylindrical-coordinate representation of color #7542DE: hue angle of 259.62º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7542DE is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 66 | 222 | - |
| CMYK | 0.47 | 0.70 | 0 | 0.13 |
| HSL | 259.62º | 0.7% | 0.56% | - |
| HSV(B) | 259.62º | 0.7% | 0.87% | - |
| XYZ | 22.47 | 12.95 | 70.42 | - |
| YUV | 99.03 | 197.4 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 66 | 222 | 0.47 | 0.70 | 0 | 0.13 | 259.62 | 0.7 | 0.56 |
| Hex | 75 | 42 | DE | 2F | 46 | 0 | D | 104 | 46 | 38 |
| Octal | 165 | 102 | 336 | 57 | 106 | 0 | 15 | 404 | 106 | 70 |
| Binary | 1110101 | 1000010 | 11011110 | 101111 | 1000110 | 0 | 1101 | 100000100 | 1000110 | 111000 |
Color Harmonies of #7542DE
Complementary color
Monochromatic Colors of #7542DE
Black with #7542DE
Text Example
Text Example
White with #7542DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7542DE; }
p { color: rgb(117,66,222); }
H1.HeaderClassName
{
color: #7542DE;
}
.AnyTagClassName
{
color: #7542DE;
}
</style>
background-color css
<style>
a { background-color: #7542DE; }
a { background-color: rgb(117,66,222); }
div.DivClassName
{
background-color: #7542DE;
}
.BgClassName
{
background-color: #7542DE;
}
</style>
border-color css
<style>
span { border-color: #7542DE; }
span { border-color: rgb(117,66,222); }
td.TdClassName
{
border-color: #7542DE;
}
.TagClassName
{
border-color: #7542DE;
}
</style>