Html Css Color HEX #7059BB Blue Marguerite

📋 copy color: '#7059BB'

red 112 ◦ green 89 ◦ blue 187

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

Shades of Blue Marguerite #7059BB

Tints of Blue Marguerite #7059BB

RGB

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

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

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

R = 28.87%
G = 22.94%
B = 48.2%

CMYK

 C value IS 0.40

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7059BB (or 0x7059BB) is known color: Blue Marguerite. HEX triplet: 70, 59 and BB. RGB value is (112,89,187). Sum of RGB (Red+Green+Blue) = 112+89+187=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #7059BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7059BB is #8FA644. Grayscale: #6A6A6A. Windows color (decimal): -9414213 or 12278128. OLE color: 12278128.

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

Color convert

RGB 112 89 187 -
CMYK 0.40 0.52 0 0.27
HSL 254.08º 0.42% 0.54% -
HSV(B) 254.08º 0.52% 0.73% -
XYZ 19.22 14.18 48.74 -
YUV 107.05 173.12 131.53 -
System Red Green Blue C M Y K H S L
Decimal 112 89 187 0.40 0.52 0 0.27 254.08 0.42 0.54
Hex 70 59 BB 28 34 0 1B FE 2A 36
Octal 160 131 273 50 64 0 33 376 52 66
Binary 1110000 1011001 10111011 101000 110100 0 11011 11111110 101010 110110

Color Harmonies of #7059BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7059BB

Black with #7059BB

Text Example


Text Example

White with #7059BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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