Shades of Slate Blue #7369C1
Tints of Slate Blue #7369C1
RGB
CMYK
RGB Variations
Color information
#7369C1 (or 0x7369C1) is known color: Slate Blue. HEX triplet: 73, 69 and C1. RGB value is (115,105,193). Sum of RGB (Red+Green+Blue) = 115+105+193=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 193 (75.78% from 255 or 46.73% from 413); Max value from RGB is 193 - color contains mainly: blue. Hex color #7369C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7369C1 is #8C963E. Grayscale: #757575. Windows color (decimal): -9213503 or 12675443. OLE color: 12675443.
HSL color Cylindrical-coordinate representation of color #7369C1: hue angle of 246.82º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7369C1 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 105 | 193 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.24 |
| HSL | 246.82º | 0.42% | 0.58% | - |
| HSV(B) | 246.82º | 0.46% | 0.76% | - |
| XYZ | 21.75 | 17.6 | 52.7 | - |
| YUV | 118.02 | 170.31 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 105 | 193 | 0.40 | 0.46 | 0 | 0.24 | 246.82 | 0.42 | 0.58 |
| Hex | 73 | 69 | C1 | 28 | 2E | 0 | 18 | F7 | 2A | 3A |
| Octal | 163 | 151 | 301 | 50 | 56 | 0 | 30 | 367 | 52 | 72 |
| Binary | 1110011 | 1101001 | 11000001 | 101000 | 101110 | 0 | 11000 | 11110111 | 101010 | 111010 |
Color Harmonies of #7369C1
Complementary color
Monochromatic Colors of #7369C1
Black with #7369C1
Text Example
Text Example
White with #7369C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7369C1; }
p { color: rgb(115,105,193); }
H1.HeaderClassName
{
color: #7369C1;
}
.AnyTagClassName
{
color: #7369C1;
}
</style>
background-color css
<style>
a { background-color: #7369C1; }
a { background-color: rgb(115,105,193); }
div.DivClassName
{
background-color: #7369C1;
}
.BgClassName
{
background-color: #7369C1;
}
</style>
border-color css
<style>
span { border-color: #7369C1; }
span { border-color: rgb(115,105,193); }
td.TdClassName
{
border-color: #7369C1;
}
.TagClassName
{
border-color: #7369C1;
}
</style>