Shades of Slate Blue #7355C1
Tints of Slate Blue #7355C1
RGB
CMYK
RGB Variations
Color information
#7355C1 (or 0x7355C1) is known color: Slate Blue. HEX triplet: 73, 55 and C1. RGB value is (115,85,193). Sum of RGB (Red+Green+Blue) = 115+85+193=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 193 (75.78% from 255 or 49.11% from 393); Max value from RGB is 193 - color contains mainly: blue. Hex color #7355C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7355C1 is #8CAA3E. Grayscale: #696969. Windows color (decimal): -9218623 or 12670323. OLE color: 12670323.
HSL color Cylindrical-coordinate representation of color #7355C1: hue angle of 256.67º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7355C1 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 85 | 193 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.24 |
| HSL | 256.67º | 0.47% | 0.55% | - |
| HSV(B) | 256.67º | 0.56% | 0.76% | - |
| XYZ | 19.94 | 13.99 | 52.1 | - |
| YUV | 106.28 | 176.94 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 85 | 193 | 0.40 | 0.56 | 0 | 0.24 | 256.67 | 0.47 | 0.55 |
| Hex | 73 | 55 | C1 | 28 | 38 | 0 | 18 | 101 | 2F | 37 |
| Octal | 163 | 125 | 301 | 50 | 70 | 0 | 30 | 401 | 57 | 67 |
| Binary | 1110011 | 1010101 | 11000001 | 101000 | 111000 | 0 | 11000 | 100000001 | 101111 | 110111 |
Color Harmonies of #7355C1
Complementary color
Monochromatic Colors of #7355C1
Black with #7355C1
Text Example
Text Example
White with #7355C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7355C1; }
p { color: rgb(115,85,193); }
H1.HeaderClassName
{
color: #7355C1;
}
.AnyTagClassName
{
color: #7355C1;
}
</style>
background-color css
<style>
a { background-color: #7355C1; }
a { background-color: rgb(115,85,193); }
div.DivClassName
{
background-color: #7355C1;
}
.BgClassName
{
background-color: #7355C1;
}
</style>
border-color css
<style>
span { border-color: #7355C1; }
span { border-color: rgb(115,85,193); }
td.TdClassName
{
border-color: #7355C1;
}
.TagClassName
{
border-color: #7355C1;
}
</style>