Shades of Blue Marguerite #756AB4
Tints of Blue Marguerite #756AB4
RGB
CMYK
RGB Variations
Color information
#756AB4 (or 0x756AB4) is known color: Blue Marguerite. HEX triplet: 75, 6A and B4. RGB value is (117,106,180). Sum of RGB (Red+Green+Blue) = 117+106+180=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 106 (41.80% from 255 or 26.30% 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 #756AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756AB4 is #8A954B. Grayscale: #757575. Windows color (decimal): -9082188 or 11823733. OLE color: 11823733.
HSL color Cylindrical-coordinate representation of color #756AB4: hue angle of 248.92º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #756AB4 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 106 | 180 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.29 |
| HSL | 248.92º | 0.33% | 0.56% | - |
| HSV(B) | 248.92º | 0.41% | 0.71% | - |
| XYZ | 20.73 | 17.39 | 45.44 | - |
| YUV | 117.73 | 163.14 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 180 | 0.35 | 0.41 | 0 | 0.29 | 248.92 | 0.33 | 0.56 |
| Hex | 75 | 6A | B4 | 23 | 29 | 0 | 1D | F9 | 21 | 38 |
| Octal | 165 | 152 | 264 | 43 | 51 | 0 | 35 | 371 | 41 | 70 |
| Binary | 1110101 | 1101010 | 10110100 | 100011 | 101001 | 0 | 11101 | 11111001 | 100001 | 111000 |
Color Harmonies of #756AB4
Complementary color
Monochromatic Colors of #756AB4
Black with #756AB4
Text Example
Text Example
White with #756AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756AB4; }
p { color: rgb(117,106,180); }
H1.HeaderClassName
{
color: #756AB4;
}
.AnyTagClassName
{
color: #756AB4;
}
</style>
background-color css
<style>
a { background-color: #756AB4; }
a { background-color: rgb(117,106,180); }
div.DivClassName
{
background-color: #756AB4;
}
.BgClassName
{
background-color: #756AB4;
}
</style>
border-color css
<style>
span { border-color: #756AB4; }
span { border-color: rgb(117,106,180); }
td.TdClassName
{
border-color: #756AB4;
}
.TagClassName
{
border-color: #756AB4;
}
</style>