Shades of Slate Blue #736BD2
Tints of Slate Blue #736BD2
RGB
CMYK
RGB Variations
Color information
#736BD2 (or 0x736BD2) is known color: Slate Blue. HEX triplet: 73, 6B and D2. RGB value is (115,107,210). Sum of RGB (Red+Green+Blue) = 115+107+210=432 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.62% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 210 (82.42% from 255 or 48.61% from 432); Max value from RGB is 210 - color contains mainly: blue. Hex color #736BD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736BD2 is #8C942D. Grayscale: #787878. Windows color (decimal): -9212974 or 13790067. OLE color: 13790067.
HSL color Cylindrical-coordinate representation of color #736BD2: hue angle of 244.66º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #736BD2 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 107 | 210 | - |
| CMYK | 0.45 | 0.49 | 0 | 0.18 |
| HSL | 244.66º | 0.53% | 0.62% | - |
| HSV(B) | 244.66º | 0.49% | 0.82% | - |
| XYZ | 23.96 | 18.81 | 63.34 | - |
| YUV | 121.13 | 178.15 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 210 | 0.45 | 0.49 | 0 | 0.18 | 244.66 | 0.53 | 0.62 |
| Hex | 73 | 6B | D2 | 2D | 31 | 0 | 12 | F5 | 35 | 3E |
| Octal | 163 | 153 | 322 | 55 | 61 | 0 | 22 | 365 | 65 | 76 |
| Binary | 1110011 | 1101011 | 11010010 | 101101 | 110001 | 0 | 10010 | 11110101 | 110101 | 111110 |
Color Harmonies of #736BD2
Complementary color
Monochromatic Colors of #736BD2
Black with #736BD2
Text Example
Text Example
White with #736BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736BD2; }
p { color: rgb(115,107,210); }
H1.HeaderClassName
{
color: #736BD2;
}
.AnyTagClassName
{
color: #736BD2;
}
</style>
background-color css
<style>
a { background-color: #736BD2; }
a { background-color: rgb(115,107,210); }
div.DivClassName
{
background-color: #736BD2;
}
.BgClassName
{
background-color: #736BD2;
}
</style>
border-color css
<style>
span { border-color: #736BD2; }
span { border-color: rgb(115,107,210); }
td.TdClassName
{
border-color: #736BD2;
}
.TagClassName
{
border-color: #736BD2;
}
</style>