Html Css Color HEX #7351BD Blue Marguerite

📋 copy color: '#7351BD'

red 115 ◦ green 81 ◦ blue 189

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

Shades of Blue Marguerite #7351BD

Tints of Blue Marguerite #7351BD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.04%

 BLUE value IS 189 (74.22% from 255) = 49.09%

R = 29.87%
G = 21.04%
B = 49.09%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7351BD (or 0x7351BD) is known color: Blue Marguerite. HEX triplet: 73, 51 and BD. RGB value is (115,81,189). Sum of RGB (Red+Green+Blue) = 115+81+189=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #7351BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7351BD is #8CAE42. Grayscale: #676767. Windows color (decimal): -9219651 or 12407155. OLE color: 12407155.

HSL color Cylindrical-coordinate representation of color #7351BD: hue angle of 258.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7351BD is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 81 189 -
CMYK 0.39 0.57 0 0.26
HSL 258.89º 0.45% 0.53% -
HSV(B) 258.89º 0.57% 0.74% -
XYZ 19.2 13.2 49.68 -
YUV 103.48 176.26 136.22 -
System Red Green Blue C M Y K H S L
Decimal 115 81 189 0.39 0.57 0 0.26 258.89 0.45 0.53
Hex 73 51 BD 27 39 0 1A 103 2D 35
Octal 163 121 275 47 71 0 32 403 55 65
Binary 1110011 1010001 10111101 100111 111001 0 11010 100000011 101101 110101

Color Harmonies of #7351BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7351BD

Black with #7351BD

Text Example


Text Example

White with #7351BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7351BD; }

 p { color: rgb(115,81,189); }

 H1.HeaderClassName
 {
   color: #7351BD;
 }
 .AnyTagClassName
 {
   color: #7351BD;
 }
</style>

background-color css

<style>
 a { background-color: #7351BD; }

 a { background-color: rgb(115,81,189); }

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

border-color css

<style>
 span { border-color: #7351BD; }

 span { border-color: rgb(115,81,189); }

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