Shades of Slate Blue #7342D5
Tints of Slate Blue #7342D5
RGB
CMYK
RGB Variations
Color information
#7342D5 (or 0x7342D5) is known color: Slate Blue. HEX triplet: 73, 42 and D5. RGB value is (115,66,213). Sum of RGB (Red+Green+Blue) = 115+66+213=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 213 (83.59% from 255 or 54.06% from 394); Max value from RGB is 213 - color contains mainly: blue. Hex color #7342D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7342D5 is #8CBD2A. Grayscale: #606060. Windows color (decimal): -9223467 or 13976179. OLE color: 13976179.
HSL color Cylindrical-coordinate representation of color #7342D5: hue angle of 260º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7342D5 is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 66 | 213 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.16 |
| HSL | 260º | 0.64% | 0.55% | - |
| HSV(B) | 260º | 0.69% | 0.84% | - |
| XYZ | 21.03 | 12.35 | 64.23 | - |
| YUV | 97.41 | 193.23 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 66 | 213 | 0.46 | 0.69 | 0 | 0.16 | 260 | 0.64 | 0.55 |
| Hex | 73 | 42 | D5 | 2E | 45 | 0 | 10 | 104 | 40 | 37 |
| Octal | 163 | 102 | 325 | 56 | 105 | 0 | 20 | 404 | 100 | 67 |
| Binary | 1110011 | 1000010 | 11010101 | 101110 | 1000101 | 0 | 10000 | 100000100 | 1000000 | 110111 |
Color Harmonies of #7342D5
Complementary color
Monochromatic Colors of #7342D5
Black with #7342D5
Text Example
Text Example
White with #7342D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7342D5; }
p { color: rgb(115,66,213); }
H1.HeaderClassName
{
color: #7342D5;
}
.AnyTagClassName
{
color: #7342D5;
}
</style>
background-color css
<style>
a { background-color: #7342D5; }
a { background-color: rgb(115,66,213); }
div.DivClassName
{
background-color: #7342D5;
}
.BgClassName
{
background-color: #7342D5;
}
</style>
border-color css
<style>
span { border-color: #7342D5; }
span { border-color: rgb(115,66,213); }
td.TdClassName
{
border-color: #7342D5;
}
.TagClassName
{
border-color: #7342D5;
}
</style>