Shades of Slate Blue #7356C1
Tints of Slate Blue #7356C1
RGB
CMYK
RGB Variations
Color information
#7356C1 (or 0x7356C1) is known color: Slate Blue. HEX triplet: 73, 56 and C1. RGB value is (115,86,193). Sum of RGB (Red+Green+Blue) = 115+86+193=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 193 (75.78% from 255 or 48.98% from 394); Max value from RGB is 193 - color contains mainly: blue. Hex color #7356C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7356C1 is #8CA93E. Grayscale: #6A6A6A. Windows color (decimal): -9218367 or 12670579. OLE color: 12670579.
HSL color Cylindrical-coordinate representation of color #7356C1: hue angle of 256.26º 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 #7356C1 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 86 | 193 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.24 |
| HSL | 256.26º | 0.46% | 0.55% | - |
| HSV(B) | 256.26º | 0.55% | 0.76% | - |
| XYZ | 20.02 | 14.15 | 52.13 | - |
| YUV | 106.87 | 176.61 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 86 | 193 | 0.40 | 0.55 | 0 | 0.24 | 256.26 | 0.46 | 0.55 |
| Hex | 73 | 56 | C1 | 28 | 37 | 0 | 18 | 100 | 2E | 37 |
| Octal | 163 | 126 | 301 | 50 | 67 | 0 | 30 | 400 | 56 | 67 |
| Binary | 1110011 | 1010110 | 11000001 | 101000 | 110111 | 0 | 11000 | 100000000 | 101110 | 110111 |
Color Harmonies of #7356C1
Complementary color
Monochromatic Colors of #7356C1
Black with #7356C1
Text Example
Text Example
White with #7356C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7356C1; }
p { color: rgb(115,86,193); }
H1.HeaderClassName
{
color: #7356C1;
}
.AnyTagClassName
{
color: #7356C1;
}
</style>
background-color css
<style>
a { background-color: #7356C1; }
a { background-color: rgb(115,86,193); }
div.DivClassName
{
background-color: #7356C1;
}
.BgClassName
{
background-color: #7356C1;
}
</style>
border-color css
<style>
span { border-color: #7356C1; }
span { border-color: rgb(115,86,193); }
td.TdClassName
{
border-color: #7356C1;
}
.TagClassName
{
border-color: #7356C1;
}
</style>