Shades of Blue Marguerite #754BBE
Tints of Blue Marguerite #754BBE
RGB
CMYK
RGB Variations
Color information
#754BBE (or 0x754BBE) is known color: Blue Marguerite. HEX triplet: 75, 4B and BE. RGB value is (117,75,190). Sum of RGB (Red+Green+Blue) = 117+75+190=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #754BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754BBE is #8AB441. Grayscale: #646464. Windows color (decimal): -9090114 or 12471157. OLE color: 12471157.
HSL color Cylindrical-coordinate representation of color #754BBE: hue angle of 261.91º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #754BBE is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 75 | 190 | - |
| CMYK | 0.38 | 0.61 | 0 | 0.25 |
| HSL | 261.91º | 0.47% | 0.52% | - |
| HSV(B) | 261.91º | 0.61% | 0.75% | - |
| XYZ | 19.15 | 12.53 | 50.12 | - |
| YUV | 100.67 | 178.41 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 190 | 0.38 | 0.61 | 0 | 0.25 | 261.91 | 0.47 | 0.52 |
| Hex | 75 | 4B | BE | 26 | 3D | 0 | 19 | 106 | 2F | 34 |
| Octal | 165 | 113 | 276 | 46 | 75 | 0 | 31 | 406 | 57 | 64 |
| Binary | 1110101 | 1001011 | 10111110 | 100110 | 111101 | 0 | 11001 | 100000110 | 101111 | 110100 |
Color Harmonies of #754BBE
Complementary color
Monochromatic Colors of #754BBE
Black with #754BBE
Text Example
Text Example
White with #754BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754BBE; }
p { color: rgb(117,75,190); }
H1.HeaderClassName
{
color: #754BBE;
}
.AnyTagClassName
{
color: #754BBE;
}
</style>
background-color css
<style>
a { background-color: #754BBE; }
a { background-color: rgb(117,75,190); }
div.DivClassName
{
background-color: #754BBE;
}
.BgClassName
{
background-color: #754BBE;
}
</style>
border-color css
<style>
span { border-color: #754BBE; }
span { border-color: rgb(117,75,190); }
td.TdClassName
{
border-color: #754BBE;
}
.TagClassName
{
border-color: #754BBE;
}
</style>