#796BB7

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

Shades of Blue Marguerite #796BB7

Tints of Blue Marguerite #796BB7

Color information

#796BB7 (or 0x796BB7) is unknown color: approx Blue Marguerite. HEX triplet: 79, 6B and B7. RGB value is (121,107,183). Sum of RGB (Red+Green+Blue) = 121+107+183=411 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.44% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 183 (71.88% from 255 or 44.53% from 411); Max value from RGB is 183 - color contains mainly: blue. Hex color #796BB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796BB7 is #869448. Grayscale: #777777. Windows color (decimal): -8819785 or 12020601. OLE color: 12020601.

HSL color Cylindrical-coordinate representation of color #796BB7: hue angle of 251.05º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #796BB7 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB121107183-
CMYK0.340.4200.28
HSL251.05º34.55%56.86%-
HSV(B)251.05º41.53%71.76%-
XYZ21.691847.13-
YUV119.85163.64128.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.44%
GREEN value IS 107 (42.19% from 255) = 26.03%
BLUE value IS 183 (71.88% from 255) = 44.53%
R=29.44%
G=26.03%
B=44.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1211071830.340.4200.28251.0534.5556.86
Hex796BB7222A01Cfb2339
Octal17115326742520343734371
Binary111100111010111011011110001010101001110011111011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796BB7; }

 p { color: rgb(121,107,183); }

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

<style>
 a { background-color: #796BB7; }

 a { background-color: rgb(121,107,183); }

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

<style>
 span { border-color: #796BB7; }

 span { border-color: rgb(121,107,183); }

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