Shades of Slate Blue #7350C3
Tints of Slate Blue #7350C3
RGB
CMYK
RGB Variations
Color information
#7350C3 (or 0x7350C3) is known color: Slate Blue. HEX triplet: 73, 50 and C3. RGB value is (115,80,195). Sum of RGB (Red+Green+Blue) = 115+80+195=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 195 (76.56% from 255 or 50% from 390); Max value from RGB is 195 - color contains mainly: blue. Hex color #7350C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7350C3 is #8CAF3C. Grayscale: #676767. Windows color (decimal): -9219901 or 12800115. OLE color: 12800115.
HSL color Cylindrical-coordinate representation of color #7350C3: hue angle of 258.26º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7350C3 is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 80 | 195 | - |
| CMYK | 0.41 | 0.59 | 0 | 0.24 |
| HSL | 258.26º | 0.49% | 0.54% | - |
| HSV(B) | 258.26º | 0.59% | 0.76% | - |
| XYZ | 19.79 | 13.32 | 53.16 | - |
| YUV | 103.58 | 179.6 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 80 | 195 | 0.41 | 0.59 | 0 | 0.24 | 258.26 | 0.49 | 0.54 |
| Hex | 73 | 50 | C3 | 29 | 3B | 0 | 18 | 102 | 31 | 36 |
| Octal | 163 | 120 | 303 | 51 | 73 | 0 | 30 | 402 | 61 | 66 |
| Binary | 1110011 | 1010000 | 11000011 | 101001 | 111011 | 0 | 11000 | 100000010 | 110001 | 110110 |
Color Harmonies of #7350C3
Complementary color
Monochromatic Colors of #7350C3
Black with #7350C3
Text Example
Text Example
White with #7350C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7350C3; }
p { color: rgb(115,80,195); }
H1.HeaderClassName
{
color: #7350C3;
}
.AnyTagClassName
{
color: #7350C3;
}
</style>
background-color css
<style>
a { background-color: #7350C3; }
a { background-color: rgb(115,80,195); }
div.DivClassName
{
background-color: #7350C3;
}
.BgClassName
{
background-color: #7350C3;
}
</style>
border-color css
<style>
span { border-color: #7350C3; }
span { border-color: rgb(115,80,195); }
td.TdClassName
{
border-color: #7350C3;
}
.TagClassName
{
border-color: #7350C3;
}
</style>