#7A62B3

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

Shades of Blue Marguerite #7A62B3

Tints of Blue Marguerite #7A62B3

Color information

#7A62B3 (or 0x7A62B3) is unknown color: approx Blue Marguerite. HEX triplet: 7A, 62 and B3. RGB value is (122,98,179). Sum of RGB (Red+Green+Blue) = 122+98+179=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 179 (70.31% from 255 or 44.86% from 399); Max value from RGB is 179 - color contains mainly: blue. Hex color #7A62B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A62B3 is #859D4C. Grayscale: #727272. Windows color (decimal): -8756557 or 11756154. OLE color: 11756154.

HSL color Cylindrical-coordinate representation of color #7A62B3: hue angle of 257.78º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A62B3 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12298179-
CMYK0.320.4500.30
HSL257.78º34.76%54.31%-
HSV(B)257.78º45.25%70.2%-
XYZ20.5316.1344.68-
YUV114.41164.45133.41-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.58%
GREEN value IS 98 (38.67% from 255) = 24.56%
BLUE value IS 179 (70.31% from 255) = 44.86%
R=30.58%
G=24.56%
B=44.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal122981790.320.4500.30257.7834.7654.31
Hex7A62B3202D01E1022336
Octal17214226340550364024366
Binary1111010110001010110011100000101101011110100000010100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A62B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,98,179); }

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

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

 a { background-color: rgb(122,98,179); }

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

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

 span { border-color: rgb(122,98,179); }

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