Shades of Slate Blue #7359D6
Tints of Slate Blue #7359D6
RGB
CMYK
RGB Variations
Color information
#7359D6 (or 0x7359D6) is known color: Slate Blue. HEX triplet: 73, 59 and D6. RGB value is (115,89,214). Sum of RGB (Red+Green+Blue) = 115+89+214=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 214 (83.98% from 255 or 51.20% from 418); Max value from RGB is 214 - color contains mainly: blue. Hex color #7359D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7359D6 is #8CA629. Grayscale: #6E6E6E. Windows color (decimal): -9217578 or 14047603. OLE color: 14047603.
HSL color Cylindrical-coordinate representation of color #7359D6: hue angle of 252.48º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7359D6 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 89 | 214 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.16 |
| HSL | 252.48º | 0.6% | 0.59% | - |
| HSV(B) | 252.48º | 0.58% | 0.84% | - |
| XYZ | 22.78 | 15.64 | 65.44 | - |
| YUV | 111.02 | 186.11 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 89 | 214 | 0.46 | 0.58 | 0 | 0.16 | 252.48 | 0.6 | 0.59 |
| Hex | 73 | 59 | D6 | 2E | 3A | 0 | 10 | FC | 3C | 3B |
| Octal | 163 | 131 | 326 | 56 | 72 | 0 | 20 | 374 | 74 | 73 |
| Binary | 1110011 | 1011001 | 11010110 | 101110 | 111010 | 0 | 10000 | 11111100 | 111100 | 111011 |
Color Harmonies of #7359D6
Complementary color
Monochromatic Colors of #7359D6
Black with #7359D6
Text Example
Text Example
White with #7359D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7359D6; }
p { color: rgb(115,89,214); }
H1.HeaderClassName
{
color: #7359D6;
}
.AnyTagClassName
{
color: #7359D6;
}
</style>
background-color css
<style>
a { background-color: #7359D6; }
a { background-color: rgb(115,89,214); }
div.DivClassName
{
background-color: #7359D6;
}
.BgClassName
{
background-color: #7359D6;
}
</style>
border-color css
<style>
span { border-color: #7359D6; }
span { border-color: rgb(115,89,214); }
td.TdClassName
{
border-color: #7359D6;
}
.TagClassName
{
border-color: #7359D6;
}
</style>