Html Css Color HEX #7750BC Blue Marguerite

📋 copy color: '#7750BC'

red 119 ◦ green 80 ◦ blue 188

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

Shades of Blue Marguerite #7750BC

Tints of Blue Marguerite #7750BC

RGB

 RED value IS 119 (46.88% from 255) = 30.75%

 GREEN value IS 80 (31.64% from 255) = 20.67%

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

R = 30.75%
G = 20.67%
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

#7750BC (or 0x7750BC) is known color: Blue Marguerite. HEX triplet: 77, 50 and BC. RGB value is (119,80,188). Sum of RGB (Red+Green+Blue) = 119+80+188=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 80 (31.64% from 255 or 20.67% 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 #7750BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7750BC is #88AF43. Grayscale: #676767. Windows color (decimal): -8957764 or 12341367. OLE color: 12341367.

HSL color Cylindrical-coordinate representation of color #7750BC: hue angle of 261.67º degrees, saturation: 0.45, 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 #7750BC is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 80 188 -
CMYK 0.37 0.57 0 0.26
HSL 261.67º 0.45% 0.53% -
HSV(B) 261.67º 0.57% 0.74% -
XYZ 19.55 13.29 49.11 -
YUV 103.97 175.42 138.72 -
System Red Green Blue C M Y K H S L
Decimal 119 80 188 0.37 0.57 0 0.26 261.67 0.45 0.53
Hex 77 50 BC 25 39 0 1A 106 2D 35
Octal 167 120 274 45 71 0 32 406 55 65
Binary 1110111 1010000 10111100 100101 111001 0 11010 100000110 101101 110101

Color Harmonies of #7750BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7750BC

Black with #7750BC

Text Example


Text Example

White with #7750BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,80,188); }

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

background-color css

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

 a { background-color: rgb(119,80,188); }

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

border-color css

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

 span { border-color: rgb(119,80,188); }

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