Shades of Blue Marguerite #735ABC
Tints of Blue Marguerite #735ABC
RGB
CMYK
RGB Variations
Color information
#735ABC (or 0x735ABC) is known color: Blue Marguerite. HEX triplet: 73, 5A and BC. RGB value is (115,90,188). Sum of RGB (Red+Green+Blue) = 115+90+188=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #735ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735ABC is #8CA543. Grayscale: #6C6C6C. Windows color (decimal): -9217348 or 12343923. OLE color: 12343923.
HSL color Cylindrical-coordinate representation of color #735ABC: hue angle of 255.31º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #735ABC is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 90 | 188 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.26 |
| HSL | 255.31º | 0.42% | 0.55% | - |
| HSV(B) | 255.31º | 0.52% | 0.74% | - |
| XYZ | 19.8 | 14.59 | 49.35 | - |
| YUV | 108.65 | 172.78 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 188 | 0.39 | 0.52 | 0 | 0.26 | 255.31 | 0.42 | 0.55 |
| Hex | 73 | 5A | BC | 27 | 34 | 0 | 1A | FF | 2A | 37 |
| Octal | 163 | 132 | 274 | 47 | 64 | 0 | 32 | 377 | 52 | 67 |
| Binary | 1110011 | 1011010 | 10111100 | 100111 | 110100 | 0 | 11010 | 11111111 | 101010 | 110111 |
Color Harmonies of #735ABC
Complementary color
Monochromatic Colors of #735ABC
Black with #735ABC
Text Example
Text Example
White with #735ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735ABC; }
p { color: rgb(115,90,188); }
H1.HeaderClassName
{
color: #735ABC;
}
.AnyTagClassName
{
color: #735ABC;
}
</style>
background-color css
<style>
a { background-color: #735ABC; }
a { background-color: rgb(115,90,188); }
div.DivClassName
{
background-color: #735ABC;
}
.BgClassName
{
background-color: #735ABC;
}
</style>
border-color css
<style>
span { border-color: #735ABC; }
span { border-color: rgb(115,90,188); }
td.TdClassName
{
border-color: #735ABC;
}
.TagClassName
{
border-color: #735ABC;
}
</style>