Html Css Color HEX #7155BC Blue Marguerite

📋 copy color: '#7155BC'

red 113 ◦ green 85 ◦ blue 188

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

Shades of Blue Marguerite #7155BC

Tints of Blue Marguerite #7155BC

RGB

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

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

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

R = 29.27%
G = 22.02%
B = 48.7%

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

#7155BC (or 0x7155BC) is known color: Blue Marguerite. HEX triplet: 71, 55 and BC. RGB value is (113,85,188). Sum of RGB (Red+Green+Blue) = 113+85+188=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #7155BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7155BC is #8EAA43. Grayscale: #686868. Windows color (decimal): -9349700 or 12342641. OLE color: 12342641.

HSL color Cylindrical-coordinate representation of color #7155BC: hue angle of 256.31º degrees, saturation: 0.43, 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 #7155BC is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 85 188 -
CMYK 0.40 0.55 0 0.26
HSL 256.31º 0.43% 0.54% -
HSV(B) 256.31º 0.55% 0.74% -
XYZ 19.14 13.64 49.2 -
YUV 105.11 174.78 133.62 -
System Red Green Blue C M Y K H S L
Decimal 113 85 188 0.40 0.55 0 0.26 256.31 0.43 0.54
Hex 71 55 BC 28 37 0 1A 100 2B 36
Octal 161 125 274 50 67 0 32 400 53 66
Binary 1110001 1010101 10111100 101000 110111 0 11010 100000000 101011 110110

Color Harmonies of #7155BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7155BC

Black with #7155BC

Text Example


Text Example

White with #7155BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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