Shades of Slate Blue #7355D7
Tints of Slate Blue #7355D7
RGB
CMYK
RGB Variations
Color information
#7355D7 (or 0x7355D7) is known color: Slate Blue. HEX triplet: 73, 55 and D7. RGB value is (115,85,215). Sum of RGB (Red+Green+Blue) = 115+85+215=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 215 (84.38% from 255 or 51.81% from 415); Max value from RGB is 215 - color contains mainly: blue. Hex color #7355D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7355D7 is #8CAA28. Grayscale: #6C6C6C. Windows color (decimal): -9218601 or 14112115. OLE color: 14112115.
HSL color Cylindrical-coordinate representation of color #7355D7: hue angle of 253.85º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7355D7 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 85 | 215 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.16 |
| HSL | 253.85º | 0.62% | 0.59% | - |
| HSV(B) | 253.85º | 0.6% | 0.84% | - |
| XYZ | 22.58 | 15.05 | 66 | - |
| YUV | 108.79 | 187.94 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 85 | 215 | 0.47 | 0.60 | 0 | 0.16 | 253.85 | 0.62 | 0.59 |
| Hex | 73 | 55 | D7 | 2F | 3C | 0 | 10 | FE | 3E | 3B |
| Octal | 163 | 125 | 327 | 57 | 74 | 0 | 20 | 376 | 76 | 73 |
| Binary | 1110011 | 1010101 | 11010111 | 101111 | 111100 | 0 | 10000 | 11111110 | 111110 | 111011 |
Color Harmonies of #7355D7
Complementary color
Monochromatic Colors of #7355D7
Black with #7355D7
Text Example
Text Example
White with #7355D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7355D7; }
p { color: rgb(115,85,215); }
H1.HeaderClassName
{
color: #7355D7;
}
.AnyTagClassName
{
color: #7355D7;
}
</style>
background-color css
<style>
a { background-color: #7355D7; }
a { background-color: rgb(115,85,215); }
div.DivClassName
{
background-color: #7355D7;
}
.BgClassName
{
background-color: #7355D7;
}
</style>
border-color css
<style>
span { border-color: #7355D7; }
span { border-color: rgb(115,85,215); }
td.TdClassName
{
border-color: #7355D7;
}
.TagClassName
{
border-color: #7355D7;
}
</style>