#795BBF

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

Shades of Blue Marguerite #795BBF

Tints of Blue Marguerite #795BBF

Color information

#795BBF (or 0x795BBF) is unknown color: approx Blue Marguerite. HEX triplet: 79, 5B and BF. RGB value is (121,91,191). Sum of RGB (Red+Green+Blue) = 121+91+191=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 91 (35.94% from 255 or 22.58% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #795BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795BBF is #86A440. Grayscale: #6F6F6F. Windows color (decimal): -8823873 or 12540793. OLE color: 12540793.

HSL color Cylindrical-coordinate representation of color #795BBF: hue angle of 258º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #795BBF is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12191191-
CMYK0.370.5200.25
HSL258º43.86%55.29%-
HSV(B)258º52.36%74.9%-
XYZ21.0315.3151.14-
YUV111.37172.94134.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.02%
GREEN value IS 91 (35.94% from 255) = 22.58%
BLUE value IS 191 (75% from 255) = 47.39%
R=30.02%
G=22.58%
B=47.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121911910.370.5200.2525843.8655.29
Hex795BBF25340191022c37
Octal17113327745640314025467
Binary1111001101101110111111100101110100011001100000010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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