#795FB6

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

Shades of Blue Marguerite #795FB6

Tints of Blue Marguerite #795FB6

Color information

#795FB6 (or 0x795FB6) is unknown color: approx Blue Marguerite. HEX triplet: 79, 5F and B6. RGB value is (121,95,182). Sum of RGB (Red+Green+Blue) = 121+95+182=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 182 (71.48% from 255 or 45.73% from 398); Max value from RGB is 182 - color contains mainly: blue. Hex color #795FB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795FB6 is #86A049. Grayscale: #707070. Windows color (decimal): -8822858 or 11951993. OLE color: 11951993.

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

Color convert

RGB12195182-
CMYK0.340.4800.29
HSL257.93º37.34%54.31%-
HSV(B)257.93º47.8%71.37%-
XYZ20.4215.6346.2-
YUV112.69167.11133.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.40%
GREEN value IS 95 (37.5% from 255) = 23.87%
BLUE value IS 182 (71.48% from 255) = 45.73%
R=30.40%
G=23.87%
B=45.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121951820.340.4800.29257.9337.3454.31
Hex795FB6223001D1022536
Octal17113726642600354024566
Binary1111001101111110110110100010110000011101100000010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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