Html Css Color HEX #7459BA Blue Marguerite

📋 copy color: '#7459BA'

red 116 ◦ green 89 ◦ blue 186

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

Shades of Blue Marguerite #7459BA

Tints of Blue Marguerite #7459BA

RGB

 RED value IS 116 (45.7% from 255) = 29.67%

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

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

R = 29.67%
G = 22.76%
B = 47.57%

CMYK

 C value IS 0.38

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7459BA (or 0x7459BA) is known color: Blue Marguerite. HEX triplet: 74, 59 and BA. RGB value is (116,89,186). Sum of RGB (Red+Green+Blue) = 116+89+186=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #7459BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7459BA is #8BA645. Grayscale: #6B6B6B. Windows color (decimal): -9152070 or 12212596. OLE color: 12212596.

HSL color Cylindrical-coordinate representation of color #7459BA: hue angle of 256.7º 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 #7459BA is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 89 186 -
CMYK 0.38 0.52 0 0.27
HSL 256.7º 0.41% 0.54% -
HSV(B) 256.7º 0.52% 0.73% -
XYZ 19.64 14.4 48.2 -
YUV 108.13 171.95 133.61 -
System Red Green Blue C M Y K H S L
Decimal 116 89 186 0.38 0.52 0 0.27 256.7 0.41 0.54
Hex 74 59 BA 26 34 0 1B 101 29 36
Octal 164 131 272 46 64 0 33 401 51 66
Binary 1110100 1011001 10111010 100110 110100 0 11011 100000001 101001 110110

Color Harmonies of #7459BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7459BA

Black with #7459BA

Text Example


Text Example

White with #7459BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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