Html Css Color HEX #7751BD Blue Marguerite

📋 copy color: '#7751BD'

red 119 ◦ green 81 ◦ blue 189

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

Shades of Blue Marguerite #7751BD

Tints of Blue Marguerite #7751BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.59%

R = 30.59%
G = 20.82%
B = 48.59%

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

#7751BD (or 0x7751BD) is known color: Blue Marguerite. HEX triplet: 77, 51 and BD. RGB value is (119,81,189). Sum of RGB (Red+Green+Blue) = 119+81+189=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #7751BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7751BD is #88AE42. Grayscale: #686868. Windows color (decimal): -8957507 or 12407159. OLE color: 12407159.

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

Color convert

RGB 119 81 189 -
CMYK 0.37 0.57 0 0.26
HSL 261.11º 0.45% 0.53% -
HSV(B) 261.11º 0.57% 0.74% -
XYZ 19.74 13.48 49.71 -
YUV 104.67 175.59 138.22 -
System Red Green Blue C M Y K H S L
Decimal 119 81 189 0.37 0.57 0 0.26 261.11 0.45 0.53
Hex 77 51 BD 25 39 0 1A 105 2D 35
Octal 167 121 275 45 71 0 32 405 55 65
Binary 1110111 1010001 10111101 100101 111001 0 11010 100000101 101101 110101

Color Harmonies of #7751BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7751BD

Black with #7751BD

Text Example


Text Example

White with #7751BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7751BD; }

 p { color: rgb(119,81,189); }

 H1.HeaderClassName
 {
   color: #7751BD;
 }
 .AnyTagClassName
 {
   color: #7751BD;
 }
</style>

background-color css

<style>
 a { background-color: #7751BD; }

 a { background-color: rgb(119,81,189); }

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

border-color css

<style>
 span { border-color: #7751BD; }

 span { border-color: rgb(119,81,189); }

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