Shades of Slate Blue #7357D0
Tints of Slate Blue #7357D0
RGB
CMYK
RGB Variations
Color information
#7357D0 (or 0x7357D0) is known color: Slate Blue. HEX triplet: 73, 57 and D0. RGB value is (115,87,208). Sum of RGB (Red+Green+Blue) = 115+87+208=410 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.05% from 410); Green value is 87 (34.38% from 255 or 21.22% from 410); Blue value is 208 (81.64% from 255 or 50.73% from 410); Max value from RGB is 208 - color contains mainly: blue. Hex color #7357D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7357D0 is #8CA82F. Grayscale: #6C6C6C. Windows color (decimal): -9218096 or 13653875. OLE color: 13653875.
HSL color Cylindrical-coordinate representation of color #7357D0: hue angle of 253.88º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7357D0 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 87 | 208 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.18 |
| HSL | 253.88º | 0.56% | 0.58% | - |
| HSV(B) | 253.88º | 0.58% | 0.82% | - |
| XYZ | 21.86 | 15.02 | 61.42 | - |
| YUV | 109.17 | 183.78 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 87 | 208 | 0.45 | 0.58 | 0 | 0.18 | 253.88 | 0.56 | 0.58 |
| Hex | 73 | 57 | D0 | 2D | 3A | 0 | 12 | FE | 38 | 3A |
| Octal | 163 | 127 | 320 | 55 | 72 | 0 | 22 | 376 | 70 | 72 |
| Binary | 1110011 | 1010111 | 11010000 | 101101 | 111010 | 0 | 10010 | 11111110 | 111000 | 111010 |
Color Harmonies of #7357D0
Complementary color
Monochromatic Colors of #7357D0
Black with #7357D0
Text Example
Text Example
White with #7357D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7357D0; }
p { color: rgb(115,87,208); }
H1.HeaderClassName
{
color: #7357D0;
}
.AnyTagClassName
{
color: #7357D0;
}
</style>
background-color css
<style>
a { background-color: #7357D0; }
a { background-color: rgb(115,87,208); }
div.DivClassName
{
background-color: #7357D0;
}
.BgClassName
{
background-color: #7357D0;
}
</style>
border-color css
<style>
span { border-color: #7357D0; }
span { border-color: rgb(115,87,208); }
td.TdClassName
{
border-color: #7357D0;
}
.TagClassName
{
border-color: #7357D0;
}
</style>