Shades of Slate Blue #7357D7
Tints of Slate Blue #7357D7
RGB
CMYK
RGB Variations
Color information
#7357D7 (or 0x7357D7) is known color: Slate Blue. HEX triplet: 73, 57 and D7. RGB value is (115,87,215). Sum of RGB (Red+Green+Blue) = 115+87+215=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 215 (84.38% from 255 or 51.56% from 417); Max value from RGB is 215 - color contains mainly: blue. Hex color #7357D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7357D7 is #8CA828. Grayscale: #6D6D6D. Windows color (decimal): -9218089 or 14112627. OLE color: 14112627.
HSL color Cylindrical-coordinate representation of color #7357D7: hue angle of 253.12º 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 #7357D7 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 87 | 215 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.16 |
| HSL | 253.13º | 0.62% | 0.59% | - |
| HSV(B) | 253.13º | 0.6% | 0.84% | - |
| XYZ | 22.74 | 15.37 | 66.06 | - |
| YUV | 109.96 | 187.28 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 87 | 215 | 0.47 | 0.60 | 0 | 0.16 | 253.13 | 0.62 | 0.59 |
| Hex | 73 | 57 | D7 | 2F | 3C | 0 | 10 | FD | 3E | 3B |
| Octal | 163 | 127 | 327 | 57 | 74 | 0 | 20 | 375 | 76 | 73 |
| Binary | 1110011 | 1010111 | 11010111 | 101111 | 111100 | 0 | 10000 | 11111101 | 111110 | 111011 |
Color Harmonies of #7357D7
Complementary color
Monochromatic Colors of #7357D7
Black with #7357D7
Text Example
Text Example
White with #7357D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7357D7; }
p { color: rgb(115,87,215); }
H1.HeaderClassName
{
color: #7357D7;
}
.AnyTagClassName
{
color: #7357D7;
}
</style>
background-color css
<style>
a { background-color: #7357D7; }
a { background-color: rgb(115,87,215); }
div.DivClassName
{
background-color: #7357D7;
}
.BgClassName
{
background-color: #7357D7;
}
</style>
border-color css
<style>
span { border-color: #7357D7; }
span { border-color: rgb(115,87,215); }
td.TdClassName
{
border-color: #7357D7;
}
.TagClassName
{
border-color: #7357D7;
}
</style>