Shades of Blue Marguerite #736ABC
Tints of Blue Marguerite #736ABC
RGB
CMYK
RGB Variations
Color information
#736ABC (or 0x736ABC) is known color: Blue Marguerite. HEX triplet: 73, 6A and BC. RGB value is (115,106,188). Sum of RGB (Red+Green+Blue) = 115+106+188=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #736ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736ABC is #8C9543. Grayscale: #757575. Windows color (decimal): -9213252 or 12348019. OLE color: 12348019.
HSL color Cylindrical-coordinate representation of color #736ABC: hue angle of 246.59º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #736ABC is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 106 | 188 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.26 |
| HSL | 246.59º | 0.38% | 0.58% | - |
| HSV(B) | 246.59º | 0.44% | 0.74% | - |
| XYZ | 21.3 | 17.58 | 49.85 | - |
| YUV | 118.04 | 167.48 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 188 | 0.39 | 0.44 | 0 | 0.26 | 246.59 | 0.38 | 0.58 |
| Hex | 73 | 6A | BC | 27 | 2C | 0 | 1A | F7 | 26 | 3A |
| Octal | 163 | 152 | 274 | 47 | 54 | 0 | 32 | 367 | 46 | 72 |
| Binary | 1110011 | 1101010 | 10111100 | 100111 | 101100 | 0 | 11010 | 11110111 | 100110 | 111010 |
Color Harmonies of #736ABC
Complementary color
Monochromatic Colors of #736ABC
Black with #736ABC
Text Example
Text Example
White with #736ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736ABC; }
p { color: rgb(115,106,188); }
H1.HeaderClassName
{
color: #736ABC;
}
.AnyTagClassName
{
color: #736ABC;
}
</style>
background-color css
<style>
a { background-color: #736ABC; }
a { background-color: rgb(115,106,188); }
div.DivClassName
{
background-color: #736ABC;
}
.BgClassName
{
background-color: #736ABC;
}
</style>
border-color css
<style>
span { border-color: #736ABC; }
span { border-color: rgb(115,106,188); }
td.TdClassName
{
border-color: #736ABC;
}
.TagClassName
{
border-color: #736ABC;
}
</style>