Html Css Color HEX #7351BE Blue Marguerite

📋 copy color: '#7351BE'

red 115 ◦ green 81 ◦ blue 190

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

Shades of Blue Marguerite #7351BE

Tints of Blue Marguerite #7351BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.22%

R = 29.79%
G = 20.98%
B = 49.22%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7351BE (or 0x7351BE) is known color: Blue Marguerite. HEX triplet: 73, 51 and BE. RGB value is (115,81,190). Sum of RGB (Red+Green+Blue) = 115+81+190=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #7351BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7351BE is #8CAE41. Grayscale: #676767. Windows color (decimal): -9219650 or 12472691. OLE color: 12472691.

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

Color convert

RGB 115 81 190 -
CMYK 0.39 0.57 0 0.25
HSL 258.72º 0.46% 0.53% -
HSV(B) 258.72º 0.57% 0.75% -
XYZ 19.31 13.25 50.25 -
YUV 103.59 176.76 136.14 -
System Red Green Blue C M Y K H S L
Decimal 115 81 190 0.39 0.57 0 0.25 258.72 0.46 0.53
Hex 73 51 BE 27 39 0 19 103 2E 35
Octal 163 121 276 47 71 0 31 403 56 65
Binary 1110011 1010001 10111110 100111 111001 0 11001 100000011 101110 110101

Color Harmonies of #7351BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7351BE

Black with #7351BE

Text Example


Text Example

White with #7351BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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