Shades of Blue Marguerite #7758AF
Tints of Blue Marguerite #7758AF
RGB
CMYK
RGB Variations
Color information
#7758AF (or 0x7758AF) is known color: Blue Marguerite. HEX triplet: 77, 58 and AF. RGB value is (119,88,175). Sum of RGB (Red+Green+Blue) = 119+88+175=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 88 (34.77% from 255 or 23.04% 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 #7758AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7758AF is #88A750. Grayscale: #6A6A6A. Windows color (decimal): -8955729 or 11491447. OLE color: 11491447.
HSL color Cylindrical-coordinate representation of color #7758AF: hue angle of 261.38º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7758AF is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 88 | 175 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.31 |
| HSL | 261.38º | 0.35% | 0.52% | - |
| HSV(B) | 261.38º | 0.5% | 0.69% | - |
| XYZ | 18.84 | 14 | 42.27 | - |
| YUV | 107.19 | 166.27 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 88 | 175 | 0.32 | 0.50 | 0 | 0.31 | 261.38 | 0.35 | 0.52 |
| Hex | 77 | 58 | AF | 20 | 32 | 0 | 1F | 105 | 23 | 34 |
| Octal | 167 | 130 | 257 | 40 | 62 | 0 | 37 | 405 | 43 | 64 |
| Binary | 1110111 | 1011000 | 10101111 | 100000 | 110010 | 0 | 11111 | 100000101 | 100011 | 110100 |
Color Harmonies of #7758AF
Complementary color
Monochromatic Colors of #7758AF
Black with #7758AF
Text Example
Text Example
White with #7758AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7758AF; }
p { color: rgb(119,88,175); }
H1.HeaderClassName
{
color: #7758AF;
}
.AnyTagClassName
{
color: #7758AF;
}
</style>
background-color css
<style>
a { background-color: #7758AF; }
a { background-color: rgb(119,88,175); }
div.DivClassName
{
background-color: #7758AF;
}
.BgClassName
{
background-color: #7758AF;
}
</style>
border-color css
<style>
span { border-color: #7758AF; }
span { border-color: rgb(119,88,175); }
td.TdClassName
{
border-color: #7758AF;
}
.TagClassName
{
border-color: #7758AF;
}
</style>