#795BB6

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

Shades of Blue Marguerite #795BB6

Tints of Blue Marguerite #795BB6

Color information

#795BB6 (or 0x795BB6) is unknown color: approx Blue Marguerite. HEX triplet: 79, 5B and B6. RGB value is (121,91,182). Sum of RGB (Red+Green+Blue) = 121+91+182=394 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.71% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 182 (71.48% from 255 or 46.19% from 394); Max value from RGB is 182 - color contains mainly: blue. Hex color #795BB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795BB6 is #86A449. Grayscale: #6E6E6E. Windows color (decimal): -8823882 or 11950969. OLE color: 11950969.

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

Color convert

RGB12191182-
CMYK0.340.500.29
HSL259.78º38.4%53.53%-
HSV(B)259.78º50%71.37%-
XYZ20.0714.9246.08-
YUV110.34168.44135.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.71%
GREEN value IS 91 (35.94% from 255) = 23.10%
BLUE value IS 182 (71.48% from 255) = 46.19%
R=30.71%
G=23.10%
B=46.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121911820.340.500.29259.7838.453.53
Hex795BB6223201D1042636
Octal17113326642620354044666
Binary1111001101101110110110100010110010011101100000100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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