Shades of Slate Blue #7357C1
Tints of Slate Blue #7357C1
RGB
CMYK
RGB Variations
Color information
#7357C1 (or 0x7357C1) is known color: Slate Blue. HEX triplet: 73, 57 and C1. RGB value is (115,87,193). Sum of RGB (Red+Green+Blue) = 115+87+193=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 193 (75.78% from 255 or 48.86% from 395); Max value from RGB is 193 - color contains mainly: blue. Hex color #7357C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7357C1 is #8CA83E. Grayscale: #6B6B6B. Windows color (decimal): -9218111 or 12670835. OLE color: 12670835.
HSL color Cylindrical-coordinate representation of color #7357C1: hue angle of 255.85º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7357C1 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 87 | 193 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.24 |
| HSL | 255.85º | 0.46% | 0.55% | - |
| HSV(B) | 255.85º | 0.55% | 0.76% | - |
| XYZ | 20.1 | 14.31 | 52.15 | - |
| YUV | 107.46 | 176.28 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 87 | 193 | 0.40 | 0.55 | 0 | 0.24 | 255.85 | 0.46 | 0.55 |
| Hex | 73 | 57 | C1 | 28 | 37 | 0 | 18 | 100 | 2E | 37 |
| Octal | 163 | 127 | 301 | 50 | 67 | 0 | 30 | 400 | 56 | 67 |
| Binary | 1110011 | 1010111 | 11000001 | 101000 | 110111 | 0 | 11000 | 100000000 | 101110 | 110111 |
Color Harmonies of #7357C1
Complementary color
Monochromatic Colors of #7357C1
Black with #7357C1
Text Example
Text Example
White with #7357C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7357C1; }
p { color: rgb(115,87,193); }
H1.HeaderClassName
{
color: #7357C1;
}
.AnyTagClassName
{
color: #7357C1;
}
</style>
background-color css
<style>
a { background-color: #7357C1; }
a { background-color: rgb(115,87,193); }
div.DivClassName
{
background-color: #7357C1;
}
.BgClassName
{
background-color: #7357C1;
}
</style>
border-color css
<style>
span { border-color: #7357C1; }
span { border-color: rgb(115,87,193); }
td.TdClassName
{
border-color: #7357C1;
}
.TagClassName
{
border-color: #7357C1;
}
</style>