#795DBF

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

Shades of Blue Marguerite #795DBF

Tints of Blue Marguerite #795DBF

Color information

#795DBF (or 0x795DBF) is unknown color: approx Blue Marguerite. HEX triplet: 79, 5D and BF. RGB value is (121,93,191). Sum of RGB (Red+Green+Blue) = 121+93+191=405 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.88% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #795DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795DBF is #86A240. Grayscale: #707070. Windows color (decimal): -8823361 or 12541305. OLE color: 12541305.

HSL color Cylindrical-coordinate representation of color #795DBF: hue angle of 257.14º 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 #795DBF is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12193191-
CMYK0.370.5100.25
HSL257.14º43.36%55.69%-
HSV(B)257.14º51.31%74.9%-
XYZ21.215.6651.19-
YUV112.54172.28134.03-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.88%
GREEN value IS 93 (36.72% from 255) = 22.96%
BLUE value IS 191 (75% from 255) = 47.16%
R=29.88%
G=22.96%
B=47.16%

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
Decimal121931910.370.5100.25257.1443.3655.69
Hex795DBF25330191012b38
Octal17113527745630314015370
Binary1111001101110110111111100101110011011001100000001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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