Html Css Color HEX #7353B9 Blue Marguerite

📋 copy color: '#7353B9'

red 115 ◦ green 83 ◦ blue 185

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

Shades of Blue Marguerite #7353B9

Tints of Blue Marguerite #7353B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.3%

R = 30.03%
G = 21.67%
B = 48.3%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7353B9 (or 0x7353B9) is known color: Blue Marguerite. HEX triplet: 73, 53 and B9. RGB value is (115,83,185). Sum of RGB (Red+Green+Blue) = 115+83+185=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 185 (72.66% from 255 or 48.30% from 383); Max value from RGB is 185 - color contains mainly: blue. Hex color #7353B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7353B9 is #8CAC46. Grayscale: #676767. Windows color (decimal): -9219143 or 12145523. OLE color: 12145523.

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

Color convert

RGB 115 83 185 -
CMYK 0.38 0.55 0 0.27
HSL 258.82º 0.42% 0.53% -
HSV(B) 258.82º 0.55% 0.73% -
XYZ 18.92 13.33 47.48 -
YUV 104.2 173.6 135.71 -
System Red Green Blue C M Y K H S L
Decimal 115 83 185 0.38 0.55 0 0.27 258.82 0.42 0.53
Hex 73 53 B9 26 37 0 1B 103 2A 35
Octal 163 123 271 46 67 0 33 403 52 65
Binary 1110011 1010011 10111001 100110 110111 0 11011 100000011 101010 110101

Color Harmonies of #7353B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7353B9

Black with #7353B9

Text Example


Text Example

White with #7353B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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