Shades of Blue Marguerite #735BBE
Tints of Blue Marguerite #735BBE
RGB
CMYK
RGB Variations
Color information
#735BBE (or 0x735BBE) is known color: Blue Marguerite. HEX triplet: 73, 5B and BE. RGB value is (115,91,190). Sum of RGB (Red+Green+Blue) = 115+91+190=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #735BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735BBE is #8CA441. Grayscale: #6D6D6D. Windows color (decimal): -9217090 or 12475251. OLE color: 12475251.
HSL color Cylindrical-coordinate representation of color #735BBE: hue angle of 254.55º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #735BBE is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 91 | 190 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.25 |
| HSL | 254.55º | 0.43% | 0.55% | - |
| HSV(B) | 254.55º | 0.52% | 0.75% | - |
| XYZ | 20.11 | 14.84 | 50.52 | - |
| YUV | 109.46 | 173.45 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 91 | 190 | 0.39 | 0.52 | 0 | 0.25 | 254.55 | 0.43 | 0.55 |
| Hex | 73 | 5B | BE | 27 | 34 | 0 | 19 | FF | 2B | 37 |
| Octal | 163 | 133 | 276 | 47 | 64 | 0 | 31 | 377 | 53 | 67 |
| Binary | 1110011 | 1011011 | 10111110 | 100111 | 110100 | 0 | 11001 | 11111111 | 101011 | 110111 |
Color Harmonies of #735BBE
Complementary color
Monochromatic Colors of #735BBE
Black with #735BBE
Text Example
Text Example
White with #735BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735BBE; }
p { color: rgb(115,91,190); }
H1.HeaderClassName
{
color: #735BBE;
}
.AnyTagClassName
{
color: #735BBE;
}
</style>
background-color css
<style>
a { background-color: #735BBE; }
a { background-color: rgb(115,91,190); }
div.DivClassName
{
background-color: #735BBE;
}
.BgClassName
{
background-color: #735BBE;
}
</style>
border-color css
<style>
span { border-color: #735BBE; }
span { border-color: rgb(115,91,190); }
td.TdClassName
{
border-color: #735BBE;
}
.TagClassName
{
border-color: #735BBE;
}
</style>