Shades of Slate Blue #7350CD
Tints of Slate Blue #7350CD
RGB
CMYK
RGB Variations
Color information
#7350CD (or 0x7350CD) is known color: Slate Blue. HEX triplet: 73, 50 and CD. RGB value is (115,80,205). Sum of RGB (Red+Green+Blue) = 115+80+205=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #7350CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7350CD is #8CAF32. Grayscale: #686868. Windows color (decimal): -9219891 or 13455475. OLE color: 13455475.
HSL color Cylindrical-coordinate representation of color #7350CD: hue angle of 256.8º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7350CD is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 80 | 205 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.20 |
| HSL | 256.8º | 0.56% | 0.56% | - |
| HSV(B) | 256.8º | 0.61% | 0.8% | - |
| XYZ | 20.96 | 13.79 | 59.31 | - |
| YUV | 104.72 | 184.6 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 80 | 205 | 0.44 | 0.61 | 0 | 0.20 | 256.8 | 0.56 | 0.56 |
| Hex | 73 | 50 | CD | 2C | 3D | 0 | 14 | 101 | 38 | 38 |
| Octal | 163 | 120 | 315 | 54 | 75 | 0 | 24 | 401 | 70 | 70 |
| Binary | 1110011 | 1010000 | 11001101 | 101100 | 111101 | 0 | 10100 | 100000001 | 111000 | 111000 |
Color Harmonies of #7350CD
Complementary color
Monochromatic Colors of #7350CD
Black with #7350CD
Text Example
Text Example
White with #7350CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7350CD; }
p { color: rgb(115,80,205); }
H1.HeaderClassName
{
color: #7350CD;
}
.AnyTagClassName
{
color: #7350CD;
}
</style>
background-color css
<style>
a { background-color: #7350CD; }
a { background-color: rgb(115,80,205); }
div.DivClassName
{
background-color: #7350CD;
}
.BgClassName
{
background-color: #7350CD;
}
</style>
border-color css
<style>
span { border-color: #7350CD; }
span { border-color: rgb(115,80,205); }
td.TdClassName
{
border-color: #7350CD;
}
.TagClassName
{
border-color: #7350CD;
}
</style>