Shades of Blue Marguerite #7E5DB5
Tints of Blue Marguerite #7E5DB5
RGB
CMYK
RGB Variations
Color information
#7E5DB5 (or 0x7E5DB5) is known color: Blue Marguerite. HEX triplet: 7E, 5D and B5. RGB value is (126,93,181). Sum of RGB (Red+Green+Blue) = 126+93+181=400 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.5% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 181 (71.09% from 255 or 45.25% from 400); Max value from RGB is 181 - color contains mainly: blue. Hex color #7E5DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5DB5 is #81A24A. Grayscale: #707070. Windows color (decimal): -8495691 or 11885950. OLE color: 11885950.
HSL color Cylindrical-coordinate representation of color #7E5DB5: hue angle of 262.5º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E5DB5 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 126 | 93 | 181 | - |
CMYK | 0.30 | 0.49 | 0 | 0.29 |
HSL | 262.5º | 0.37% | 0.54% | - |
HSV(B) | 262.5º | 0.49% | 0.71% | - |
XYZ | 20.86 | 15.6 | 45.63 | - |
YUV | 112.9 | 166.43 | 137.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 126 | 93 | 181 | 0.30 | 0.49 | 0 | 0.29 | 262.5 | 0.37 | 0.54 |
Hex | 7E | 5D | B5 | 1E | 31 | 0 | 1D | 106 | 25 | 36 |
Octal | 176 | 135 | 265 | 36 | 61 | 0 | 35 | 406 | 45 | 66 |
Binary | 1111110 | 1011101 | 10110101 | 11110 | 110001 | 0 | 11101 | 100000110 | 100101 | 110110 |
Color Harmonies of #7E5DB5
Complementary color
Monochromatic Colors of #7E5DB5
Black with #7E5DB5
Text Example
Text Example
White with #7E5DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5DB5; }
p { color: rgb(126,93,181); }
H1.HeaderClassName
{
color: #7E5DB5;
}
.AnyTagClassName
{
color: #7E5DB5;
}
</style>
background-color css
<style>
a { background-color: #7E5DB5; }
a { background-color: rgb(126,93,181); }
div.DivClassName
{
background-color: #7E5DB5;
}
.BgClassName
{
background-color: #7E5DB5;
}
</style>
border-color css
<style>
span { border-color: #7E5DB5; }
span { border-color: rgb(126,93,181); }
td.TdClassName
{
border-color: #7E5DB5;
}
.TagClassName
{
border-color: #7E5DB5;
}
</style>