Html Css Color HEX #7662BC Blue Marguerite

📋 copy color: '#7662BC'

red 118 ◦ green 98 ◦ blue 188

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

Shades of Blue Marguerite #7662BC

Tints of Blue Marguerite #7662BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.53%

R = 29.21%
G = 24.26%
B = 46.53%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7662BC (or 0x7662BC) is known color: Blue Marguerite. HEX triplet: 76, 62 and BC. RGB value is (118,98,188). Sum of RGB (Red+Green+Blue) = 118+98+188=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #7662BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7662BC is #899D43. Grayscale: #717171. Windows color (decimal): -9018692 or 12345974. OLE color: 12345974.

HSL color Cylindrical-coordinate representation of color #7662BC: hue angle of 253.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7662BC is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 98 188 -
CMYK 0.37 0.48 0 0.26
HSL 253.33º 0.4% 0.56% -
HSV(B) 253.33º 0.48% 0.74% -
XYZ 20.92 16.22 49.6 -
YUV 114.24 169.63 130.68 -
System Red Green Blue C M Y K H S L
Decimal 118 98 188 0.37 0.48 0 0.26 253.33 0.4 0.56
Hex 76 62 BC 25 30 0 1A FD 28 38
Octal 166 142 274 45 60 0 32 375 50 70
Binary 1110110 1100010 10111100 100101 110000 0 11010 11111101 101000 111000

Color Harmonies of #7662BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7662BC

Black with #7662BC

Text Example


Text Example

White with #7662BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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