Html Css Color HEX #765CAF Blue Marguerite

📋 copy color: '#765CAF'

red 118 ◦ green 92 ◦ blue 175

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

Shades of Blue Marguerite #765CAF

Tints of Blue Marguerite #765CAF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.9%

 BLUE value IS 175 (68.75% from 255) = 45.45%

R = 30.65%
G = 23.9%
B = 45.45%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#765CAF (or 0x765CAF) is known color: Blue Marguerite. HEX triplet: 76, 5C and AF. RGB value is (118,92,175). Sum of RGB (Red+Green+Blue) = 118+92+175=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #765CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765CAF is #89A350. Grayscale: #6C6C6C. Windows color (decimal): -9020241 or 11492470. OLE color: 11492470.

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

Color convert

RGB 118 92 175 -
CMYK 0.33 0.47 0 0.31
HSL 258.8º 0.34% 0.52% -
HSV(B) 258.8º 0.47% 0.69% -
XYZ 19.04 14.6 42.37 -
YUV 109.24 165.11 134.25 -
System Red Green Blue C M Y K H S L
Decimal 118 92 175 0.33 0.47 0 0.31 258.8 0.34 0.52
Hex 76 5C AF 21 2F 0 1F 103 22 34
Octal 166 134 257 41 57 0 37 403 42 64
Binary 1110110 1011100 10101111 100001 101111 0 11111 100000011 100010 110100

Color Harmonies of #765CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765CAF

Black with #765CAF

Text Example


Text Example

White with #765CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,92,175); }

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

background-color css

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

 a { background-color: rgb(118,92,175); }

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

border-color css

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

 span { border-color: rgb(118,92,175); }

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