Html Css Color HEX #795DAE Blue Marguerite

📋 copy color: '#795DAE'

red 121 ◦ green 93 ◦ blue 174

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

Shades of Blue Marguerite #795DAE

Tints of Blue Marguerite #795DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.97%

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

R = 31.19%
G = 23.97%
B = 44.85%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#795DAE (or 0x795DAE) is known color: Blue Marguerite. HEX triplet: 79, 5D and AE. RGB value is (121,93,174). Sum of RGB (Red+Green+Blue) = 121+93+174=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #795DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795DAE is #86A251. Grayscale: #6E6E6E. Windows color (decimal): -8823378 or 11427193. OLE color: 11427193.

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

Color convert

RGB 121 93 174 -
CMYK 0.30 0.47 0 0.32
HSL 260.74º 0.33% 0.52% -
HSV(B) 260.74º 0.47% 0.68% -
XYZ 19.44 14.95 41.91 -
YUV 110.61 163.78 135.41 -
System Red Green Blue C M Y K H S L
Decimal 121 93 174 0.30 0.47 0 0.32 260.74 0.33 0.52
Hex 79 5D AE 1E 2F 0 20 105 21 34
Octal 171 135 256 36 57 0 40 405 41 64
Binary 1111001 1011101 10101110 11110 101111 0 100000 100000101 100001 110100

Color Harmonies of #795DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795DAE

Black with #795DAE

Text Example


Text Example

White with #795DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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