Html Css Color HEX #7352BB Blue Marguerite

📋 copy color: '#7352BB'

red 115 ◦ green 82 ◦ blue 187

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

Shades of Blue Marguerite #7352BB

Tints of Blue Marguerite #7352BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.7%

R = 29.95%
G = 21.35%
B = 48.7%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7352BB (or 0x7352BB) is known color: Blue Marguerite. HEX triplet: 73, 52 and BB. RGB value is (115,82,187). Sum of RGB (Red+Green+Blue) = 115+82+187=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #7352BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7352BB is #8CAD44. Grayscale: #676767. Windows color (decimal): -9219397 or 12276339. OLE color: 12276339.

HSL color Cylindrical-coordinate representation of color #7352BB: hue angle of 258.86º degrees, saturation: 0.44, 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 #7352BB is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 82 187 -
CMYK 0.39 0.56 0 0.27
HSL 258.86º 0.44% 0.53% -
HSV(B) 258.86º 0.56% 0.73% -
XYZ 19.06 13.27 48.57 -
YUV 103.84 174.93 135.96 -
System Red Green Blue C M Y K H S L
Decimal 115 82 187 0.39 0.56 0 0.27 258.86 0.44 0.53
Hex 73 52 BB 27 38 0 1B 103 2C 35
Octal 163 122 273 47 70 0 33 403 54 65
Binary 1110011 1010010 10111011 100111 111000 0 11011 100000011 101100 110101

Color Harmonies of #7352BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7352BB

Black with #7352BB

Text Example


Text Example

White with #7352BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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