Html Css Color HEX #7662AE Blue Marguerite

📋 copy color: '#7662AE'

red 118 ◦ green 98 ◦ blue 174

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

Shades of Blue Marguerite #7662AE

Tints of Blue Marguerite #7662AE

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.13%

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

R = 30.26%
G = 25.13%
B = 44.62%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7662AE (or 0x7662AE) is known color: Blue Marguerite. HEX triplet: 76, 62 and AE. RGB value is (118,98,174). Sum of RGB (Red+Green+Blue) = 118+98+174=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #7662AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7662AE is #899D51. Grayscale: #707070. Windows color (decimal): -9018706 or 11428470. OLE color: 11428470.

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

Color convert

RGB 118 98 174 -
CMYK 0.32 0.44 0 0.32
HSL 255.79º 0.32% 0.53% -
HSV(B) 255.79º 0.44% 0.68% -
XYZ 19.48 15.64 42.04 -
YUV 112.64 162.63 131.82 -
System Red Green Blue C M Y K H S L
Decimal 118 98 174 0.32 0.44 0 0.32 255.79 0.32 0.53
Hex 76 62 AE 20 2C 0 20 100 20 35
Octal 166 142 256 40 54 0 40 400 40 65
Binary 1110110 1100010 10101110 100000 101100 0 100000 100000000 100000 110101

Color Harmonies of #7662AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7662AE

Black with #7662AE

Text Example


Text Example

White with #7662AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7662AE; }

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

 H1.HeaderClassName
 {
   color: #7662AE;
 }
 .AnyTagClassName
 {
   color: #7662AE;
 }
</style>

background-color css

<style>
 a { background-color: #7662AE; }

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

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

border-color css

<style>
 span { border-color: #7662AE; }

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

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