#7A65BE

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

Shades of Blue Marguerite #7A65BE

Tints of Blue Marguerite #7A65BE

Color information

#7A65BE (or 0x7A65BE) is unknown color: approx Blue Marguerite. HEX triplet: 7A, 65 and BE. RGB value is (122,101,190). Sum of RGB (Red+Green+Blue) = 122+101+190=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A65BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A65BE is #859A41. Grayscale: #757575. Windows color (decimal): -8755778 or 12477818. OLE color: 12477818.

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

Color convert

RGB122101190-
CMYK0.360.4700.25
HSL254.16º40.64%57.06%-
HSV(B)254.16º46.84%74.51%-
XYZ21.9717.1650.87-
YUV117.42168.96131.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.54%
GREEN value IS 101 (39.84% from 255) = 24.46%
BLUE value IS 190 (74.61% from 255) = 46.00%
R=29.54%
G=24.46%
B=46.00%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221011900.360.4700.25254.1640.6457.06
Hex7A65BE242F019fe2939
Octal17214527644570313765171
Binary111101011001011011111010010010111101100111111110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A65BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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