Html Css Color HEX #765BAC Blue Marguerite

📋 copy color: '#765BAC'

red 118 ◦ green 91 ◦ blue 172

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

Shades of Blue Marguerite #765BAC

Tints of Blue Marguerite #765BAC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.88%

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

R = 30.97%
G = 23.88%
B = 45.14%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#765BAC (or 0x765BAC) is known color: Blue Marguerite. HEX triplet: 76, 5B and AC. RGB value is (118,91,172). Sum of RGB (Red+Green+Blue) = 118+91+172=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #765BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765BAC is #89A453. Grayscale: #6C6C6C. Windows color (decimal): -9020500 or 11295606. OLE color: 11295606.

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

Color convert

RGB 118 91 172 -
CMYK 0.31 0.47 0 0.33
HSL 260º 0.33% 0.52% -
HSV(B) 260º 0.47% 0.67% -
XYZ 18.66 14.31 40.81 -
YUV 108.31 163.95 134.91 -
System Red Green Blue C M Y K H S L
Decimal 118 91 172 0.31 0.47 0 0.33 260 0.33 0.52
Hex 76 5B AC 1F 2F 0 21 104 21 34
Octal 166 133 254 37 57 0 41 404 41 64
Binary 1110110 1011011 10101100 11111 101111 0 100001 100000100 100001 110100

Color Harmonies of #765BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765BAC

Black with #765BAC

Text Example


Text Example

White with #765BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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