Html Css Color HEX #7459BC Blue Marguerite

📋 copy color: '#7459BC'

red 116 ◦ green 89 ◦ blue 188

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

Shades of Blue Marguerite #7459BC

Tints of Blue Marguerite #7459BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.84%

R = 29.52%
G = 22.65%
B = 47.84%

CMYK

 C value IS 0.38

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7459BC (or 0x7459BC) is known color: Blue Marguerite. HEX triplet: 74, 59 and BC. RGB value is (116,89,188). Sum of RGB (Red+Green+Blue) = 116+89+188=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #7459BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7459BC is #8BA643. Grayscale: #6B6B6B. Windows color (decimal): -9152068 or 12343668. OLE color: 12343668.

HSL color Cylindrical-coordinate representation of color #7459BC: hue angle of 256.36º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7459BC is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 89 188 -
CMYK 0.38 0.53 0 0.26
HSL 256.36º 0.42% 0.54% -
HSV(B) 256.36º 0.53% 0.74% -
XYZ 19.85 14.49 49.33 -
YUV 108.36 172.95 133.45 -
System Red Green Blue C M Y K H S L
Decimal 116 89 188 0.38 0.53 0 0.26 256.36 0.42 0.54
Hex 74 59 BC 26 35 0 1A 100 2A 36
Octal 164 131 274 46 65 0 32 400 52 66
Binary 1110100 1011001 10111100 100110 110101 0 11010 100000000 101010 110110

Color Harmonies of #7459BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7459BC

Black with #7459BC

Text Example


Text Example

White with #7459BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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