Shades of Blue Marguerite #754BBF
Tints of Blue Marguerite #754BBF
RGB
CMYK
RGB Variations
Color information
#754BBF (or 0x754BBF) is known color: Blue Marguerite. HEX triplet: 75, 4B and BF. RGB value is (117,75,191). Sum of RGB (Red+Green+Blue) = 117+75+191=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 75 (29.69% from 255 or 19.58% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #754BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754BBF is #8AB440. Grayscale: #646464. Windows color (decimal): -9090113 or 12536693. OLE color: 12536693.
HSL color Cylindrical-coordinate representation of color #754BBF: hue angle of 261.72º degrees, saturation: 0.48, 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 #754BBF is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 75 | 191 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.25 |
| HSL | 261.72º | 0.48% | 0.52% | - |
| HSV(B) | 261.72º | 0.61% | 0.75% | - |
| XYZ | 19.26 | 12.58 | 50.7 | - |
| YUV | 100.78 | 178.91 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 191 | 0.39 | 0.61 | 0 | 0.25 | 261.72 | 0.48 | 0.52 |
| Hex | 75 | 4B | BF | 27 | 3D | 0 | 19 | 106 | 30 | 34 |
| Octal | 165 | 113 | 277 | 47 | 75 | 0 | 31 | 406 | 60 | 64 |
| Binary | 1110101 | 1001011 | 10111111 | 100111 | 111101 | 0 | 11001 | 100000110 | 110000 | 110100 |
Color Harmonies of #754BBF
Complementary color
Monochromatic Colors of #754BBF
Black with #754BBF
Text Example
Text Example
White with #754BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754BBF; }
p { color: rgb(117,75,191); }
H1.HeaderClassName
{
color: #754BBF;
}
.AnyTagClassName
{
color: #754BBF;
}
</style>
background-color css
<style>
a { background-color: #754BBF; }
a { background-color: rgb(117,75,191); }
div.DivClassName
{
background-color: #754BBF;
}
.BgClassName
{
background-color: #754BBF;
}
</style>
border-color css
<style>
span { border-color: #754BBF; }
span { border-color: rgb(117,75,191); }
td.TdClassName
{
border-color: #754BBF;
}
.TagClassName
{
border-color: #754BBF;
}
</style>