Html Css Color HEX #7059BD Blue Marguerite

📋 copy color: '#7059BD'

red 112 ◦ green 89 ◦ blue 189

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

Shades of Blue Marguerite #7059BD

Tints of Blue Marguerite #7059BD

RGB

 RED value IS 112 (44.14% from 255) = 28.72%

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

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

R = 28.72%
G = 22.82%
B = 48.46%

CMYK

 C value IS 0.41

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7059BD (or 0x7059BD) is known color: Blue Marguerite. HEX triplet: 70, 59 and BD. RGB value is (112,89,189). Sum of RGB (Red+Green+Blue) = 112+89+189=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #7059BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7059BD is #8FA642. Grayscale: #6A6A6A. Windows color (decimal): -9414211 or 12409200. OLE color: 12409200.

HSL color Cylindrical-coordinate representation of color #7059BD: hue angle of 253.8º 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 #7059BD is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 89 189 -
CMYK 0.41 0.53 0 0.26
HSL 253.8º 0.43% 0.55% -
HSV(B) 253.8º 0.53% 0.74% -
XYZ 19.44 14.26 49.87 -
YUV 107.28 174.12 131.37 -
System Red Green Blue C M Y K H S L
Decimal 112 89 189 0.41 0.53 0 0.26 253.8 0.43 0.55
Hex 70 59 BD 29 35 0 1A FE 2B 37
Octal 160 131 275 51 65 0 32 376 53 67
Binary 1110000 1011001 10111101 101001 110101 0 11010 11111110 101011 110111

Color Harmonies of #7059BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7059BD

Black with #7059BD

Text Example


Text Example

White with #7059BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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