Shades of Blue Marguerite #7659AF
Tints of Blue Marguerite #7659AF
RGB
CMYK
RGB Variations
Color information
#7659AF (or 0x7659AF) is known color: Blue Marguerite. HEX triplet: 76, 59 and AF. RGB value is (118,89,175). Sum of RGB (Red+Green+Blue) = 118+89+175=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #7659AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7659AF is #89A650. Grayscale: #6B6B6B. Windows color (decimal): -9021009 or 11491702. OLE color: 11491702.
HSL color Cylindrical-coordinate representation of color #7659AF: hue angle of 260.23º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7659AF is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 89 | 175 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.31 |
| HSL | 260.23º | 0.35% | 0.52% | - |
| HSV(B) | 260.23º | 0.49% | 0.69% | - |
| XYZ | 18.78 | 14.09 | 42.29 | - |
| YUV | 107.48 | 166.11 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 89 | 175 | 0.33 | 0.49 | 0 | 0.31 | 260.23 | 0.35 | 0.52 |
| Hex | 76 | 59 | AF | 21 | 31 | 0 | 1F | 104 | 23 | 34 |
| Octal | 166 | 131 | 257 | 41 | 61 | 0 | 37 | 404 | 43 | 64 |
| Binary | 1110110 | 1011001 | 10101111 | 100001 | 110001 | 0 | 11111 | 100000100 | 100011 | 110100 |
Color Harmonies of #7659AF
Complementary color
Monochromatic Colors of #7659AF
Black with #7659AF
Text Example
Text Example
White with #7659AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7659AF; }
p { color: rgb(118,89,175); }
H1.HeaderClassName
{
color: #7659AF;
}
.AnyTagClassName
{
color: #7659AF;
}
</style>
background-color css
<style>
a { background-color: #7659AF; }
a { background-color: rgb(118,89,175); }
div.DivClassName
{
background-color: #7659AF;
}
.BgClassName
{
background-color: #7659AF;
}
</style>
border-color css
<style>
span { border-color: #7659AF; }
span { border-color: rgb(118,89,175); }
td.TdClassName
{
border-color: #7659AF;
}
.TagClassName
{
border-color: #7659AF;
}
</style>