Shades of Blue Marguerite #7E5DB4
Tints of Blue Marguerite #7E5DB4
RGB
CMYK
RGB Variations
Color information
#7E5DB4 (or 0x7E5DB4) is known color: Blue Marguerite. HEX triplet: 7E, 5D and B4. RGB value is (126,93,180). Sum of RGB (Red+Green+Blue) = 126+93+180=399 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.58% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 180 (70.70% from 255 or 45.11% from 399); Max value from RGB is 180 - color contains mainly: blue. Hex color #7E5DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5DB4 is #81A24B. Grayscale: #707070. Windows color (decimal): -8495692 or 11820414. OLE color: 11820414.
HSL color Cylindrical-coordinate representation of color #7E5DB4: hue angle of 262.76º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E5DB4 is Cyan = 0.3, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 126 | 93 | 180 | - |
CMYK | 0.3 | 0.48 | 0 | 0.29 |
HSL | 262.76º | 0.37% | 0.54% | - |
HSV(B) | 262.76º | 0.48% | 0.71% | - |
XYZ | 20.76 | 15.56 | 45.09 | - |
YUV | 112.79 | 165.93 | 137.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 126 | 93 | 180 | 0.3 | 0.48 | 0 | 0.29 | 262.76 | 0.37 | 0.54 |
Hex | 7E | 5D | B4 | 1E | 30 | 0 | 1D | 107 | 25 | 36 |
Octal | 176 | 135 | 264 | 36 | 60 | 0 | 35 | 407 | 45 | 66 |
Binary | 1111110 | 1011101 | 10110100 | 11110 | 110000 | 0 | 11101 | 100000111 | 100101 | 110110 |
Color Harmonies of #7E5DB4
Complementary color
Monochromatic Colors of #7E5DB4
Black with #7E5DB4
Text Example
Text Example
White with #7E5DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5DB4; }
p { color: rgb(126,93,180); }
H1.HeaderClassName
{
color: #7E5DB4;
}
.AnyTagClassName
{
color: #7E5DB4;
}
</style>
background-color css
<style>
a { background-color: #7E5DB4; }
a { background-color: rgb(126,93,180); }
div.DivClassName
{
background-color: #7E5DB4;
}
.BgClassName
{
background-color: #7E5DB4;
}
</style>
border-color css
<style>
span { border-color: #7E5DB4; }
span { border-color: rgb(126,93,180); }
td.TdClassName
{
border-color: #7E5DB4;
}
.TagClassName
{
border-color: #7E5DB4;
}
</style>