Html Css Color HEX #7055B6 Blue Marguerite

📋 copy color: '#7055B6'

red 112 ◦ green 85 ◦ blue 182

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

Shades of Blue Marguerite #7055B6

Tints of Blue Marguerite #7055B6

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.43%

 BLUE value IS 182 (71.48% from 255) = 48.02%

R = 29.55%
G = 22.43%
B = 48.02%

CMYK

 C value IS 0.38

 M value IS 0.53

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7055B6 (or 0x7055B6) is known color: Blue Marguerite. HEX triplet: 70, 55 and B6. RGB value is (112,85,182). Sum of RGB (Red+Green+Blue) = 112+85+182=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 182 (71.48% from 255 or 48.02% from 379); Max value from RGB is 182 - color contains mainly: blue. Hex color #7055B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7055B6 is #8FAA49. Grayscale: #676767. Windows color (decimal): -9415242 or 11949424. OLE color: 11949424.

HSL color Cylindrical-coordinate representation of color #7055B6: hue angle of 256.7º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7055B6 is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 85 182 -
CMYK 0.38 0.53 0 0.29
HSL 256.7º 0.4% 0.52% -
HSV(B) 256.7º 0.53% 0.71% -
XYZ 18.37 13.32 45.86 -
YUV 104.13 171.95 133.61 -
System Red Green Blue C M Y K H S L
Decimal 112 85 182 0.38 0.53 0 0.29 256.7 0.4 0.52
Hex 70 55 B6 26 35 0 1D 101 28 34
Octal 160 125 266 46 65 0 35 401 50 64
Binary 1110000 1010101 10110110 100110 110101 0 11101 100000001 101000 110100

Color Harmonies of #7055B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7055B6

Black with #7055B6

Text Example


Text Example

White with #7055B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7055B6; }

 p { color: rgb(112,85,182); }

 H1.HeaderClassName
 {
   color: #7055B6;
 }
 .AnyTagClassName
 {
   color: #7055B6;
 }
</style>

background-color css

<style>
 a { background-color: #7055B6; }

 a { background-color: rgb(112,85,182); }

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

border-color css

<style>
 span { border-color: #7055B6; }

 span { border-color: rgb(112,85,182); }

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