Html Css Color HEX #7353BB Blue Marguerite

📋 copy color: '#7353BB'

red 115 ◦ green 83 ◦ blue 187

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

Shades of Blue Marguerite #7353BB

Tints of Blue Marguerite #7353BB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.56%

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

R = 29.87%
G = 21.56%
B = 48.57%

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

#7353BB (or 0x7353BB) is known color: Blue Marguerite. HEX triplet: 73, 53 and BB. RGB value is (115,83,187). Sum of RGB (Red+Green+Blue) = 115+83+187=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #7353BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7353BB is #8CAC44. Grayscale: #686868. Windows color (decimal): -9219141 or 12276595. OLE color: 12276595.

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

Color convert

RGB 115 83 187 -
CMYK 0.39 0.56 0 0.27
HSL 258.46º 0.43% 0.53% -
HSV(B) 258.46º 0.56% 0.73% -
XYZ 19.13 13.42 48.6 -
YUV 104.42 174.6 135.54 -
System Red Green Blue C M Y K H S L
Decimal 115 83 187 0.39 0.56 0 0.27 258.46 0.43 0.53
Hex 73 53 BB 27 38 0 1B 102 2B 35
Octal 163 123 273 47 70 0 33 402 53 65
Binary 1110011 1010011 10111011 100111 111000 0 11011 100000010 101011 110101

Color Harmonies of #7353BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7353BB

Black with #7353BB

Text Example


Text Example

White with #7353BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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