Shades of Blue Violet #7528EB
Tints of Blue Violet #7528EB
RGB
CMYK
RGB Variations
Color information
#7528EB (or 0x7528EB) is known color: Blue Violet. HEX triplet: 75, 28 and EB. RGB value is (117,40,235). Sum of RGB (Red+Green+Blue) = 117+40+235=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 40 (16.02% from 255 or 10.20% from 392); Blue value is 235 (92.19% from 255 or 59.95% from 392); Max value from RGB is 235 - color contains mainly: blue. Hex color #7528EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7528EB is #8AD714. Grayscale: #545454. Windows color (decimal): -9099029 or 15411317. OLE color: 15411317.
HSL color Cylindrical-coordinate representation of color #7528EB: hue angle of 263.69º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7528EB is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 40 | 235 | - |
| CMYK | 0.50 | 0.83 | 0 | 0.08 |
| HSL | 263.69º | 0.83% | 0.54% | - |
| HSV(B) | 263.69º | 0.83% | 0.92% | - |
| XYZ | 23.09 | 11.3 | 79.56 | - |
| YUV | 85.25 | 212.51 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 40 | 235 | 0.50 | 0.83 | 0 | 0.08 | 263.69 | 0.83 | 0.54 |
| Hex | 75 | 28 | EB | 32 | 53 | 0 | 8 | 108 | 53 | 36 |
| Octal | 165 | 50 | 353 | 62 | 123 | 0 | 10 | 410 | 123 | 66 |
| Binary | 1110101 | 101000 | 11101011 | 110010 | 1010011 | 0 | 1000 | 100001000 | 1010011 | 110110 |
Color Harmonies of #7528EB
Complementary color
Monochromatic Colors of #7528EB
Black with #7528EB
Text Example
Text Example
White with #7528EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7528EB; }
p { color: rgb(117,40,235); }
H1.HeaderClassName
{
color: #7528EB;
}
.AnyTagClassName
{
color: #7528EB;
}
</style>
background-color css
<style>
a { background-color: #7528EB; }
a { background-color: rgb(117,40,235); }
div.DivClassName
{
background-color: #7528EB;
}
.BgClassName
{
background-color: #7528EB;
}
</style>
border-color css
<style>
span { border-color: #7528EB; }
span { border-color: rgb(117,40,235); }
td.TdClassName
{
border-color: #7528EB;
}
.TagClassName
{
border-color: #7528EB;
}
</style>