Html Css Color HEX #765AAE Blue Marguerite

📋 copy color: '#765AAE'

red 118 ◦ green 90 ◦ blue 174

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

Shades of Blue Marguerite #765AAE

Tints of Blue Marguerite #765AAE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.56%

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

R = 30.89%
G = 23.56%
B = 45.55%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#765AAE (or 0x765AAE) is known color: Blue Marguerite. HEX triplet: 76, 5A and AE. RGB value is (118,90,174). Sum of RGB (Red+Green+Blue) = 118+90+174=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #765AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765AAE is #89A551. Grayscale: #6B6B6B. Windows color (decimal): -9020754 or 11426422. OLE color: 11426422.

HSL color Cylindrical-coordinate representation of color #765AAE: hue angle of 260º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #765AAE is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 90 174 -
CMYK 0.32 0.48 0 0.32
HSL 260º 0.34% 0.52% -
HSV(B) 260º 0.48% 0.68% -
XYZ 18.77 14.22 41.8 -
YUV 107.95 165.28 135.17 -
System Red Green Blue C M Y K H S L
Decimal 118 90 174 0.32 0.48 0 0.32 260 0.34 0.52
Hex 76 5A AE 20 30 0 20 104 22 34
Octal 166 132 256 40 60 0 40 404 42 64
Binary 1110110 1011010 10101110 100000 110000 0 100000 100000100 100010 110100

Color Harmonies of #765AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765AAE

Black with #765AAE

Text Example


Text Example

White with #765AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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