#796BB6

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

Shades of Blue Marguerite #796BB6

Tints of Blue Marguerite #796BB6

Color information

#796BB6 (or 0x796BB6) is unknown color: approx Blue Marguerite. HEX triplet: 79, 6B and B6. RGB value is (121,107,182). Sum of RGB (Red+Green+Blue) = 121+107+182=410 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.51% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 182 (71.48% from 255 or 44.39% from 410); Max value from RGB is 182 - color contains mainly: blue. Hex color #796BB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796BB6 is #869449. Grayscale: #777777. Windows color (decimal): -8819786 or 11955065. OLE color: 11955065.

HSL color Cylindrical-coordinate representation of color #796BB6: hue angle of 251.2º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #796BB6 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB121107182-
CMYK0.340.4100.29
HSL251.2º33.94%56.67%-
HSV(B)251.2º41.21%71.37%-
XYZ21.5917.9646.58-
YUV119.74163.14128.9-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.51%
GREEN value IS 107 (42.19% from 255) = 26.10%
BLUE value IS 182 (71.48% from 255) = 44.39%
R=29.51%
G=26.10%
B=44.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1211071820.340.4100.29251.233.9456.67
Hex796BB6222901Dfb2239
Octal17115326642510353734271
Binary111100111010111011011010001010100101110111111011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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