Html Css Color HEX #7154BE Blue Marguerite

📋 copy color: '#7154BE'

red 113 ◦ green 84 ◦ blue 190

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

Shades of Blue Marguerite #7154BE

Tints of Blue Marguerite #7154BE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.71%

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

R = 29.2%
G = 21.71%
B = 49.1%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7154BE (or 0x7154BE) is known color: Blue Marguerite. HEX triplet: 71, 54 and BE. RGB value is (113,84,190). Sum of RGB (Red+Green+Blue) = 113+84+190=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #7154BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7154BE is #8EAB41. Grayscale: #686868. Windows color (decimal): -9349954 or 12473457. OLE color: 12473457.

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

Color convert

RGB 113 84 190 -
CMYK 0.41 0.56 0 0.25
HSL 256.42º 0.45% 0.54% -
HSV(B) 256.42º 0.56% 0.75% -
XYZ 19.27 13.57 50.32 -
YUV 104.76 176.11 133.88 -
System Red Green Blue C M Y K H S L
Decimal 113 84 190 0.41 0.56 0 0.25 256.42 0.45 0.54
Hex 71 54 BE 29 38 0 19 100 2D 36
Octal 161 124 276 51 70 0 31 400 55 66
Binary 1110001 1010100 10111110 101001 111000 0 11001 100000000 101101 110110

Color Harmonies of #7154BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7154BE

Black with #7154BE

Text Example


Text Example

White with #7154BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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