Html Css Color HEX #7254B4 Blue Marguerite

📋 copy color: '#7254B4'

red 114 ◦ green 84 ◦ blue 180

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

Shades of Blue Marguerite #7254B4

Tints of Blue Marguerite #7254B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 47.62%

R = 30.16%
G = 22.22%
B = 47.62%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7254B4 (or 0x7254B4) is known color: Blue Marguerite. HEX triplet: 72, 54 and B4. RGB value is (114,84,180). Sum of RGB (Red+Green+Blue) = 114+84+180=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 180 (70.70% from 255 or 47.62% from 378); Max value from RGB is 180 - color contains mainly: blue. Hex color #7254B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7254B4 is #8DAB4B. Grayscale: #676767. Windows color (decimal): -9284428 or 11818098. OLE color: 11818098.

HSL color Cylindrical-coordinate representation of color #7254B4: hue angle of 258.75º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7254B4 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 84 180 -
CMYK 0.37 0.53 0 0.29
HSL 258.75º 0.39% 0.52% -
HSV(B) 258.75º 0.53% 0.71% -
XYZ 18.35 13.21 44.76 -
YUV 103.91 170.94 135.19 -
System Red Green Blue C M Y K H S L
Decimal 114 84 180 0.37 0.53 0 0.29 258.75 0.39 0.52
Hex 72 54 B4 25 35 0 1D 103 27 34
Octal 162 124 264 45 65 0 35 403 47 64
Binary 1110010 1010100 10110100 100101 110101 0 11101 100000011 100111 110100

Color Harmonies of #7254B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7254B4

Black with #7254B4

Text Example


Text Example

White with #7254B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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