Html Css Color HEX #7752BD Blue Marguerite

📋 copy color: '#7752BD'

red 119 ◦ green 82 ◦ blue 189

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

Shades of Blue Marguerite #7752BD

Tints of Blue Marguerite #7752BD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.03%

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

R = 30.51%
G = 21.03%
B = 48.46%

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

#7752BD (or 0x7752BD) is known color: Blue Marguerite. HEX triplet: 77, 52 and BD. RGB value is (119,82,189). Sum of RGB (Red+Green+Blue) = 119+82+189=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #7752BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7752BD is #88AD42. Grayscale: #686868. Windows color (decimal): -8957251 or 12407415. OLE color: 12407415.

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

Color convert

RGB 119 82 189 -
CMYK 0.37 0.57 0 0.26
HSL 260.75º 0.45% 0.53% -
HSV(B) 260.75º 0.57% 0.74% -
XYZ 19.81 13.63 49.73 -
YUV 105.26 175.26 137.8 -
System Red Green Blue C M Y K H S L
Decimal 119 82 189 0.37 0.57 0 0.26 260.75 0.45 0.53
Hex 77 52 BD 25 39 0 1A 105 2D 35
Octal 167 122 275 45 71 0 32 405 55 65
Binary 1110111 1010010 10111101 100101 111001 0 11010 100000101 101101 110101

Color Harmonies of #7752BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7752BD

Black with #7752BD

Text Example


Text Example

White with #7752BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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