Shades of Blue Marguerite #7065B5
Tints of Blue Marguerite #7065B5
RGB
CMYK
RGB Variations
Color information
#7065B5 (or 0x7065B5) is known color: Blue Marguerite. HEX triplet: 70, 65 and B5. RGB value is (112,101,181). Sum of RGB (Red+Green+Blue) = 112+101+181=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 181 (71.09% from 255 or 45.94% from 394); Max value from RGB is 181 - color contains mainly: blue. Hex color #7065B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7065B5 is #8F9A4A. Grayscale: #717171. Windows color (decimal): -9411147 or 11887984. OLE color: 11887984.
HSL color Cylindrical-coordinate representation of color #7065B5: hue angle of 248.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7065B5 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 101 | 181 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.29 |
| HSL | 248.25º | 0.35% | 0.55% | - |
| HSV(B) | 248.25º | 0.44% | 0.71% | - |
| XYZ | 19.68 | 16.09 | 45.78 | - |
| YUV | 113.41 | 166.14 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 181 | 0.38 | 0.44 | 0 | 0.29 | 248.25 | 0.35 | 0.55 |
| Hex | 70 | 65 | B5 | 26 | 2C | 0 | 1D | F8 | 23 | 37 |
| Octal | 160 | 145 | 265 | 46 | 54 | 0 | 35 | 370 | 43 | 67 |
| Binary | 1110000 | 1100101 | 10110101 | 100110 | 101100 | 0 | 11101 | 11111000 | 100011 | 110111 |
Color Harmonies of #7065B5
Complementary color
Monochromatic Colors of #7065B5
Black with #7065B5
Text Example
Text Example
White with #7065B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7065B5; }
p { color: rgb(112,101,181); }
H1.HeaderClassName
{
color: #7065B5;
}
.AnyTagClassName
{
color: #7065B5;
}
</style>
background-color css
<style>
a { background-color: #7065B5; }
a { background-color: rgb(112,101,181); }
div.DivClassName
{
background-color: #7065B5;
}
.BgClassName
{
background-color: #7065B5;
}
</style>
border-color css
<style>
span { border-color: #7065B5; }
span { border-color: rgb(112,101,181); }
td.TdClassName
{
border-color: #7065B5;
}
.TagClassName
{
border-color: #7065B5;
}
</style>