Html Css Color HEX #765FAE Blue Marguerite

📋 copy color: '#765FAE'

red 118 ◦ green 95 ◦ blue 174

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

Shades of Blue Marguerite #765FAE

Tints of Blue Marguerite #765FAE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.55%

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

R = 30.49%
G = 24.55%
B = 44.96%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#765FAE (or 0x765FAE) is known color: Blue Marguerite. HEX triplet: 76, 5F and AE. RGB value is (118,95,174). Sum of RGB (Red+Green+Blue) = 118+95+174=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #765FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765FAE is #89A051. Grayscale: #6E6E6E. Windows color (decimal): -9019474 or 11427702. OLE color: 11427702.

HSL color Cylindrical-coordinate representation of color #765FAE: hue angle of 257.47º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #765FAE is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 95 174 -
CMYK 0.32 0.45 0 0.32
HSL 257.47º 0.33% 0.53% -
HSV(B) 257.47º 0.45% 0.68% -
XYZ 19.2 15.09 41.95 -
YUV 110.88 163.62 133.08 -
System Red Green Blue C M Y K H S L
Decimal 118 95 174 0.32 0.45 0 0.32 257.47 0.33 0.53
Hex 76 5F AE 20 2D 0 20 101 21 35
Octal 166 137 256 40 55 0 40 401 41 65
Binary 1110110 1011111 10101110 100000 101101 0 100000 100000001 100001 110101

Color Harmonies of #765FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765FAE

Black with #765FAE

Text Example


Text Example

White with #765FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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