Html Css Color HEX #765BAB Blue Marguerite

📋 copy color: '#765BAB'

red 118 ◦ green 91 ◦ blue 171

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

Shades of Blue Marguerite #765BAB

Tints of Blue Marguerite #765BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45%

R = 31.05%
G = 23.95%
B = 45%

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

#765BAB (or 0x765BAB) is known color: Blue Marguerite. HEX triplet: 76, 5B and AB. RGB value is (118,91,171). Sum of RGB (Red+Green+Blue) = 118+91+171=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #765BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765BAB is #89A454. Grayscale: #6B6B6B. Windows color (decimal): -9020501 or 11230070. OLE color: 11230070.

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

Color convert

RGB 118 91 171 -
CMYK 0.31 0.47 0 0.33
HSL 260.25º 0.32% 0.51% -
HSV(B) 260.25º 0.47% 0.67% -
XYZ 18.56 14.27 40.3 -
YUV 108.19 163.45 135 -
System Red Green Blue C M Y K H S L
Decimal 118 91 171 0.31 0.47 0 0.33 260.25 0.32 0.51
Hex 76 5B AB 1F 2F 0 21 104 20 33
Octal 166 133 253 37 57 0 41 404 40 63
Binary 1110110 1011011 10101011 11111 101111 0 100001 100000100 100000 110011

Color Harmonies of #765BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765BAB

Black with #765BAB

Text Example


Text Example

White with #765BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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