Html Css Color HEX #7751BA Blue Marguerite

📋 copy color: '#7751BA'

red 119 ◦ green 81 ◦ blue 186

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

Shades of Blue Marguerite #7751BA

Tints of Blue Marguerite #7751BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.19%

R = 30.83%
G = 20.98%
B = 48.19%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7751BA (or 0x7751BA) is known color: Blue Marguerite. HEX triplet: 77, 51 and BA. RGB value is (119,81,186). Sum of RGB (Red+Green+Blue) = 119+81+186=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #7751BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7751BA is #88AE45. Grayscale: #676767. Windows color (decimal): -8957510 or 12210551. OLE color: 12210551.

HSL color Cylindrical-coordinate representation of color #7751BA: hue angle of 261.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7751BA is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 81 186 -
CMYK 0.36 0.56 0 0.27
HSL 261.71º 0.43% 0.52% -
HSV(B) 261.71º 0.56% 0.73% -
XYZ 19.41 13.35 48.01 -
YUV 104.33 174.09 138.46 -
System Red Green Blue C M Y K H S L
Decimal 119 81 186 0.36 0.56 0 0.27 261.71 0.43 0.52
Hex 77 51 BA 24 38 0 1B 106 2B 34
Octal 167 121 272 44 70 0 33 406 53 64
Binary 1110111 1010001 10111010 100100 111000 0 11011 100000110 101011 110100

Color Harmonies of #7751BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7751BA

Black with #7751BA

Text Example


Text Example

White with #7751BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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