Shades of Blue Marguerite #755CB4
Tints of Blue Marguerite #755CB4
RGB
CMYK
RGB Variations
Color information
#755CB4 (or 0x755CB4) is known color: Blue Marguerite. HEX triplet: 75, 5C and B4. RGB value is (117,92,180). Sum of RGB (Red+Green+Blue) = 117+92+180=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 180 (70.70% from 255 or 46.27% from 389); Max value from RGB is 180 - color contains mainly: blue. Hex color #755CB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755CB4 is #8AA34B. Grayscale: #6D6D6D. Windows color (decimal): -9085772 or 11820149. OLE color: 11820149.
HSL color Cylindrical-coordinate representation of color #755CB4: hue angle of 257.05º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #755CB4 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 92 | 180 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.29 |
| HSL | 257.05º | 0.37% | 0.53% | - |
| HSV(B) | 257.05º | 0.49% | 0.71% | - |
| XYZ | 19.4 | 14.73 | 45 | - |
| YUV | 109.51 | 167.78 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 92 | 180 | 0.35 | 0.49 | 0 | 0.29 | 257.05 | 0.37 | 0.53 |
| Hex | 75 | 5C | B4 | 23 | 31 | 0 | 1D | 101 | 25 | 35 |
| Octal | 165 | 134 | 264 | 43 | 61 | 0 | 35 | 401 | 45 | 65 |
| Binary | 1110101 | 1011100 | 10110100 | 100011 | 110001 | 0 | 11101 | 100000001 | 100101 | 110101 |
Color Harmonies of #755CB4
Complementary color
Monochromatic Colors of #755CB4
Black with #755CB4
Text Example
Text Example
White with #755CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755CB4; }
p { color: rgb(117,92,180); }
H1.HeaderClassName
{
color: #755CB4;
}
.AnyTagClassName
{
color: #755CB4;
}
</style>
background-color css
<style>
a { background-color: #755CB4; }
a { background-color: rgb(117,92,180); }
div.DivClassName
{
background-color: #755CB4;
}
.BgClassName
{
background-color: #755CB4;
}
</style>
border-color css
<style>
span { border-color: #755CB4; }
span { border-color: rgb(117,92,180); }
td.TdClassName
{
border-color: #755CB4;
}
.TagClassName
{
border-color: #755CB4;
}
</style>