Html Css Color HEX #7157BA Blue Marguerite

📋 copy color: '#7157BA'

red 113 ◦ green 87 ◦ blue 186

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

Shades of Blue Marguerite #7157BA

Tints of Blue Marguerite #7157BA

RGB

 RED value IS 113 (44.53% from 255) = 29.27%

 GREEN value IS 87 (34.38% from 255) = 22.54%

 BLUE value IS 186 (73.05% from 255) = 48.19%

R = 29.27%
G = 22.54%
B = 48.19%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7157BA (or 0x7157BA) is known color: Blue Marguerite. HEX triplet: 71, 57 and BA. RGB value is (113,87,186). Sum of RGB (Red+Green+Blue) = 113+87+186=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #7157BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7157BA is #8EA845. Grayscale: #696969. Windows color (decimal): -9349190 or 12212081. OLE color: 12212081.

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

Color convert

RGB 113 87 186 -
CMYK 0.39 0.53 0 0.27
HSL 255.76º 0.42% 0.54% -
HSV(B) 255.76º 0.53% 0.73% -
XYZ 19.08 13.87 48.13 -
YUV 106.06 173.11 132.95 -
System Red Green Blue C M Y K H S L
Decimal 113 87 186 0.39 0.53 0 0.27 255.76 0.42 0.54
Hex 71 57 BA 27 35 0 1B 100 2A 36
Octal 161 127 272 47 65 0 33 400 52 66
Binary 1110001 1010111 10111010 100111 110101 0 11011 100000000 101010 110110

Color Harmonies of #7157BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7157BA

Black with #7157BA

Text Example


Text Example

White with #7157BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7157BA; }

 p { color: rgb(113,87,186); }

 H1.HeaderClassName
 {
   color: #7157BA;
 }
 .AnyTagClassName
 {
   color: #7157BA;
 }
</style>

background-color css

<style>
 a { background-color: #7157BA; }

 a { background-color: rgb(113,87,186); }

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

border-color css

<style>
 span { border-color: #7157BA; }

 span { border-color: rgb(113,87,186); }

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