Html Css Color HEX #7164BE Blue Marguerite

📋 copy color: '#7164BE'

red 113 ◦ green 100 ◦ blue 190

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

Shades of Blue Marguerite #7164BE

Tints of Blue Marguerite #7164BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.15%

R = 28.04%
G = 24.81%
B = 47.15%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7164BE (or 0x7164BE) is known color: Blue Marguerite. HEX triplet: 71, 64 and BE. RGB value is (113,100,190). Sum of RGB (Red+Green+Blue) = 113+100+190=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #7164BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7164BE is #8E9B41. Grayscale: #717171. Windows color (decimal): -9345858 or 12477553. OLE color: 12477553.

HSL color Cylindrical-coordinate representation of color #7164BE: hue angle of 248.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7164BE is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 100 190 -
CMYK 0.41 0.47 0 0.25
HSL 248.67º 0.41% 0.57% -
HSV(B) 248.67º 0.47% 0.75% -
XYZ 20.66 16.34 50.78 -
YUV 114.15 170.81 127.18 -
System Red Green Blue C M Y K H S L
Decimal 113 100 190 0.41 0.47 0 0.25 248.67 0.41 0.57
Hex 71 64 BE 29 2F 0 19 F9 29 39
Octal 161 144 276 51 57 0 31 371 51 71
Binary 1110001 1100100 10111110 101001 101111 0 11001 11111001 101001 111001

Color Harmonies of #7164BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7164BE

Black with #7164BE

Text Example


Text Example

White with #7164BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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