Html Css Color HEX #7259BB Blue Marguerite

📋 copy color: '#7259BB'

red 114 ◦ green 89 ◦ blue 187

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

Shades of Blue Marguerite #7259BB

Tints of Blue Marguerite #7259BB

RGB

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

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

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

R = 29.23%
G = 22.82%
B = 47.95%

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

#7259BB (or 0x7259BB) is known color: Blue Marguerite. HEX triplet: 72, 59 and BB. RGB value is (114,89,187). Sum of RGB (Red+Green+Blue) = 114+89+187=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #7259BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7259BB is #8DA644. Grayscale: #6B6B6B. Windows color (decimal): -9283141 or 12278130. OLE color: 12278130.

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

Color convert

RGB 114 89 187 -
CMYK 0.39 0.52 0 0.27
HSL 255.31º 0.42% 0.54% -
HSV(B) 255.31º 0.52% 0.73% -
XYZ 19.48 14.31 48.75 -
YUV 107.65 172.78 132.53 -
System Red Green Blue C M Y K H S L
Decimal 114 89 187 0.39 0.52 0 0.27 255.31 0.42 0.54
Hex 72 59 BB 27 34 0 1B FF 2A 36
Octal 162 131 273 47 64 0 33 377 52 66
Binary 1110010 1011001 10111011 100111 110100 0 11011 11111111 101010 110110

Color Harmonies of #7259BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7259BB

Black with #7259BB

Text Example


Text Example

White with #7259BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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