Html Css Color HEX #7154BB Blue Marguerite

📋 copy color: '#7154BB'

red 113 ◦ green 84 ◦ blue 187

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

Shades of Blue Marguerite #7154BB

Tints of Blue Marguerite #7154BB

RGB

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

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

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

R = 29.43%
G = 21.88%
B = 48.7%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7154BB (or 0x7154BB) is known color: Blue Marguerite. HEX triplet: 71, 54 and BB. RGB value is (113,84,187). Sum of RGB (Red+Green+Blue) = 113+84+187=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #7154BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7154BB is #8EAB44. Grayscale: #686868. Windows color (decimal): -9349957 or 12276849. OLE color: 12276849.

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

Color convert

RGB 113 84 187 -
CMYK 0.40 0.55 0 0.27
HSL 256.89º 0.43% 0.53% -
HSV(B) 256.89º 0.55% 0.73% -
XYZ 18.95 13.44 48.61 -
YUV 104.41 174.61 134.12 -
System Red Green Blue C M Y K H S L
Decimal 113 84 187 0.40 0.55 0 0.27 256.89 0.43 0.53
Hex 71 54 BB 28 37 0 1B 101 2B 35
Octal 161 124 273 50 67 0 33 401 53 65
Binary 1110001 1010100 10111011 101000 110111 0 11011 100000001 101011 110101

Color Harmonies of #7154BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7154BB

Black with #7154BB

Text Example


Text Example

White with #7154BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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