Shades of Blue Marguerite #7065B3
Tints of Blue Marguerite #7065B3
RGB
CMYK
RGB Variations
Color information
#7065B3 (or 0x7065B3) is known color: Blue Marguerite. HEX triplet: 70, 65 and B3. RGB value is (112,101,179). Sum of RGB (Red+Green+Blue) = 112+101+179=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 179 (70.31% from 255 or 45.66% from 392); Max value from RGB is 179 - color contains mainly: blue. Hex color #7065B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7065B3 is #8F9A4C. Grayscale: #707070. Windows color (decimal): -9411149 or 11756912. OLE color: 11756912.
HSL color Cylindrical-coordinate representation of color #7065B3: hue angle of 248.46º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7065B3 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 101 | 179 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.30 |
| HSL | 248.46º | 0.34% | 0.55% | - |
| HSV(B) | 248.46º | 0.44% | 0.7% | - |
| XYZ | 19.47 | 16.01 | 44.71 | - |
| YUV | 113.18 | 165.14 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 179 | 0.37 | 0.44 | 0 | 0.30 | 248.46 | 0.34 | 0.55 |
| Hex | 70 | 65 | B3 | 25 | 2C | 0 | 1E | F8 | 22 | 37 |
| Octal | 160 | 145 | 263 | 45 | 54 | 0 | 36 | 370 | 42 | 67 |
| Binary | 1110000 | 1100101 | 10110011 | 100101 | 101100 | 0 | 11110 | 11111000 | 100010 | 110111 |
Color Harmonies of #7065B3
Complementary color
Monochromatic Colors of #7065B3
Black with #7065B3
Text Example
Text Example
White with #7065B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7065B3; }
p { color: rgb(112,101,179); }
H1.HeaderClassName
{
color: #7065B3;
}
.AnyTagClassName
{
color: #7065B3;
}
</style>
background-color css
<style>
a { background-color: #7065B3; }
a { background-color: rgb(112,101,179); }
div.DivClassName
{
background-color: #7065B3;
}
.BgClassName
{
background-color: #7065B3;
}
</style>
border-color css
<style>
span { border-color: #7065B3; }
span { border-color: rgb(112,101,179); }
td.TdClassName
{
border-color: #7065B3;
}
.TagClassName
{
border-color: #7065B3;
}
</style>