Html Css Color HEX #765AAF Blue Marguerite

📋 copy color: '#765AAF'

red 118 ◦ green 90 ◦ blue 175

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

Shades of Blue Marguerite #765AAF

Tints of Blue Marguerite #765AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.69%

R = 30.81%
G = 23.5%
B = 45.69%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#765AAF (or 0x765AAF) is known color: Blue Marguerite. HEX triplet: 76, 5A and AF. RGB value is (118,90,175). Sum of RGB (Red+Green+Blue) = 118+90+175=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #765AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765AAF is #89A550. Grayscale: #6B6B6B. Windows color (decimal): -9020753 or 11491958. OLE color: 11491958.

HSL color Cylindrical-coordinate representation of color #765AAF: hue angle of 259.76º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #765AAF is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 118 90 175 -
CMYK 0.33 0.49 0 0.31
HSL 259.76º 0.35% 0.52% -
HSV(B) 259.76º 0.49% 0.69% -
XYZ 18.87 14.26 42.32 -
YUV 108.06 165.78 135.09 -
System Red Green Blue C M Y K H S L
Decimal 118 90 175 0.33 0.49 0 0.31 259.76 0.35 0.52
Hex 76 5A AF 21 31 0 1F 104 23 34
Octal 166 132 257 41 61 0 37 404 43 64
Binary 1110110 1011010 10101111 100001 110001 0 11111 100000100 100011 110100

Color Harmonies of #765AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765AAF

Black with #765AAF

Text Example


Text Example

White with #765AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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