Shades of Slate Blue #7359CE
Tints of Slate Blue #7359CE
RGB
CMYK
RGB Variations
Color information
#7359CE (or 0x7359CE) is known color: Slate Blue. HEX triplet: 73, 59 and CE. RGB value is (115,89,206). Sum of RGB (Red+Green+Blue) = 115+89+206=410 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.05% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #7359CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7359CE is #8CA631. Grayscale: #6D6D6D. Windows color (decimal): -9217586 or 13523315. OLE color: 13523315.
HSL color Cylindrical-coordinate representation of color #7359CE: hue angle of 253.33º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7359CE is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 89 | 206 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.19 |
| HSL | 253.33º | 0.54% | 0.58% | - |
| HSV(B) | 253.33º | 0.57% | 0.81% | - |
| XYZ | 21.78 | 15.25 | 60.19 | - |
| YUV | 110.11 | 182.11 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 89 | 206 | 0.44 | 0.57 | 0 | 0.19 | 253.33 | 0.54 | 0.58 |
| Hex | 73 | 59 | CE | 2C | 39 | 0 | 13 | FD | 36 | 3A |
| Octal | 163 | 131 | 316 | 54 | 71 | 0 | 23 | 375 | 66 | 72 |
| Binary | 1110011 | 1011001 | 11001110 | 101100 | 111001 | 0 | 10011 | 11111101 | 110110 | 111010 |
Color Harmonies of #7359CE
Complementary color
Monochromatic Colors of #7359CE
Black with #7359CE
Text Example
Text Example
White with #7359CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7359CE; }
p { color: rgb(115,89,206); }
H1.HeaderClassName
{
color: #7359CE;
}
.AnyTagClassName
{
color: #7359CE;
}
</style>
background-color css
<style>
a { background-color: #7359CE; }
a { background-color: rgb(115,89,206); }
div.DivClassName
{
background-color: #7359CE;
}
.BgClassName
{
background-color: #7359CE;
}
</style>
border-color css
<style>
span { border-color: #7359CE; }
span { border-color: rgb(115,89,206); }
td.TdClassName
{
border-color: #7359CE;
}
.TagClassName
{
border-color: #7359CE;
}
</style>