Shades of Blue Marguerite #7553B8
Tints of Blue Marguerite #7553B8
RGB
CMYK
RGB Variations
Color information
#7553B8 (or 0x7553B8) is known color: Blue Marguerite. HEX triplet: 75, 53 and B8. RGB value is (117,83,184). Sum of RGB (Red+Green+Blue) = 117+83+184=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 184 (72.27% from 255 or 47.92% from 384); Max value from RGB is 184 - color contains mainly: blue. Hex color #7553B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7553B8 is #8AAC47. Grayscale: #686868. Windows color (decimal): -9088072 or 12079989. OLE color: 12079989.
HSL color Cylindrical-coordinate representation of color #7553B8: hue angle of 260.2º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7553B8 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 117 | 83 | 184 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.28 |
| HSL | 260.2º | 0.42% | 0.52% | - |
| HSV(B) | 260.2º | 0.55% | 0.72% | - |
| XYZ | 19.08 | 13.43 | 46.93 | - |
| YUV | 104.68 | 172.76 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 83 | 184 | 0.36 | 0.55 | 0 | 0.28 | 260.2 | 0.42 | 0.52 |
| Hex | 75 | 53 | B8 | 24 | 37 | 0 | 1C | 104 | 2A | 34 |
| Octal | 165 | 123 | 270 | 44 | 67 | 0 | 34 | 404 | 52 | 64 |
| Binary | 1110101 | 1010011 | 10111000 | 100100 | 110111 | 0 | 11100 | 100000100 | 101010 | 110100 |
Color Harmonies of #7553B8
Complementary color
Monochromatic Colors of #7553B8
Black with #7553B8
Text Example
Text Example
White with #7553B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7553B8; }
p { color: rgb(117,83,184); }
H1.HeaderClassName
{
color: #7553B8;
}
.AnyTagClassName
{
color: #7553B8;
}
</style>
background-color css
<style>
a { background-color: #7553B8; }
a { background-color: rgb(117,83,184); }
div.DivClassName
{
background-color: #7553B8;
}
.BgClassName
{
background-color: #7553B8;
}
</style>
border-color css
<style>
span { border-color: #7553B8; }
span { border-color: rgb(117,83,184); }
td.TdClassName
{
border-color: #7553B8;
}
.TagClassName
{
border-color: #7553B8;
}
</style>