#795AB4

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

Shades of Blue Marguerite #795AB4

Tints of Blue Marguerite #795AB4

Color information

#795AB4 (or 0x795AB4) is unknown color: approx Blue Marguerite. HEX triplet: 79, 5A and B4. RGB value is (121,90,180). Sum of RGB (Red+Green+Blue) = 121+90+180=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 180 (70.70% from 255 or 46.04% from 391); Max value from RGB is 180 - color contains mainly: blue. Hex color #795AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795AB4 is #86A54B. Grayscale: #6D6D6D. Windows color (decimal): -8824140 or 11819641. OLE color: 11819641.

HSL color Cylindrical-coordinate representation of color #795AB4: hue angle of 260.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #795AB4 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12190180-
CMYK0.330.5000.29
HSL260.67º37.5%52.94%-
HSV(B)260.67º50%70.59%-
XYZ19.7814.6744.97-
YUV109.53167.77136.18-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.95%
GREEN value IS 90 (35.55% from 255) = 23.02%
BLUE value IS 180 (70.70% from 255) = 46.04%
R=30.95%
G=23.02%
B=46.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121901800.330.5000.29260.6737.552.94
Hex795AB4213201D1052635
Octal17113226441620354054665
Binary1111001101101010110100100001110010011101100000101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795AB4; }

 p { color: rgb(121,90,180); }

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

<style>
 a { background-color: #795AB4; }

 a { background-color: rgb(121,90,180); }

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

<style>
 span { border-color: #795AB4; }

 span { border-color: rgb(121,90,180); }

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