Html Css Color HEX #7662BF Blue Marguerite

📋 copy color: '#7662BF'

red 118 ◦ green 98 ◦ blue 191

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

Shades of Blue Marguerite #7662BF

Tints of Blue Marguerite #7662BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.93%

R = 28.99%
G = 24.08%
B = 46.93%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7662BF (or 0x7662BF) is known color: Blue Marguerite. HEX triplet: 76, 62 and BF. RGB value is (118,98,191). Sum of RGB (Red+Green+Blue) = 118+98+191=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #7662BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7662BF is #899D40. Grayscale: #727272. Windows color (decimal): -9018689 or 12542582. OLE color: 12542582.

HSL color Cylindrical-coordinate representation of color #7662BF: hue angle of 252.9º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7662BF is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 98 191 -
CMYK 0.38 0.49 0 0.25
HSL 252.9º 0.42% 0.57% -
HSV(B) 252.9º 0.49% 0.75% -
XYZ 21.24 16.35 51.33 -
YUV 114.58 171.13 130.44 -
System Red Green Blue C M Y K H S L
Decimal 118 98 191 0.38 0.49 0 0.25 252.9 0.42 0.57
Hex 76 62 BF 26 31 0 19 FD 2A 39
Octal 166 142 277 46 61 0 31 375 52 71
Binary 1110110 1100010 10111111 100110 110001 0 11001 11111101 101010 111001

Color Harmonies of #7662BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7662BF

Black with #7662BF

Text Example


Text Example

White with #7662BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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