Shades of Blue Marguerite #755CB3
Tints of Blue Marguerite #755CB3
RGB
CMYK
RGB Variations
Color information
#755CB3 (or 0x755CB3) is known color: Blue Marguerite. HEX triplet: 75, 5C and B3. RGB value is (117,92,179). Sum of RGB (Red+Green+Blue) = 117+92+179=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 179 (70.31% from 255 or 46.13% from 388); Max value from RGB is 179 - color contains mainly: blue. Hex color #755CB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755CB3 is #8AA34C. Grayscale: #6D6D6D. Windows color (decimal): -9085773 or 11754613. OLE color: 11754613.
HSL color Cylindrical-coordinate representation of color #755CB3: hue angle of 257.24º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #755CB3 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 117 | 92 | 179 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.30 |
| HSL | 257.24º | 0.36% | 0.53% | - |
| HSV(B) | 257.24º | 0.49% | 0.7% | - |
| XYZ | 19.3 | 14.69 | 44.47 | - |
| YUV | 109.39 | 167.28 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 92 | 179 | 0.35 | 0.49 | 0 | 0.30 | 257.24 | 0.36 | 0.53 |
| Hex | 75 | 5C | B3 | 23 | 31 | 0 | 1E | 101 | 24 | 35 |
| Octal | 165 | 134 | 263 | 43 | 61 | 0 | 36 | 401 | 44 | 65 |
| Binary | 1110101 | 1011100 | 10110011 | 100011 | 110001 | 0 | 11110 | 100000001 | 100100 | 110101 |
Color Harmonies of #755CB3
Complementary color
Monochromatic Colors of #755CB3
Black with #755CB3
Text Example
Text Example
White with #755CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755CB3; }
p { color: rgb(117,92,179); }
H1.HeaderClassName
{
color: #755CB3;
}
.AnyTagClassName
{
color: #755CB3;
}
</style>
background-color css
<style>
a { background-color: #755CB3; }
a { background-color: rgb(117,92,179); }
div.DivClassName
{
background-color: #755CB3;
}
.BgClassName
{
background-color: #755CB3;
}
</style>
border-color css
<style>
span { border-color: #755CB3; }
span { border-color: rgb(117,92,179); }
td.TdClassName
{
border-color: #755CB3;
}
.TagClassName
{
border-color: #755CB3;
}
</style>