Shades of Slate Blue #7351D0
Tints of Slate Blue #7351D0
RGB
CMYK
RGB Variations
Color information
#7351D0 (or 0x7351D0) is known color: Slate Blue. HEX triplet: 73, 51 and D0. RGB value is (115,81,208). Sum of RGB (Red+Green+Blue) = 115+81+208=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 208 (81.64% from 255 or 51.49% from 404); Max value from RGB is 208 - color contains mainly: blue. Hex color #7351D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7351D0 is #8CAE2F. Grayscale: #696969. Windows color (decimal): -9219632 or 13652339. OLE color: 13652339.
HSL color Cylindrical-coordinate representation of color #7351D0: hue angle of 256.06º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7351D0 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 81 | 208 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.18 |
| HSL | 256.06º | 0.57% | 0.57% | - |
| HSV(B) | 256.06º | 0.61% | 0.82% | - |
| XYZ | 21.4 | 14.08 | 61.27 | - |
| YUV | 105.64 | 185.76 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 81 | 208 | 0.45 | 0.61 | 0 | 0.18 | 256.06 | 0.57 | 0.57 |
| Hex | 73 | 51 | D0 | 2D | 3D | 0 | 12 | 100 | 39 | 39 |
| Octal | 163 | 121 | 320 | 55 | 75 | 0 | 22 | 400 | 71 | 71 |
| Binary | 1110011 | 1010001 | 11010000 | 101101 | 111101 | 0 | 10010 | 100000000 | 111001 | 111001 |
Color Harmonies of #7351D0
Complementary color
Monochromatic Colors of #7351D0
Black with #7351D0
Text Example
Text Example
White with #7351D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7351D0; }
p { color: rgb(115,81,208); }
H1.HeaderClassName
{
color: #7351D0;
}
.AnyTagClassName
{
color: #7351D0;
}
</style>
background-color css
<style>
a { background-color: #7351D0; }
a { background-color: rgb(115,81,208); }
div.DivClassName
{
background-color: #7351D0;
}
.BgClassName
{
background-color: #7351D0;
}
</style>
border-color css
<style>
span { border-color: #7351D0; }
span { border-color: rgb(115,81,208); }
td.TdClassName
{
border-color: #7351D0;
}
.TagClassName
{
border-color: #7351D0;
}
</style>