Shades of Blue Marguerite #734ABC
Tints of Blue Marguerite #734ABC
RGB
CMYK
RGB Variations
Color information
#734ABC (or 0x734ABC) is known color: Blue Marguerite. HEX triplet: 73, 4A and BC. RGB value is (115,74,188). Sum of RGB (Red+Green+Blue) = 115+74+188=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #734ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734ABC is #8CB543. Grayscale: #626262. Windows color (decimal): -9221444 or 12339827. OLE color: 12339827.
HSL color Cylindrical-coordinate representation of color #734ABC: hue angle of 261.58º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #734ABC is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 74 | 188 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.26 |
| HSL | 261.58º | 0.46% | 0.51% | - |
| HSV(B) | 261.58º | 0.61% | 0.74% | - |
| XYZ | 18.6 | 12.17 | 48.95 | - |
| YUV | 99.26 | 178.08 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 74 | 188 | 0.39 | 0.61 | 0 | 0.26 | 261.58 | 0.46 | 0.51 |
| Hex | 73 | 4A | BC | 27 | 3D | 0 | 1A | 106 | 2E | 33 |
| Octal | 163 | 112 | 274 | 47 | 75 | 0 | 32 | 406 | 56 | 63 |
| Binary | 1110011 | 1001010 | 10111100 | 100111 | 111101 | 0 | 11010 | 100000110 | 101110 | 110011 |
Color Harmonies of #734ABC
Complementary color
Monochromatic Colors of #734ABC
Black with #734ABC
Text Example
Text Example
White with #734ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734ABC; }
p { color: rgb(115,74,188); }
H1.HeaderClassName
{
color: #734ABC;
}
.AnyTagClassName
{
color: #734ABC;
}
</style>
background-color css
<style>
a { background-color: #734ABC; }
a { background-color: rgb(115,74,188); }
div.DivClassName
{
background-color: #734ABC;
}
.BgClassName
{
background-color: #734ABC;
}
</style>
border-color css
<style>
span { border-color: #734ABC; }
span { border-color: rgb(115,74,188); }
td.TdClassName
{
border-color: #734ABC;
}
.TagClassName
{
border-color: #734ABC;
}
</style>