Shades of Blue Marguerite #7669B4
Tints of Blue Marguerite #7669B4
RGB
CMYK
RGB Variations
Color information
#7669B4 (or 0x7669B4) is known color: Blue Marguerite. HEX triplet: 76, 69 and B4. RGB value is (118,105,180). Sum of RGB (Red+Green+Blue) = 118+105+180=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 180 - color contains mainly: blue. Hex color #7669B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7669B4 is #89964B. Grayscale: #757575. Windows color (decimal): -9016908 or 11823478. OLE color: 11823478.
HSL color Cylindrical-coordinate representation of color #7669B4: hue angle of 250.4º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7669B4 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 105 | 180 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.29 |
| HSL | 250.4º | 0.33% | 0.56% | - |
| HSV(B) | 250.4º | 0.42% | 0.71% | - |
| XYZ | 20.76 | 17.25 | 45.42 | - |
| YUV | 117.44 | 163.31 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 105 | 180 | 0.34 | 0.42 | 0 | 0.29 | 250.4 | 0.33 | 0.56 |
| Hex | 76 | 69 | B4 | 22 | 2A | 0 | 1D | FA | 21 | 38 |
| Octal | 166 | 151 | 264 | 42 | 52 | 0 | 35 | 372 | 41 | 70 |
| Binary | 1110110 | 1101001 | 10110100 | 100010 | 101010 | 0 | 11101 | 11111010 | 100001 | 111000 |
Color Harmonies of #7669B4
Complementary color
Monochromatic Colors of #7669B4
Black with #7669B4
Text Example
Text Example
White with #7669B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7669B4; }
p { color: rgb(118,105,180); }
H1.HeaderClassName
{
color: #7669B4;
}
.AnyTagClassName
{
color: #7669B4;
}
</style>
background-color css
<style>
a { background-color: #7669B4; }
a { background-color: rgb(118,105,180); }
div.DivClassName
{
background-color: #7669B4;
}
.BgClassName
{
background-color: #7669B4;
}
</style>
border-color css
<style>
span { border-color: #7669B4; }
span { border-color: rgb(118,105,180); }
td.TdClassName
{
border-color: #7669B4;
}
.TagClassName
{
border-color: #7669B4;
}
</style>