Shades of Slate Blue #7357D3
Tints of Slate Blue #7357D3
RGB
CMYK
RGB Variations
Color information
#7357D3 (or 0x7357D3) is known color: Slate Blue. HEX triplet: 73, 57 and D3. RGB value is (115,87,211). Sum of RGB (Red+Green+Blue) = 115+87+211=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 211 (82.81% from 255 or 51.09% from 413); Max value from RGB is 211 - color contains mainly: blue. Hex color #7357D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7357D3 is #8CA82C. Grayscale: #6D6D6D. Windows color (decimal): -9218093 or 13850483. OLE color: 13850483.
HSL color Cylindrical-coordinate representation of color #7357D3: hue angle of 253.55º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7357D3 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 87 | 211 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.17 |
| HSL | 253.55º | 0.58% | 0.58% | - |
| HSV(B) | 253.55º | 0.59% | 0.83% | - |
| XYZ | 22.24 | 15.16 | 63.38 | - |
| YUV | 109.51 | 185.28 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 87 | 211 | 0.45 | 0.59 | 0 | 0.17 | 253.55 | 0.58 | 0.58 |
| Hex | 73 | 57 | D3 | 2D | 3B | 0 | 11 | FE | 3A | 3A |
| Octal | 163 | 127 | 323 | 55 | 73 | 0 | 21 | 376 | 72 | 72 |
| Binary | 1110011 | 1010111 | 11010011 | 101101 | 111011 | 0 | 10001 | 11111110 | 111010 | 111010 |
Color Harmonies of #7357D3
Complementary color
Monochromatic Colors of #7357D3
Black with #7357D3
Text Example
Text Example
White with #7357D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7357D3; }
p { color: rgb(115,87,211); }
H1.HeaderClassName
{
color: #7357D3;
}
.AnyTagClassName
{
color: #7357D3;
}
</style>
background-color css
<style>
a { background-color: #7357D3; }
a { background-color: rgb(115,87,211); }
div.DivClassName
{
background-color: #7357D3;
}
.BgClassName
{
background-color: #7357D3;
}
</style>
border-color css
<style>
span { border-color: #7357D3; }
span { border-color: rgb(115,87,211); }
td.TdClassName
{
border-color: #7357D3;
}
.TagClassName
{
border-color: #7357D3;
}
</style>