Html Css Color HEX #7352BA Blue Marguerite

📋 copy color: '#7352BA'

red 115 ◦ green 82 ◦ blue 186

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

Shades of Blue Marguerite #7352BA

Tints of Blue Marguerite #7352BA

RGB

 RED value IS 115 (45.31% from 255) = 30.03%

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

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

R = 30.03%
G = 21.41%
B = 48.56%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7352BA (or 0x7352BA) is known color: Blue Marguerite. HEX triplet: 73, 52 and BA. RGB value is (115,82,186). Sum of RGB (Red+Green+Blue) = 115+82+186=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #7352BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7352BA is #8CAD45. Grayscale: #676767. Windows color (decimal): -9219398 or 12210803. OLE color: 12210803.

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

Color convert

RGB 115 82 186 -
CMYK 0.38 0.56 0 0.27
HSL 259.04º 0.43% 0.53% -
HSV(B) 259.04º 0.56% 0.73% -
XYZ 18.95 13.22 48.01 -
YUV 103.72 174.43 136.04 -
System Red Green Blue C M Y K H S L
Decimal 115 82 186 0.38 0.56 0 0.27 259.04 0.43 0.53
Hex 73 52 BA 26 38 0 1B 103 2B 35
Octal 163 122 272 46 70 0 33 403 53 65
Binary 1110011 1010010 10111010 100110 111000 0 11011 100000011 101011 110101

Color Harmonies of #7352BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7352BA

Black with #7352BA

Text Example


Text Example

White with #7352BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,82,186); }

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

background-color css

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

 a { background-color: rgb(115,82,186); }

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

border-color css

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

 span { border-color: rgb(115,82,186); }

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