Html Css Color HEX #7351BC Blue Marguerite

📋 copy color: '#7351BC'

red 115 ◦ green 81 ◦ blue 188

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

Shades of Blue Marguerite #7351BC

Tints of Blue Marguerite #7351BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.96%

R = 29.95%
G = 21.09%
B = 48.96%

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

#7351BC (or 0x7351BC) is known color: Blue Marguerite. HEX triplet: 73, 51 and BC. RGB value is (115,81,188). Sum of RGB (Red+Green+Blue) = 115+81+188=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #7351BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7351BC is #8CAE43. Grayscale: #666666. Windows color (decimal): -9219652 or 12341619. OLE color: 12341619.

HSL color Cylindrical-coordinate representation of color #7351BC: hue angle of 259.07º degrees, saturation: 0.44, 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 #7351BC is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 81 188 -
CMYK 0.39 0.57 0 0.26
HSL 259.07º 0.44% 0.53% -
HSV(B) 259.07º 0.57% 0.74% -
XYZ 19.09 13.16 49.11 -
YUV 103.36 175.76 136.3 -
System Red Green Blue C M Y K H S L
Decimal 115 81 188 0.39 0.57 0 0.26 259.07 0.44 0.53
Hex 73 51 BC 27 39 0 1A 103 2C 35
Octal 163 121 274 47 71 0 32 403 54 65
Binary 1110011 1010001 10111100 100111 111001 0 11010 100000011 101100 110101

Color Harmonies of #7351BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7351BC

Black with #7351BC

Text Example


Text Example

White with #7351BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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