Shades of Slate Blue #736AD3
Tints of Slate Blue #736AD3
RGB
CMYK
RGB Variations
Color information
#736AD3 (or 0x736AD3) is known color: Slate Blue. HEX triplet: 73, 6A and D3. RGB value is (115,106,211). Sum of RGB (Red+Green+Blue) = 115+106+211=432 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.62% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 211 (82.81% from 255 or 48.84% from 432); Max value from RGB is 211 - color contains mainly: blue. Hex color #736AD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736AD3 is #8C952C. Grayscale: #787878. Windows color (decimal): -9213229 or 13855347. OLE color: 13855347.
HSL color Cylindrical-coordinate representation of color #736AD3: hue angle of 245.14º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #736AD3 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 106 | 211 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.17 |
| HSL | 245.14º | 0.54% | 0.62% | - |
| HSV(B) | 245.14º | 0.5% | 0.83% | - |
| XYZ | 23.98 | 18.66 | 63.97 | - |
| YUV | 120.66 | 178.98 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 211 | 0.45 | 0.50 | 0 | 0.17 | 245.14 | 0.54 | 0.62 |
| Hex | 73 | 6A | D3 | 2D | 32 | 0 | 11 | F5 | 36 | 3E |
| Octal | 163 | 152 | 323 | 55 | 62 | 0 | 21 | 365 | 66 | 76 |
| Binary | 1110011 | 1101010 | 11010011 | 101101 | 110010 | 0 | 10001 | 11110101 | 110110 | 111110 |
Color Harmonies of #736AD3
Complementary color
Monochromatic Colors of #736AD3
Black with #736AD3
Text Example
Text Example
White with #736AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736AD3; }
p { color: rgb(115,106,211); }
H1.HeaderClassName
{
color: #736AD3;
}
.AnyTagClassName
{
color: #736AD3;
}
</style>
background-color css
<style>
a { background-color: #736AD3; }
a { background-color: rgb(115,106,211); }
div.DivClassName
{
background-color: #736AD3;
}
.BgClassName
{
background-color: #736AD3;
}
</style>
border-color css
<style>
span { border-color: #736AD3; }
span { border-color: rgb(115,106,211); }
td.TdClassName
{
border-color: #736AD3;
}
.TagClassName
{
border-color: #736AD3;
}
</style>