Shades of Slate Blue #7359CC
Tints of Slate Blue #7359CC
RGB
CMYK
RGB Variations
Color information
#7359CC (or 0x7359CC) is known color: Slate Blue. HEX triplet: 73, 59 and CC. RGB value is (115,89,204). Sum of RGB (Red+Green+Blue) = 115+89+204=408 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.19% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #7359CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7359CC is #8CA633. Grayscale: #6D6D6D. Windows color (decimal): -9217588 or 13392243. OLE color: 13392243.
HSL color Cylindrical-coordinate representation of color #7359CC: hue angle of 253.57º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7359CC is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 89 | 204 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.2 |
| HSL | 253.57º | 0.53% | 0.57% | - |
| HSV(B) | 253.57º | 0.56% | 0.8% | - |
| XYZ | 21.54 | 15.15 | 58.92 | - |
| YUV | 109.88 | 181.11 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 89 | 204 | 0.44 | 0.56 | 0 | 0.2 | 253.57 | 0.53 | 0.57 |
| Hex | 73 | 59 | CC | 2C | 38 | 0 | 14 | FE | 35 | 39 |
| Octal | 163 | 131 | 314 | 54 | 70 | 0 | 24 | 376 | 65 | 71 |
| Binary | 1110011 | 1011001 | 11001100 | 101100 | 111000 | 0 | 10100 | 11111110 | 110101 | 111001 |
Color Harmonies of #7359CC
Complementary color
Monochromatic Colors of #7359CC
Black with #7359CC
Text Example
Text Example
White with #7359CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7359CC; }
p { color: rgb(115,89,204); }
H1.HeaderClassName
{
color: #7359CC;
}
.AnyTagClassName
{
color: #7359CC;
}
</style>
background-color css
<style>
a { background-color: #7359CC; }
a { background-color: rgb(115,89,204); }
div.DivClassName
{
background-color: #7359CC;
}
.BgClassName
{
background-color: #7359CC;
}
</style>
border-color css
<style>
span { border-color: #7359CC; }
span { border-color: rgb(115,89,204); }
td.TdClassName
{
border-color: #7359CC;
}
.TagClassName
{
border-color: #7359CC;
}
</style>