Shades of Blue Marguerite #755CBA
Tints of Blue Marguerite #755CBA
RGB
CMYK
RGB Variations
Color information
#755CBA (or 0x755CBA) is known color: Blue Marguerite. HEX triplet: 75, 5C and BA. RGB value is (117,92,186). Sum of RGB (Red+Green+Blue) = 117+92+186=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #755CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755CBA is #8AA345. Grayscale: #6D6D6D. Windows color (decimal): -9085766 or 12213365. OLE color: 12213365.
HSL color Cylindrical-coordinate representation of color #755CBA: hue angle of 255.96º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #755CBA is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 92 | 186 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.27 |
| HSL | 255.96º | 0.41% | 0.55% | - |
| HSV(B) | 255.96º | 0.51% | 0.73% | - |
| XYZ | 20.03 | 14.98 | 48.29 | - |
| YUV | 110.19 | 170.78 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 92 | 186 | 0.37 | 0.51 | 0 | 0.27 | 255.96 | 0.41 | 0.55 |
| Hex | 75 | 5C | BA | 25 | 33 | 0 | 1B | 100 | 29 | 37 |
| Octal | 165 | 134 | 272 | 45 | 63 | 0 | 33 | 400 | 51 | 67 |
| Binary | 1110101 | 1011100 | 10111010 | 100101 | 110011 | 0 | 11011 | 100000000 | 101001 | 110111 |
Color Harmonies of #755CBA
Complementary color
Monochromatic Colors of #755CBA
Black with #755CBA
Text Example
Text Example
White with #755CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755CBA; }
p { color: rgb(117,92,186); }
H1.HeaderClassName
{
color: #755CBA;
}
.AnyTagClassName
{
color: #755CBA;
}
</style>
background-color css
<style>
a { background-color: #755CBA; }
a { background-color: rgb(117,92,186); }
div.DivClassName
{
background-color: #755CBA;
}
.BgClassName
{
background-color: #755CBA;
}
</style>
border-color css
<style>
span { border-color: #755CBA; }
span { border-color: rgb(117,92,186); }
td.TdClassName
{
border-color: #755CBA;
}
.TagClassName
{
border-color: #755CBA;
}
</style>