Html Css Color HEX #7164BB Blue Marguerite

📋 copy color: '#7164BB'

red 113 ◦ green 100 ◦ blue 187

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

Shades of Blue Marguerite #7164BB

Tints of Blue Marguerite #7164BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.75%

R = 28.25%
G = 25%
B = 46.75%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7164BB (or 0x7164BB) is known color: Blue Marguerite. HEX triplet: 71, 64 and BB. RGB value is (113,100,187). Sum of RGB (Red+Green+Blue) = 113+100+187=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #7164BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7164BB is #8E9B44. Grayscale: #717171. Windows color (decimal): -9345861 or 12280945. OLE color: 12280945.

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

Color convert

RGB 113 100 187 -
CMYK 0.40 0.47 0 0.27
HSL 248.97º 0.39% 0.56% -
HSV(B) 248.97º 0.47% 0.73% -
XYZ 20.34 16.21 49.07 -
YUV 113.81 169.31 127.43 -
System Red Green Blue C M Y K H S L
Decimal 113 100 187 0.40 0.47 0 0.27 248.97 0.39 0.56
Hex 71 64 BB 28 2F 0 1B F9 27 38
Octal 161 144 273 50 57 0 33 371 47 70
Binary 1110001 1100100 10111011 101000 101111 0 11011 11111001 100111 111000

Color Harmonies of #7164BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7164BB

Black with #7164BB

Text Example


Text Example

White with #7164BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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