#795EBF

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

Shades of Blue Marguerite #795EBF

Tints of Blue Marguerite #795EBF

Color information

#795EBF (or 0x795EBF) is unknown color: approx Blue Marguerite. HEX triplet: 79, 5E and BF. RGB value is (121,94,191). Sum of RGB (Red+Green+Blue) = 121+94+191=406 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.80% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #795EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795EBF is #86A140. Grayscale: #707070. Windows color (decimal): -8823105 or 12541561. OLE color: 12541561.

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

Color convert

RGB12194191-
CMYK0.370.5100.25
HSL256.7º43.11%55.88%-
HSV(B)256.7º50.79%74.9%-
XYZ21.2915.8351.22-
YUV113.13171.95133.61-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.80%
GREEN value IS 94 (37.11% from 255) = 23.15%
BLUE value IS 191 (75% from 255) = 47.04%
R=29.80%
G=23.15%
B=47.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121941910.370.5100.25256.743.1155.88
Hex795EBF25330191012b38
Octal17113627745630314015370
Binary1111001101111010111111100101110011011001100000001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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