#795FAE

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

Shades of Blue Marguerite #795FAE

Tints of Blue Marguerite #795FAE

Color information

#795FAE (or 0x795FAE) is unknown color: approx Blue Marguerite. HEX triplet: 79, 5F and AE. RGB value is (121,95,174). Sum of RGB (Red+Green+Blue) = 121+95+174=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #795FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795FAE is #86A051. Grayscale: #6F6F6F. Windows color (decimal): -8822866 or 11427705. OLE color: 11427705.

HSL color Cylindrical-coordinate representation of color #795FAE: hue angle of 259.75º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #795FAE is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12195174-
CMYK0.300.4500.32
HSL259.75º32.78%52.75%-
HSV(B)259.75º45.4%68.24%-
XYZ19.6215.3141.96-
YUV111.78163.11134.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.03%
GREEN value IS 95 (37.5% from 255) = 24.36%
BLUE value IS 174 (68.36% from 255) = 44.62%
R=31.03%
G=24.36%
B=44.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal121951740.300.4500.32259.7532.7852.75
Hex795FAE1E2D0201042135
Octal17113725636550404044165
Binary1111001101111110101110111101011010100000100000100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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