Shades of Blue Marguerite #7965BF
Tints of Blue Marguerite #7965BF
RGB
CMYK
RGB Variations
Color information
#7965BF (or 0x7965BF) is known color: Blue Marguerite. HEX triplet: 79, 65 and BF. RGB value is (121,101,191). Sum of RGB (Red+Green+Blue) = 121+101+191=413 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.30% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #7965BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7965BF is #869A40. Grayscale: #747474. Windows color (decimal): -8821313 or 12543353. OLE color: 12543353.
HSL color Cylindrical-coordinate representation of color #7965BF: hue angle of 253.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7965BF is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 101 | 191 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.25 |
| HSL | 253.33º | 0.41% | 0.57% | - |
| HSV(B) | 253.33º | 0.47% | 0.75% | - |
| XYZ | 21.94 | 17.13 | 51.44 | - |
| YUV | 117.24 | 169.63 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 101 | 191 | 0.37 | 0.47 | 0 | 0.25 | 253.33 | 0.41 | 0.57 |
| Hex | 79 | 65 | BF | 25 | 2F | 0 | 19 | FD | 29 | 39 |
| Octal | 171 | 145 | 277 | 45 | 57 | 0 | 31 | 375 | 51 | 71 |
| Binary | 1111001 | 1100101 | 10111111 | 100101 | 101111 | 0 | 11001 | 11111101 | 101001 | 111001 |
Color Harmonies of #7965BF
Complementary color
Monochromatic Colors of #7965BF
Black with #7965BF
Text Example
Text Example
White with #7965BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7965BF; }
p { color: rgb(121,101,191); }
H1.HeaderClassName
{
color: #7965BF;
}
.AnyTagClassName
{
color: #7965BF;
}
</style>
background-color css
<style>
a { background-color: #7965BF; }
a { background-color: rgb(121,101,191); }
div.DivClassName
{
background-color: #7965BF;
}
.BgClassName
{
background-color: #7965BF;
}
</style>
border-color css
<style>
span { border-color: #7965BF; }
span { border-color: rgb(121,101,191); }
td.TdClassName
{
border-color: #7965BF;
}
.TagClassName
{
border-color: #7965BF;
}
</style>