Shades of Slate Blue #736DD4
Tints of Slate Blue #736DD4
RGB
CMYK
RGB Variations
Color information
#736DD4 (or 0x736DD4) is known color: Slate Blue. HEX triplet: 73, 6D and D4. RGB value is (115,109,212). Sum of RGB (Red+Green+Blue) = 115+109+212=436 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.38% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 212 (83.20% from 255 or 48.62% from 436); Max value from RGB is 212 - color contains mainly: blue. Hex color #736DD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736DD4 is #8C922B. Grayscale: #7A7A7A. Windows color (decimal): -9212460 or 13921651. OLE color: 13921651.
HSL color Cylindrical-coordinate representation of color #736DD4: hue angle of 243.5º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #736DD4 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 109 | 212 | - |
| CMYK | 0.46 | 0.49 | 0 | 0.17 |
| HSL | 243.5º | 0.54% | 0.63% | - |
| HSV(B) | 243.5º | 0.49% | 0.83% | - |
| XYZ | 24.42 | 19.34 | 64.73 | - |
| YUV | 122.54 | 178.49 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 109 | 212 | 0.46 | 0.49 | 0 | 0.17 | 243.5 | 0.54 | 0.63 |
| Hex | 73 | 6D | D4 | 2E | 31 | 0 | 11 | F3 | 36 | 3F |
| Octal | 163 | 155 | 324 | 56 | 61 | 0 | 21 | 363 | 66 | 77 |
| Binary | 1110011 | 1101101 | 11010100 | 101110 | 110001 | 0 | 10001 | 11110011 | 110110 | 111111 |
Color Harmonies of #736DD4
Complementary color
Monochromatic Colors of #736DD4
Black with #736DD4
Text Example
Text Example
White with #736DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736DD4; }
p { color: rgb(115,109,212); }
H1.HeaderClassName
{
color: #736DD4;
}
.AnyTagClassName
{
color: #736DD4;
}
</style>
background-color css
<style>
a { background-color: #736DD4; }
a { background-color: rgb(115,109,212); }
div.DivClassName
{
background-color: #736DD4;
}
.BgClassName
{
background-color: #736DD4;
}
</style>
border-color css
<style>
span { border-color: #736DD4; }
span { border-color: rgb(115,109,212); }
td.TdClassName
{
border-color: #736DD4;
}
.TagClassName
{
border-color: #736DD4;
}
</style>