Html Css Color HEX #7752B8 Blue Marguerite

📋 copy color: '#7752B8'

red 119 ◦ green 82 ◦ blue 184

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

Shades of Blue Marguerite #7752B8

Tints of Blue Marguerite #7752B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 47.79%

R = 30.91%
G = 21.3%
B = 47.79%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7752B8 (or 0x7752B8) is known color: Blue Marguerite. HEX triplet: 77, 52 and B8. RGB value is (119,82,184). Sum of RGB (Red+Green+Blue) = 119+82+184=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 184 (72.27% from 255 or 47.79% from 385); Max value from RGB is 184 - color contains mainly: blue. Hex color #7752B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7752B8 is #88AD47. Grayscale: #686868. Windows color (decimal): -8957256 or 12079735. OLE color: 12079735.

HSL color Cylindrical-coordinate representation of color #7752B8: hue angle of 261.76º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7752B8 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 119 82 184 -
CMYK 0.35 0.55 0 0.28
HSL 261.76º 0.42% 0.52% -
HSV(B) 261.76º 0.55% 0.72% -
XYZ 19.28 13.42 46.92 -
YUV 104.69 172.76 138.21 -
System Red Green Blue C M Y K H S L
Decimal 119 82 184 0.35 0.55 0 0.28 261.76 0.42 0.52
Hex 77 52 B8 23 37 0 1C 106 2A 34
Octal 167 122 270 43 67 0 34 406 52 64
Binary 1110111 1010010 10111000 100011 110111 0 11100 100000110 101010 110100

Color Harmonies of #7752B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7752B8

Black with #7752B8

Text Example


Text Example

White with #7752B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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