Html Css Color HEX #7752BC Blue Marguerite

📋 copy color: '#7752BC'

red 119 ◦ green 82 ◦ blue 188

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

Shades of Blue Marguerite #7752BC

Tints of Blue Marguerite #7752BC

RGB

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

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

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

R = 30.59%
G = 21.08%
B = 48.33%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7752BC (or 0x7752BC) is known color: Blue Marguerite. HEX triplet: 77, 52 and BC. RGB value is (119,82,188). Sum of RGB (Red+Green+Blue) = 119+82+188=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #7752BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7752BC is #88AD43. Grayscale: #686868. Windows color (decimal): -8957252 or 12341879. OLE color: 12341879.

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

Color convert

RGB 119 82 188 -
CMYK 0.37 0.56 0 0.26
HSL 260.94º 0.44% 0.53% -
HSV(B) 260.94º 0.56% 0.74% -
XYZ 19.7 13.59 49.16 -
YUV 105.15 174.76 137.88 -
System Red Green Blue C M Y K H S L
Decimal 119 82 188 0.37 0.56 0 0.26 260.94 0.44 0.53
Hex 77 52 BC 25 38 0 1A 105 2C 35
Octal 167 122 274 45 70 0 32 405 54 65
Binary 1110111 1010010 10111100 100101 111000 0 11010 100000101 101100 110101

Color Harmonies of #7752BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7752BC

Black with #7752BC

Text Example


Text Example

White with #7752BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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