#7A5DBE

Color #7A5DBE Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #7A5DBE

Tints of Blue Marguerite #7A5DBE

Color information

#7A5DBE (or 0x7A5DBE) is unknown color: approx Blue Marguerite. HEX triplet: 7A, 5D and BE. RGB value is (122,93,190). Sum of RGB (Red+Green+Blue) = 122+93+190=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A5DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5DBE is #85A241. Grayscale: #707070. Windows color (decimal): -8757826 or 12475770. OLE color: 12475770.

HSL color Cylindrical-coordinate representation of color #7A5DBE: hue angle of 257.94º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A5DBE is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12293190-
CMYK0.360.5100.25
HSL257.94º42.73%55.49%-
HSV(B)257.94º51.05%74.51%-
XYZ21.2315.6850.62-
YUV112.73171.61134.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 30.12%
GREEN value IS 93 (36.72% from 255) = 22.96%
BLUE value IS 190 (74.61% from 255) = 46.91%
R=30.12%
G=22.96%
B=46.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122931900.360.5100.25257.9442.7355.49
Hex7A5DBE24330191022b37
Octal17213527644630314025367
Binary1111010101110110111110100100110011011001100000010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A5DBE; }

 p { color: rgb(122,93,190); }

 H1.HeaderClassName
 {
   color: #7A5DBE;
 }
 .AnyTagClassName
 {
   color: #7A5DBE;
 }
</style>
background-color css

<style>
 a { background-color: #7A5DBE; }

 a { background-color: rgb(122,93,190); }

 div.DivClassName
 {
   background-color: #7A5DBE;
 }
 .BgClassName
 {
   background-color: #7A5DBE;
 }
</style>
border-color css

<style>
 span { border-color: #7A5DBE; }

 span { border-color: rgb(122,93,190); }

 td.TdClassName
 {
   border-color: #7A5DBE;
 }
 .TagClassName
 {
   border-color: #7A5DBE;
 }
</style>