Html Css Color HEX #7259BD Blue Marguerite

📋 copy color: '#7259BD'

red 114 ◦ green 89 ◦ blue 189

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

Shades of Blue Marguerite #7259BD

Tints of Blue Marguerite #7259BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.21%

R = 29.08%
G = 22.7%
B = 48.21%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7259BD (or 0x7259BD) is known color: Blue Marguerite. HEX triplet: 72, 59 and BD. RGB value is (114,89,189). Sum of RGB (Red+Green+Blue) = 114+89+189=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #7259BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7259BD is #8DA642. Grayscale: #6B6B6B. Windows color (decimal): -9283139 or 12409202. OLE color: 12409202.

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

Color convert

RGB 114 89 189 -
CMYK 0.40 0.53 0 0.26
HSL 255º 0.43% 0.55% -
HSV(B) 255º 0.53% 0.74% -
XYZ 19.7 14.4 49.88 -
YUV 107.88 173.78 132.37 -
System Red Green Blue C M Y K H S L
Decimal 114 89 189 0.40 0.53 0 0.26 255 0.43 0.55
Hex 72 59 BD 28 35 0 1A FF 2B 37
Octal 162 131 275 50 65 0 32 377 53 67
Binary 1110010 1011001 10111101 101000 110101 0 11010 11111111 101011 110111

Color Harmonies of #7259BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7259BD

Black with #7259BD

Text Example


Text Example

White with #7259BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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