Html Css Color HEX #7254BB Blue Marguerite

📋 copy color: '#7254BB'

red 114 ◦ green 84 ◦ blue 187

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

Shades of Blue Marguerite #7254BB

Tints of Blue Marguerite #7254BB

RGB

 RED value IS 114 (44.92% from 255) = 29.61%

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

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

R = 29.61%
G = 21.82%
B = 48.57%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7254BB (or 0x7254BB) is known color: Blue Marguerite. HEX triplet: 72, 54 and BB. RGB value is (114,84,187). Sum of RGB (Red+Green+Blue) = 114+84+187=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #7254BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7254BB is #8DAB44. Grayscale: #686868. Windows color (decimal): -9284421 or 12276850. OLE color: 12276850.

HSL color Cylindrical-coordinate representation of color #7254BB: hue angle of 257.48º 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 #7254BB is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 84 187 -
CMYK 0.39 0.55 0 0.27
HSL 257.48º 0.43% 0.53% -
HSV(B) 257.48º 0.55% 0.73% -
XYZ 19.08 13.51 48.62 -
YUV 104.71 174.44 134.62 -
System Red Green Blue C M Y K H S L
Decimal 114 84 187 0.39 0.55 0 0.27 257.48 0.43 0.53
Hex 72 54 BB 27 37 0 1B 101 2B 35
Octal 162 124 273 47 67 0 33 401 53 65
Binary 1110010 1010100 10111011 100111 110111 0 11011 100000001 101011 110101

Color Harmonies of #7254BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7254BB

Black with #7254BB

Text Example


Text Example

White with #7254BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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