Shades of Blue Marguerite #7265B2
Tints of Blue Marguerite #7265B2
RGB
CMYK
RGB Variations
Color information
#7265B2 (or 0x7265B2) is known color: Blue Marguerite. HEX triplet: 72, 65 and B2. RGB value is (114,101,178). Sum of RGB (Red+Green+Blue) = 114+101+178=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 178 (69.92% from 255 or 45.29% from 393); Max value from RGB is 178 - color contains mainly: blue. Hex color #7265B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7265B2 is #8D9A4D. Grayscale: #717171. Windows color (decimal): -9280078 or 11691378. OLE color: 11691378.
HSL color Cylindrical-coordinate representation of color #7265B2: hue angle of 250.13º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7265B2 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 114 | 101 | 178 | - |
| CMYK | 0.36 | 0.43 | 0 | 0.30 |
| HSL | 250.13º | 0.33% | 0.55% | - |
| HSV(B) | 250.13º | 0.43% | 0.7% | - |
| XYZ | 19.63 | 16.1 | 44.19 | - |
| YUV | 113.67 | 164.31 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 178 | 0.36 | 0.43 | 0 | 0.30 | 250.13 | 0.33 | 0.55 |
| Hex | 72 | 65 | B2 | 24 | 2B | 0 | 1E | FA | 21 | 37 |
| Octal | 162 | 145 | 262 | 44 | 53 | 0 | 36 | 372 | 41 | 67 |
| Binary | 1110010 | 1100101 | 10110010 | 100100 | 101011 | 0 | 11110 | 11111010 | 100001 | 110111 |
Color Harmonies of #7265B2
Complementary color
Monochromatic Colors of #7265B2
Black with #7265B2
Text Example
Text Example
White with #7265B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7265B2; }
p { color: rgb(114,101,178); }
H1.HeaderClassName
{
color: #7265B2;
}
.AnyTagClassName
{
color: #7265B2;
}
</style>
background-color css
<style>
a { background-color: #7265B2; }
a { background-color: rgb(114,101,178); }
div.DivClassName
{
background-color: #7265B2;
}
.BgClassName
{
background-color: #7265B2;
}
</style>
border-color css
<style>
span { border-color: #7265B2; }
span { border-color: rgb(114,101,178); }
td.TdClassName
{
border-color: #7265B2;
}
.TagClassName
{
border-color: #7265B2;
}
</style>