Html Css Color HEX #765AAC Blue Marguerite

📋 copy color: '#765AAC'

red 118 ◦ green 90 ◦ blue 172

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

Shades of Blue Marguerite #765AAC

Tints of Blue Marguerite #765AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.26%

R = 31.05%
G = 23.68%
B = 45.26%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#765AAC (or 0x765AAC) is known color: Blue Marguerite. HEX triplet: 76, 5A and AC. RGB value is (118,90,172). Sum of RGB (Red+Green+Blue) = 118+90+172=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #765AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765AAC is #89A553. Grayscale: #6B6B6B. Windows color (decimal): -9020756 or 11295350. OLE color: 11295350.

HSL color Cylindrical-coordinate representation of color #765AAC: hue angle of 260.49º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #765AAC is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 90 172 -
CMYK 0.31 0.48 0 0.33
HSL 260.49º 0.33% 0.51% -
HSV(B) 260.49º 0.48% 0.67% -
XYZ 18.57 14.14 40.78 -
YUV 107.72 164.28 135.33 -
System Red Green Blue C M Y K H S L
Decimal 118 90 172 0.31 0.48 0 0.33 260.49 0.33 0.51
Hex 76 5A AC 1F 30 0 21 104 21 33
Octal 166 132 254 37 60 0 41 404 41 63
Binary 1110110 1011010 10101100 11111 110000 0 100001 100000100 100001 110011

Color Harmonies of #765AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765AAC

Black with #765AAC

Text Example


Text Example

White with #765AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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