Html Css Color HEX #7053BC Blue Marguerite

📋 copy color: '#7053BC'

red 112 ◦ green 83 ◦ blue 188

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

Shades of Blue Marguerite #7053BC

Tints of Blue Marguerite #7053BC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.67%

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

R = 29.24%
G = 21.67%
B = 49.09%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7053BC (or 0x7053BC) is known color: Blue Marguerite. HEX triplet: 70, 53 and BC. RGB value is (112,83,188). Sum of RGB (Red+Green+Blue) = 112+83+188=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #7053BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7053BC is #8FAC43. Grayscale: #676767. Windows color (decimal): -9415748 or 12342128. OLE color: 12342128.

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

Color convert

RGB 112 83 188 -
CMYK 0.40 0.56 0 0.26
HSL 256.57º 0.44% 0.53% -
HSV(B) 256.57º 0.56% 0.74% -
XYZ 18.85 13.26 49.14 -
YUV 103.64 175.61 133.96 -
System Red Green Blue C M Y K H S L
Decimal 112 83 188 0.40 0.56 0 0.26 256.57 0.44 0.53
Hex 70 53 BC 28 38 0 1A 101 2C 35
Octal 160 123 274 50 70 0 32 401 54 65
Binary 1110000 1010011 10111100 101000 111000 0 11010 100000001 101100 110101

Color Harmonies of #7053BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7053BC

Black with #7053BC

Text Example


Text Example

White with #7053BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,83,188); }

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

background-color css

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

 a { background-color: rgb(112,83,188); }

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

border-color css

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

 span { border-color: rgb(112,83,188); }

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