Html Css Color HEX #7662B1 Blue Marguerite

📋 copy color: '#7662B1'

red 118 ◦ green 98 ◦ blue 177

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

Shades of Blue Marguerite #7662B1

Tints of Blue Marguerite #7662B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 45.04%

R = 30.03%
G = 24.94%
B = 45.04%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7662B1 (or 0x7662B1) is known color: Blue Marguerite. HEX triplet: 76, 62 and B1. RGB value is (118,98,177). Sum of RGB (Red+Green+Blue) = 118+98+177=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 177 (69.53% from 255 or 45.04% from 393); Max value from RGB is 177 - color contains mainly: blue. Hex color #7662B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7662B1 is #899D4E. Grayscale: #707070. Windows color (decimal): -9018703 or 11625078. OLE color: 11625078.

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

Color convert

RGB 118 98 177 -
CMYK 0.33 0.45 0 0.31
HSL 255.19º 0.34% 0.54% -
HSV(B) 255.19º 0.45% 0.69% -
XYZ 19.77 15.76 43.59 -
YUV 112.99 164.13 131.58 -
System Red Green Blue C M Y K H S L
Decimal 118 98 177 0.33 0.45 0 0.31 255.19 0.34 0.54
Hex 76 62 B1 21 2D 0 1F FF 22 36
Octal 166 142 261 41 55 0 37 377 42 66
Binary 1110110 1100010 10110001 100001 101101 0 11111 11111111 100010 110110

Color Harmonies of #7662B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7662B1

Black with #7662B1

Text Example


Text Example

White with #7662B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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