Shades of Slate Blue #7358D1
Tints of Slate Blue #7358D1
RGB
CMYK
RGB Variations
Color information
#7358D1 (or 0x7358D1) is known color: Slate Blue. HEX triplet: 73, 58 and D1. RGB value is (115,88,209). Sum of RGB (Red+Green+Blue) = 115+88+209=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 209 (82.03% from 255 or 50.73% from 412); Max value from RGB is 209 - color contains mainly: blue. Hex color #7358D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7358D1 is #8CA72E. Grayscale: #6D6D6D. Windows color (decimal): -9217839 or 13719667. OLE color: 13719667.
HSL color Cylindrical-coordinate representation of color #7358D1: hue angle of 253.39º degrees, saturation: 0.57, 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 #7358D1 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 88 | 209 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.18 |
| HSL | 253.39º | 0.57% | 0.58% | - |
| HSV(B) | 253.39º | 0.58% | 0.82% | - |
| XYZ | 22.07 | 15.23 | 62.1 | - |
| YUV | 109.87 | 183.95 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 88 | 209 | 0.45 | 0.58 | 0 | 0.18 | 253.39 | 0.57 | 0.58 |
| Hex | 73 | 58 | D1 | 2D | 3A | 0 | 12 | FD | 39 | 3A |
| Octal | 163 | 130 | 321 | 55 | 72 | 0 | 22 | 375 | 71 | 72 |
| Binary | 1110011 | 1011000 | 11010001 | 101101 | 111010 | 0 | 10010 | 11111101 | 111001 | 111010 |
Color Harmonies of #7358D1
Complementary color
Monochromatic Colors of #7358D1
Black with #7358D1
Text Example
Text Example
White with #7358D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7358D1; }
p { color: rgb(115,88,209); }
H1.HeaderClassName
{
color: #7358D1;
}
.AnyTagClassName
{
color: #7358D1;
}
</style>
background-color css
<style>
a { background-color: #7358D1; }
a { background-color: rgb(115,88,209); }
div.DivClassName
{
background-color: #7358D1;
}
.BgClassName
{
background-color: #7358D1;
}
</style>
border-color css
<style>
span { border-color: #7358D1; }
span { border-color: rgb(115,88,209); }
td.TdClassName
{
border-color: #7358D1;
}
.TagClassName
{
border-color: #7358D1;
}
</style>