Shades of Blue Marguerite #7658B5
Tints of Blue Marguerite #7658B5
RGB
CMYK
RGB Variations
Color information
#7658B5 (or 0x7658B5) is known color: Blue Marguerite. HEX triplet: 76, 58 and B5. RGB value is (118,88,181). Sum of RGB (Red+Green+Blue) = 118+88+181=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 181 (71.09% from 255 or 46.77% from 387); Max value from RGB is 181 - color contains mainly: blue. Hex color #7658B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7658B5 is #89A74A. Grayscale: #6B6B6B. Windows color (decimal): -9021259 or 11884662. OLE color: 11884662.
HSL color Cylindrical-coordinate representation of color #7658B5: hue angle of 259.35º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7658B5 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 88 | 181 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.29 |
| HSL | 259.35º | 0.39% | 0.53% | - |
| HSV(B) | 259.35º | 0.51% | 0.71% | - |
| XYZ | 19.3 | 14.17 | 45.43 | - |
| YUV | 107.57 | 169.44 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 88 | 181 | 0.35 | 0.51 | 0 | 0.29 | 259.35 | 0.39 | 0.53 |
| Hex | 76 | 58 | B5 | 23 | 33 | 0 | 1D | 103 | 27 | 35 |
| Octal | 166 | 130 | 265 | 43 | 63 | 0 | 35 | 403 | 47 | 65 |
| Binary | 1110110 | 1011000 | 10110101 | 100011 | 110011 | 0 | 11101 | 100000011 | 100111 | 110101 |
Color Harmonies of #7658B5
Complementary color
Monochromatic Colors of #7658B5
Black with #7658B5
Text Example
Text Example
White with #7658B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7658B5; }
p { color: rgb(118,88,181); }
H1.HeaderClassName
{
color: #7658B5;
}
.AnyTagClassName
{
color: #7658B5;
}
</style>
background-color css
<style>
a { background-color: #7658B5; }
a { background-color: rgb(118,88,181); }
div.DivClassName
{
background-color: #7658B5;
}
.BgClassName
{
background-color: #7658B5;
}
</style>
border-color css
<style>
span { border-color: #7658B5; }
span { border-color: rgb(118,88,181); }
td.TdClassName
{
border-color: #7658B5;
}
.TagClassName
{
border-color: #7658B5;
}
</style>