Shades of Slate Blue #736DD0
Tints of Slate Blue #736DD0
RGB
CMYK
RGB Variations
Color information
#736DD0 (or 0x736DD0) is known color: Slate Blue. HEX triplet: 73, 6D and D0. RGB value is (115,109,208). Sum of RGB (Red+Green+Blue) = 115+109+208=432 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.62% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 208 (81.64% from 255 or 48.15% from 432); Max value from RGB is 208 - color contains mainly: blue. Hex color #736DD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736DD0 is #8C922F. Grayscale: #797979. Windows color (decimal): -9212464 or 13659507. OLE color: 13659507.
HSL color Cylindrical-coordinate representation of color #736DD0: hue angle of 243.64º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #736DD0 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 109 | 208 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.18 |
| HSL | 243.64º | 0.51% | 0.62% | - |
| HSV(B) | 243.64º | 0.48% | 0.82% | - |
| XYZ | 23.92 | 19.14 | 62.11 | - |
| YUV | 122.08 | 176.49 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 109 | 208 | 0.45 | 0.48 | 0 | 0.18 | 243.64 | 0.51 | 0.62 |
| Hex | 73 | 6D | D0 | 2D | 30 | 0 | 12 | F4 | 33 | 3E |
| Octal | 163 | 155 | 320 | 55 | 60 | 0 | 22 | 364 | 63 | 76 |
| Binary | 1110011 | 1101101 | 11010000 | 101101 | 110000 | 0 | 10010 | 11110100 | 110011 | 111110 |
Color Harmonies of #736DD0
Complementary color
Monochromatic Colors of #736DD0
Black with #736DD0
Text Example
Text Example
White with #736DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736DD0; }
p { color: rgb(115,109,208); }
H1.HeaderClassName
{
color: #736DD0;
}
.AnyTagClassName
{
color: #736DD0;
}
</style>
background-color css
<style>
a { background-color: #736DD0; }
a { background-color: rgb(115,109,208); }
div.DivClassName
{
background-color: #736DD0;
}
.BgClassName
{
background-color: #736DD0;
}
</style>
border-color css
<style>
span { border-color: #736DD0; }
span { border-color: rgb(115,109,208); }
td.TdClassName
{
border-color: #736DD0;
}
.TagClassName
{
border-color: #736DD0;
}
</style>