Shades of Slate Blue #7342D8
Tints of Slate Blue #7342D8
RGB
CMYK
RGB Variations
Color information
#7342D8 (or 0x7342D8) is known color: Slate Blue. HEX triplet: 73, 42 and D8. RGB value is (115,66,216). Sum of RGB (Red+Green+Blue) = 115+66+216=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 216 (84.77% from 255 or 54.41% from 397); Max value from RGB is 216 - color contains mainly: blue. Hex color #7342D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7342D8 is #8CBD27. Grayscale: #616161. Windows color (decimal): -9223464 or 14172787. OLE color: 14172787.
HSL color Cylindrical-coordinate representation of color #7342D8: hue angle of 259.6º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7342D8 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 66 | 216 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.15 |
| HSL | 259.6º | 0.66% | 0.55% | - |
| HSV(B) | 259.6º | 0.69% | 0.85% | - |
| XYZ | 21.41 | 12.5 | 66.25 | - |
| YUV | 97.75 | 194.73 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 66 | 216 | 0.47 | 0.69 | 0 | 0.15 | 259.6 | 0.66 | 0.55 |
| Hex | 73 | 42 | D8 | 2F | 45 | 0 | F | 104 | 42 | 37 |
| Octal | 163 | 102 | 330 | 57 | 105 | 0 | 17 | 404 | 102 | 67 |
| Binary | 1110011 | 1000010 | 11011000 | 101111 | 1000101 | 0 | 1111 | 100000100 | 1000010 | 110111 |
Color Harmonies of #7342D8
Complementary color
Monochromatic Colors of #7342D8
Black with #7342D8
Text Example
Text Example
White with #7342D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7342D8; }
p { color: rgb(115,66,216); }
H1.HeaderClassName
{
color: #7342D8;
}
.AnyTagClassName
{
color: #7342D8;
}
</style>
background-color css
<style>
a { background-color: #7342D8; }
a { background-color: rgb(115,66,216); }
div.DivClassName
{
background-color: #7342D8;
}
.BgClassName
{
background-color: #7342D8;
}
</style>
border-color css
<style>
span { border-color: #7342D8; }
span { border-color: rgb(115,66,216); }
td.TdClassName
{
border-color: #7342D8;
}
.TagClassName
{
border-color: #7342D8;
}
</style>