#7A65B9

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

Shades of Blue Marguerite #7A65B9

Tints of Blue Marguerite #7A65B9

Color information

#7A65B9 (or 0x7A65B9) is unknown color: approx Blue Marguerite. HEX triplet: 7A, 65 and B9. RGB value is (122,101,185). Sum of RGB (Red+Green+Blue) = 122+101+185=408 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.90% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 185 (72.66% from 255 or 45.34% from 408); Max value from RGB is 185 - color contains mainly: blue. Hex color #7A65B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A65B9 is #859A46. Grayscale: #747474. Windows color (decimal): -8755783 or 12150138. OLE color: 12150138.

HSL color Cylindrical-coordinate representation of color #7A65B9: hue angle of 255º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A65B9 is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB122101185-
CMYK0.340.4500.27
HSL255º37.5%56.08%-
HSV(B)255º45.41%72.55%-
XYZ21.4416.9548.04-
YUV116.86166.46131.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.90%
GREEN value IS 101 (39.84% from 255) = 24.75%
BLUE value IS 185 (72.66% from 255) = 45.34%
R=29.90%
G=24.75%
B=45.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221011850.340.4500.2725537.556.08
Hex7A65B9222D01Bff2638
Octal17214527142550333774670
Binary111101011001011011100110001010110101101111111111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A65B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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