Html Css Color HEX #7155BD Blue Marguerite

📋 copy color: '#7155BD'

red 113 ◦ green 85 ◦ blue 189

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

Shades of Blue Marguerite #7155BD

Tints of Blue Marguerite #7155BD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.96%

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

R = 29.2%
G = 21.96%
B = 48.84%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7155BD (or 0x7155BD) is known color: Blue Marguerite. HEX triplet: 71, 55 and BD. RGB value is (113,85,189). Sum of RGB (Red+Green+Blue) = 113+85+189=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #7155BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7155BD is #8EAA42. Grayscale: #686868. Windows color (decimal): -9349699 or 12408177. OLE color: 12408177.

HSL color Cylindrical-coordinate representation of color #7155BD: hue angle of 256.15º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7155BD is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 85 189 -
CMYK 0.40 0.55 0 0.26
HSL 256.15º 0.44% 0.54% -
HSV(B) 256.15º 0.55% 0.74% -
XYZ 19.24 13.68 49.77 -
YUV 105.23 175.28 133.54 -
System Red Green Blue C M Y K H S L
Decimal 113 85 189 0.40 0.55 0 0.26 256.15 0.44 0.54
Hex 71 55 BD 28 37 0 1A 100 2C 36
Octal 161 125 275 50 67 0 32 400 54 66
Binary 1110001 1010101 10111101 101000 110111 0 11010 100000000 101100 110110

Color Harmonies of #7155BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7155BD

Black with #7155BD

Text Example


Text Example

White with #7155BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,85,189); }

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

background-color css

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

 a { background-color: rgb(113,85,189); }

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

border-color css

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

 span { border-color: rgb(113,85,189); }

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