Shades of Slate Blue #734DD2
Tints of Slate Blue #734DD2
RGB
CMYK
RGB Variations
Color information
#734DD2 (or 0x734DD2) is known color: Slate Blue. HEX triplet: 73, 4D and D2. RGB value is (115,77,210). Sum of RGB (Red+Green+Blue) = 115+77+210=402 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.61% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 210 (82.42% from 255 or 52.24% from 402); Max value from RGB is 210 - color contains mainly: blue. Hex color #734DD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734DD2 is #8CB22D. Grayscale: #676767. Windows color (decimal): -9220654 or 13782387. OLE color: 13782387.
HSL color Cylindrical-coordinate representation of color #734DD2: hue angle of 257.14º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #734DD2 is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 77 | 210 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.18 |
| HSL | 257.14º | 0.6% | 0.56% | - |
| HSV(B) | 257.14º | 0.63% | 0.82% | - |
| XYZ | 21.36 | 13.61 | 62.47 | - |
| YUV | 103.52 | 188.09 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 77 | 210 | 0.45 | 0.63 | 0 | 0.18 | 257.14 | 0.6 | 0.56 |
| Hex | 73 | 4D | D2 | 2D | 3F | 0 | 12 | 101 | 3C | 38 |
| Octal | 163 | 115 | 322 | 55 | 77 | 0 | 22 | 401 | 74 | 70 |
| Binary | 1110011 | 1001101 | 11010010 | 101101 | 111111 | 0 | 10010 | 100000001 | 111100 | 111000 |
Color Harmonies of #734DD2
Complementary color
Monochromatic Colors of #734DD2
Black with #734DD2
Text Example
Text Example
White with #734DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734DD2; }
p { color: rgb(115,77,210); }
H1.HeaderClassName
{
color: #734DD2;
}
.AnyTagClassName
{
color: #734DD2;
}
</style>
background-color css
<style>
a { background-color: #734DD2; }
a { background-color: rgb(115,77,210); }
div.DivClassName
{
background-color: #734DD2;
}
.BgClassName
{
background-color: #734DD2;
}
</style>
border-color css
<style>
span { border-color: #734DD2; }
span { border-color: rgb(115,77,210); }
td.TdClassName
{
border-color: #734DD2;
}
.TagClassName
{
border-color: #734DD2;
}
</style>