Shades of Slate Blue #7355CD
Tints of Slate Blue #7355CD
RGB
CMYK
RGB Variations
Color information
#7355CD (or 0x7355CD) is known color: Slate Blue. HEX triplet: 73, 55 and CD. RGB value is (115,85,205). Sum of RGB (Red+Green+Blue) = 115+85+205=405 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.40% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #7355CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7355CD is #8CAA32. Grayscale: #6B6B6B. Windows color (decimal): -9218611 or 13456755. OLE color: 13456755.
HSL color Cylindrical-coordinate representation of color #7355CD: hue angle of 255º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7355CD is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 85 | 205 | - |
| CMYK | 0.44 | 0.59 | 0 | 0.20 |
| HSL | 255º | 0.55% | 0.57% | - |
| HSV(B) | 255º | 0.59% | 0.8% | - |
| XYZ | 21.34 | 14.55 | 59.44 | - |
| YUV | 107.65 | 182.94 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 85 | 205 | 0.44 | 0.59 | 0 | 0.20 | 255 | 0.55 | 0.57 |
| Hex | 73 | 55 | CD | 2C | 3B | 0 | 14 | FF | 37 | 39 |
| Octal | 163 | 125 | 315 | 54 | 73 | 0 | 24 | 377 | 67 | 71 |
| Binary | 1110011 | 1010101 | 11001101 | 101100 | 111011 | 0 | 10100 | 11111111 | 110111 | 111001 |
Color Harmonies of #7355CD
Complementary color
Monochromatic Colors of #7355CD
Black with #7355CD
Text Example
Text Example
White with #7355CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7355CD; }
p { color: rgb(115,85,205); }
H1.HeaderClassName
{
color: #7355CD;
}
.AnyTagClassName
{
color: #7355CD;
}
</style>
background-color css
<style>
a { background-color: #7355CD; }
a { background-color: rgb(115,85,205); }
div.DivClassName
{
background-color: #7355CD;
}
.BgClassName
{
background-color: #7355CD;
}
</style>
border-color css
<style>
span { border-color: #7355CD; }
span { border-color: rgb(115,85,205); }
td.TdClassName
{
border-color: #7355CD;
}
.TagClassName
{
border-color: #7355CD;
}
</style>