Html Css Color HEX #7651BC Blue Marguerite

📋 copy color: '#7651BC'

red 118 ◦ green 81 ◦ blue 188

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

Shades of Blue Marguerite #7651BC

Tints of Blue Marguerite #7651BC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.93%

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

R = 30.49%
G = 20.93%
B = 48.58%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7651BC (or 0x7651BC) is known color: Blue Marguerite. HEX triplet: 76, 51 and BC. RGB value is (118,81,188). Sum of RGB (Red+Green+Blue) = 118+81+188=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #7651BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7651BC is #89AE43. Grayscale: #676767. Windows color (decimal): -9023044 or 12341622. OLE color: 12341622.

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

Color convert

RGB 118 81 188 -
CMYK 0.37 0.57 0 0.26
HSL 260.75º 0.44% 0.53% -
HSV(B) 260.75º 0.57% 0.74% -
XYZ 19.49 13.37 49.13 -
YUV 104.26 175.26 137.8 -
System Red Green Blue C M Y K H S L
Decimal 118 81 188 0.37 0.57 0 0.26 260.75 0.44 0.53
Hex 76 51 BC 25 39 0 1A 105 2C 35
Octal 166 121 274 45 71 0 32 405 54 65
Binary 1110110 1010001 10111100 100101 111001 0 11010 100000101 101100 110101

Color Harmonies of #7651BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7651BC

Black with #7651BC

Text Example


Text Example

White with #7651BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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