Shades of Blue Marguerite #785FB3
Tints of Blue Marguerite #785FB3
RGB
CMYK
RGB Variations
Color information
#785FB3 (or 0x785FB3) is known color: Blue Marguerite. HEX triplet: 78, 5F and B3. RGB value is (120,95,179). Sum of RGB (Red+Green+Blue) = 120+95+179=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 179 (70.31% from 255 or 45.43% from 394); Max value from RGB is 179 - color contains mainly: blue. Hex color #785FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785FB3 is #87A04C. Grayscale: #6F6F6F. Windows color (decimal): -8888397 or 11755384. OLE color: 11755384.
HSL color Cylindrical-coordinate representation of color #785FB3: hue angle of 257.86º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #785FB3 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 120 | 95 | 179 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.30 |
| HSL | 257.86º | 0.36% | 0.54% | - |
| HSV(B) | 257.86º | 0.47% | 0.7% | - |
| XYZ | 19.97 | 15.43 | 44.57 | - |
| YUV | 112.05 | 165.78 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 95 | 179 | 0.33 | 0.47 | 0 | 0.30 | 257.86 | 0.36 | 0.54 |
| Hex | 78 | 5F | B3 | 21 | 2F | 0 | 1E | 102 | 24 | 36 |
| Octal | 170 | 137 | 263 | 41 | 57 | 0 | 36 | 402 | 44 | 66 |
| Binary | 1111000 | 1011111 | 10110011 | 100001 | 101111 | 0 | 11110 | 100000010 | 100100 | 110110 |
Color Harmonies of #785FB3
Complementary color
Monochromatic Colors of #785FB3
Black with #785FB3
Text Example
Text Example
White with #785FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785FB3; }
p { color: rgb(120,95,179); }
H1.HeaderClassName
{
color: #785FB3;
}
.AnyTagClassName
{
color: #785FB3;
}
</style>
background-color css
<style>
a { background-color: #785FB3; }
a { background-color: rgb(120,95,179); }
div.DivClassName
{
background-color: #785FB3;
}
.BgClassName
{
background-color: #785FB3;
}
</style>
border-color css
<style>
span { border-color: #785FB3; }
span { border-color: rgb(120,95,179); }
td.TdClassName
{
border-color: #785FB3;
}
.TagClassName
{
border-color: #785FB3;
}
</style>