Html Css Color HEX #765BAE Blue Marguerite

📋 copy color: '#765BAE'

red 118 ◦ green 91 ◦ blue 174

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

Shades of Blue Marguerite #765BAE

Tints of Blue Marguerite #765BAE

RGB

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

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

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

R = 30.81%
G = 23.76%
B = 45.43%

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

#765BAE (or 0x765BAE) is known color: Blue Marguerite. HEX triplet: 76, 5B and AE. RGB value is (118,91,174). Sum of RGB (Red+Green+Blue) = 118+91+174=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #765BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765BAE is #89A451. Grayscale: #6C6C6C. Windows color (decimal): -9020498 or 11426678. OLE color: 11426678.

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

Color convert

RGB 118 91 174 -
CMYK 0.32 0.48 0 0.32
HSL 259.52º 0.34% 0.52% -
HSV(B) 259.52º 0.48% 0.68% -
XYZ 18.85 14.39 41.83 -
YUV 108.54 164.95 134.75 -
System Red Green Blue C M Y K H S L
Decimal 118 91 174 0.32 0.48 0 0.32 259.52 0.34 0.52
Hex 76 5B AE 20 30 0 20 104 22 34
Octal 166 133 256 40 60 0 40 404 42 64
Binary 1110110 1011011 10101110 100000 110000 0 100000 100000100 100010 110100

Color Harmonies of #765BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765BAE

Black with #765BAE

Text Example


Text Example

White with #765BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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