Html Css Color HEX #7164BC Blue Marguerite

📋 copy color: '#7164BC'

red 113 ◦ green 100 ◦ blue 188

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

Shades of Blue Marguerite #7164BC

Tints of Blue Marguerite #7164BC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.94%

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

R = 28.18%
G = 24.94%
B = 46.88%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7164BC (or 0x7164BC) is known color: Blue Marguerite. HEX triplet: 71, 64 and BC. RGB value is (113,100,188). Sum of RGB (Red+Green+Blue) = 113+100+188=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #7164BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7164BC is #8E9B43. Grayscale: #717171. Windows color (decimal): -9345860 or 12346481. OLE color: 12346481.

HSL color Cylindrical-coordinate representation of color #7164BC: hue angle of 248.86º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7164BC is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 100 188 -
CMYK 0.40 0.47 0 0.26
HSL 248.86º 0.4% 0.56% -
HSV(B) 248.86º 0.47% 0.74% -
XYZ 20.44 16.26 49.64 -
YUV 113.92 169.81 127.34 -
System Red Green Blue C M Y K H S L
Decimal 113 100 188 0.40 0.47 0 0.26 248.86 0.4 0.56
Hex 71 64 BC 28 2F 0 1A F9 28 38
Octal 161 144 274 50 57 0 32 371 50 70
Binary 1110001 1100100 10111100 101000 101111 0 11010 11111001 101000 111000

Color Harmonies of #7164BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7164BC

Black with #7164BC

Text Example


Text Example

White with #7164BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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