Shades of Blue Marguerite #735CBC
Tints of Blue Marguerite #735CBC
RGB
CMYK
RGB Variations
Color information
#735CBC (or 0x735CBC) is known color: Blue Marguerite. HEX triplet: 73, 5C and BC. RGB value is (115,92,188). Sum of RGB (Red+Green+Blue) = 115+92+188=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #735CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735CBC is #8CA343. Grayscale: #6D6D6D. Windows color (decimal): -9216836 or 12344435. OLE color: 12344435.
HSL color Cylindrical-coordinate representation of color #735CBC: hue angle of 254.38º 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 #735CBC is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 92 | 188 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.26 |
| HSL | 254.38º | 0.42% | 0.55% | - |
| HSV(B) | 254.38º | 0.51% | 0.74% | - |
| XYZ | 19.97 | 14.93 | 49.41 | - |
| YUV | 109.82 | 172.12 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 188 | 0.39 | 0.51 | 0 | 0.26 | 254.38 | 0.42 | 0.55 |
| Hex | 73 | 5C | BC | 27 | 33 | 0 | 1A | FE | 2A | 37 |
| Octal | 163 | 134 | 274 | 47 | 63 | 0 | 32 | 376 | 52 | 67 |
| Binary | 1110011 | 1011100 | 10111100 | 100111 | 110011 | 0 | 11010 | 11111110 | 101010 | 110111 |
Color Harmonies of #735CBC
Complementary color
Monochromatic Colors of #735CBC
Black with #735CBC
Text Example
Text Example
White with #735CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735CBC; }
p { color: rgb(115,92,188); }
H1.HeaderClassName
{
color: #735CBC;
}
.AnyTagClassName
{
color: #735CBC;
}
</style>
background-color css
<style>
a { background-color: #735CBC; }
a { background-color: rgb(115,92,188); }
div.DivClassName
{
background-color: #735CBC;
}
.BgClassName
{
background-color: #735CBC;
}
</style>
border-color css
<style>
span { border-color: #735CBC; }
span { border-color: rgb(115,92,188); }
td.TdClassName
{
border-color: #735CBC;
}
.TagClassName
{
border-color: #735CBC;
}
</style>