Html Css Color HEX #7259BA Blue Marguerite

📋 copy color: '#7259BA'

red 114 ◦ green 89 ◦ blue 186

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

Shades of Blue Marguerite #7259BA

Tints of Blue Marguerite #7259BA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.88%

 BLUE value IS 186 (73.05% from 255) = 47.81%

R = 29.31%
G = 22.88%
B = 47.81%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7259BA (or 0x7259BA) is known color: Blue Marguerite. HEX triplet: 72, 59 and BA. RGB value is (114,89,186). Sum of RGB (Red+Green+Blue) = 114+89+186=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #7259BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7259BA is #8DA645. Grayscale: #6B6B6B. Windows color (decimal): -9283142 or 12212594. OLE color: 12212594.

HSL color Cylindrical-coordinate representation of color #7259BA: hue angle of 255.46º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7259BA is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 89 186 -
CMYK 0.39 0.52 0 0.27
HSL 255.46º 0.41% 0.54% -
HSV(B) 255.46º 0.52% 0.73% -
XYZ 19.37 14.27 48.19 -
YUV 107.53 172.28 132.61 -
System Red Green Blue C M Y K H S L
Decimal 114 89 186 0.39 0.52 0 0.27 255.46 0.41 0.54
Hex 72 59 BA 27 34 0 1B FF 29 36
Octal 162 131 272 47 64 0 33 377 51 66
Binary 1110010 1011001 10111010 100111 110100 0 11011 11111111 101001 110110

Color Harmonies of #7259BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7259BA

Black with #7259BA

Text Example


Text Example

White with #7259BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7259BA; }

 p { color: rgb(114,89,186); }

 H1.HeaderClassName
 {
   color: #7259BA;
 }
 .AnyTagClassName
 {
   color: #7259BA;
 }
</style>

background-color css

<style>
 a { background-color: #7259BA; }

 a { background-color: rgb(114,89,186); }

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

border-color css

<style>
 span { border-color: #7259BA; }

 span { border-color: rgb(114,89,186); }

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