Shades of Blue Marguerite #735CBD
Tints of Blue Marguerite #735CBD
RGB
CMYK
RGB Variations
Color information
#735CBD (or 0x735CBD) is known color: Blue Marguerite. HEX triplet: 73, 5C and BD. RGB value is (115,92,189). Sum of RGB (Red+Green+Blue) = 115+92+189=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #735CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735CBD is #8CA342. Grayscale: #6D6D6D. Windows color (decimal): -9216835 or 12409971. OLE color: 12409971.
HSL color Cylindrical-coordinate representation of color #735CBD: hue angle of 254.23º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #735CBD is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 92 | 189 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.26 |
| HSL | 254.23º | 0.42% | 0.55% | - |
| HSV(B) | 254.23º | 0.51% | 0.74% | - |
| XYZ | 20.08 | 14.97 | 49.98 | - |
| YUV | 109.94 | 172.62 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 189 | 0.39 | 0.51 | 0 | 0.26 | 254.23 | 0.42 | 0.55 |
| Hex | 73 | 5C | BD | 27 | 33 | 0 | 1A | FE | 2A | 37 |
| Octal | 163 | 134 | 275 | 47 | 63 | 0 | 32 | 376 | 52 | 67 |
| Binary | 1110011 | 1011100 | 10111101 | 100111 | 110011 | 0 | 11010 | 11111110 | 101010 | 110111 |
Color Harmonies of #735CBD
Complementary color
Monochromatic Colors of #735CBD
Black with #735CBD
Text Example
Text Example
White with #735CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735CBD; }
p { color: rgb(115,92,189); }
H1.HeaderClassName
{
color: #735CBD;
}
.AnyTagClassName
{
color: #735CBD;
}
</style>
background-color css
<style>
a { background-color: #735CBD; }
a { background-color: rgb(115,92,189); }
div.DivClassName
{
background-color: #735CBD;
}
.BgClassName
{
background-color: #735CBD;
}
</style>
border-color css
<style>
span { border-color: #735CBD; }
span { border-color: rgb(115,92,189); }
td.TdClassName
{
border-color: #735CBD;
}
.TagClassName
{
border-color: #735CBD;
}
</style>