Shades of Blue Marguerite #795CBC
Tints of Blue Marguerite #795CBC
RGB
CMYK
RGB Variations
Color information
#795CBC (or 0x795CBC) is known color: Blue Marguerite. HEX triplet: 79, 5C and BC. RGB value is (121,92,188). Sum of RGB (Red+Green+Blue) = 121+92+188=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #795CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795CBC is #86A343. Grayscale: #6F6F6F. Windows color (decimal): -8823620 or 12344441. OLE color: 12344441.
HSL color Cylindrical-coordinate representation of color #795CBC: hue angle of 258.12º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #795CBC is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 92 | 188 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.26 |
| HSL | 258.13º | 0.42% | 0.55% | - |
| HSV(B) | 258.13º | 0.51% | 0.74% | - |
| XYZ | 20.79 | 15.35 | 49.44 | - |
| YUV | 111.62 | 171.11 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 92 | 188 | 0.36 | 0.51 | 0 | 0.26 | 258.13 | 0.42 | 0.55 |
| Hex | 79 | 5C | BC | 24 | 33 | 0 | 1A | 102 | 2A | 37 |
| Octal | 171 | 134 | 274 | 44 | 63 | 0 | 32 | 402 | 52 | 67 |
| Binary | 1111001 | 1011100 | 10111100 | 100100 | 110011 | 0 | 11010 | 100000010 | 101010 | 110111 |
Color Harmonies of #795CBC
Complementary color
Monochromatic Colors of #795CBC
Black with #795CBC
Text Example
Text Example
White with #795CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795CBC; }
p { color: rgb(121,92,188); }
H1.HeaderClassName
{
color: #795CBC;
}
.AnyTagClassName
{
color: #795CBC;
}
</style>
background-color css
<style>
a { background-color: #795CBC; }
a { background-color: rgb(121,92,188); }
div.DivClassName
{
background-color: #795CBC;
}
.BgClassName
{
background-color: #795CBC;
}
</style>
border-color css
<style>
span { border-color: #795CBC; }
span { border-color: rgb(121,92,188); }
td.TdClassName
{
border-color: #795CBC;
}
.TagClassName
{
border-color: #795CBC;
}
</style>