Html Css Color HEX #795EAE Blue Marguerite

📋 copy color: '#795EAE'

red 121 ◦ green 94 ◦ blue 174

#795EAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #795EAE

Tints of Blue Marguerite #795EAE

RGB

 RED value IS 121 (47.66% from 255) = 31.11%

 GREEN value IS 94 (37.11% from 255) = 24.16%

 BLUE value IS 174 (68.36% from 255) = 44.73%

R = 31.11%
G = 24.16%
B = 44.73%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#795EAE (or 0x795EAE) is known color: Blue Marguerite. HEX triplet: 79, 5E and AE. RGB value is (121,94,174). Sum of RGB (Red+Green+Blue) = 121+94+174=389 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.11% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #795EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795EAE is #86A151. Grayscale: #6E6E6E. Windows color (decimal): -8823122 or 11427449. OLE color: 11427449.

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

Color convert

RGB 121 94 174 -
CMYK 0.30 0.46 0 0.32
HSL 260.25º 0.33% 0.53% -
HSV(B) 260.25º 0.46% 0.68% -
XYZ 19.53 15.13 41.93 -
YUV 111.19 163.45 135 -
System Red Green Blue C M Y K H S L
Decimal 121 94 174 0.30 0.46 0 0.32 260.25 0.33 0.53
Hex 79 5E AE 1E 2E 0 20 104 21 35
Octal 171 136 256 36 56 0 40 404 41 65
Binary 1111001 1011110 10101110 11110 101110 0 100000 100000100 100001 110101

Color Harmonies of #795EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795EAE

Black with #795EAE

Text Example


Text Example

White with #795EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #795EAE;
 }
 .AnyTagClassName
 {
   color: #795EAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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