Html Css Color HEX #765EAE Blue Marguerite

📋 copy color: '#765EAE'

red 118 ◦ green 94 ◦ blue 174

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

Shades of Blue Marguerite #765EAE

Tints of Blue Marguerite #765EAE

RGB

 RED value IS 118 (46.48% from 255) = 30.57%

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

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

R = 30.57%
G = 24.35%
B = 45.08%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#765EAE (or 0x765EAE) is known color: Blue Marguerite. HEX triplet: 76, 5E and AE. RGB value is (118,94,174). Sum of RGB (Red+Green+Blue) = 118+94+174=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #765EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765EAE is #89A151. Grayscale: #6D6D6D. Windows color (decimal): -9019730 or 11427446. OLE color: 11427446.

HSL color Cylindrical-coordinate representation of color #765EAE: hue angle of 258º 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 #765EAE is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 94 174 -
CMYK 0.32 0.46 0 0.32
HSL 258º 0.33% 0.53% -
HSV(B) 258º 0.46% 0.68% -
XYZ 19.11 14.91 41.92 -
YUV 110.3 163.95 133.5 -
System Red Green Blue C M Y K H S L
Decimal 118 94 174 0.32 0.46 0 0.32 258 0.33 0.53
Hex 76 5E AE 20 2E 0 20 102 21 35
Octal 166 136 256 40 56 0 40 402 41 65
Binary 1110110 1011110 10101110 100000 101110 0 100000 100000010 100001 110101

Color Harmonies of #765EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765EAE

Black with #765EAE

Text Example


Text Example

White with #765EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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