Shades of Blue Marguerite #755AAF
Tints of Blue Marguerite #755AAF
RGB
CMYK
RGB Variations
Color information
#755AAF (or 0x755AAF) is known color: Blue Marguerite. HEX triplet: 75, 5A and AF. RGB value is (117,90,175). Sum of RGB (Red+Green+Blue) = 117+90+175=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 90 (35.55% from 255 or 23.56% 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 #755AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755AAF is #8AA550. Grayscale: #6B6B6B. Windows color (decimal): -9086289 or 11491957. OLE color: 11491957.
HSL color Cylindrical-coordinate representation of color #755AAF: hue angle of 259.06º 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 #755AAF is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 90 | 175 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.31 |
| HSL | 259.06º | 0.35% | 0.52% | - |
| HSV(B) | 259.06º | 0.49% | 0.69% | - |
| XYZ | 18.73 | 14.19 | 42.31 | - |
| YUV | 107.76 | 165.95 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 175 | 0.33 | 0.49 | 0 | 0.31 | 259.06 | 0.35 | 0.52 |
| Hex | 75 | 5A | AF | 21 | 31 | 0 | 1F | 103 | 23 | 34 |
| Octal | 165 | 132 | 257 | 41 | 61 | 0 | 37 | 403 | 43 | 64 |
| Binary | 1110101 | 1011010 | 10101111 | 100001 | 110001 | 0 | 11111 | 100000011 | 100011 | 110100 |
Color Harmonies of #755AAF
Complementary color
Monochromatic Colors of #755AAF
Black with #755AAF
Text Example
Text Example
White with #755AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755AAF; }
p { color: rgb(117,90,175); }
H1.HeaderClassName
{
color: #755AAF;
}
.AnyTagClassName
{
color: #755AAF;
}
</style>
background-color css
<style>
a { background-color: #755AAF; }
a { background-color: rgb(117,90,175); }
div.DivClassName
{
background-color: #755AAF;
}
.BgClassName
{
background-color: #755AAF;
}
</style>
border-color css
<style>
span { border-color: #755AAF; }
span { border-color: rgb(117,90,175); }
td.TdClassName
{
border-color: #755AAF;
}
.TagClassName
{
border-color: #755AAF;
}
</style>