Html Css Color HEX #765AAB Blue Marguerite

📋 copy color: '#765AAB'

red 118 ◦ green 90 ◦ blue 171

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

Shades of Blue Marguerite #765AAB

Tints of Blue Marguerite #765AAB

RGB

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

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

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

R = 31.13%
G = 23.75%
B = 45.12%

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

#765AAB (or 0x765AAB) is known color: Blue Marguerite. HEX triplet: 76, 5A and AB. RGB value is (118,90,171). Sum of RGB (Red+Green+Blue) = 118+90+171=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #765AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765AAB is #89A554. Grayscale: #6B6B6B. Windows color (decimal): -9020757 or 11229814. OLE color: 11229814.

HSL color Cylindrical-coordinate representation of color #765AAB: hue angle of 260.74º degrees, saturation: 0.33, 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 #765AAB is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 90 171 -
CMYK 0.31 0.47 0 0.33
HSL 260.74º 0.33% 0.51% -
HSV(B) 260.74º 0.47% 0.67% -
XYZ 18.48 14.1 40.28 -
YUV 107.61 163.78 135.41 -
System Red Green Blue C M Y K H S L
Decimal 118 90 171 0.31 0.47 0 0.33 260.74 0.33 0.51
Hex 76 5A AB 1F 2F 0 21 105 21 33
Octal 166 132 253 37 57 0 41 405 41 63
Binary 1110110 1011010 10101011 11111 101111 0 100001 100000101 100001 110011

Color Harmonies of #765AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765AAB

Black with #765AAB

Text Example


Text Example

White with #765AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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