#795DB1

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

Shades of Blue Marguerite #795DB1

Tints of Blue Marguerite #795DB1

Color information

#795DB1 (or 0x795DB1) is unknown color: approx Blue Marguerite. HEX triplet: 79, 5D and B1. RGB value is (121,93,177). Sum of RGB (Red+Green+Blue) = 121+93+177=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 177 - color contains mainly: blue. Hex color #795DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795DB1 is #86A24E. Grayscale: #6E6E6E. Windows color (decimal): -8823375 or 11623801. OLE color: 11623801.

HSL color Cylindrical-coordinate representation of color #795DB1: hue angle of 260º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #795DB1 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12193177-
CMYK0.320.4700.31
HSL260º35%52.94%-
HSV(B)260º47.46%69.41%-
XYZ19.7415.0743.46-
YUV110.95165.28135.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.95%
GREEN value IS 93 (36.72% from 255) = 23.79%
BLUE value IS 177 (69.53% from 255) = 45.27%
R=30.95%
G=23.79%
B=45.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121931770.320.4700.312603552.94
Hex795DB1202F01F1042335
Octal17113526140570374044365
Binary1111001101110110110001100000101111011111100000100100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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