Html Css Color HEX #795FAE Blue Marguerite

📋 copy color: '#795FAE'

red 121 ◦ green 95 ◦ blue 174

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

Shades of Blue Marguerite #795FAE

Tints of Blue Marguerite #795FAE

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 value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#795FAE (or 0x795FAE) is known color: 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

RGB 121 95 174 -
CMYK 0.30 0.45 0 0.32
HSL 259.75º 0.33% 0.53% -
HSV(B) 259.75º 0.45% 0.68% -
XYZ 19.62 15.31 41.96 -
YUV 111.78 163.11 134.58 -
System Red Green Blue C M Y K H S L
Decimal 121 95 174 0.30 0.45 0 0.32 259.75 0.33 0.53
Hex 79 5F AE 1E 2D 0 20 104 21 35
Octal 171 137 256 36 55 0 40 404 41 65
Binary 1111001 1011111 10101110 11110 101101 0 100000 100000100 100001 110101

Color Harmonies of #795FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795FAE

Black with #795FAE

Text Example


Text Example

White with #795FAE

Text Example


Text Example

HTML Codes & Css Web 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>