Html Css Color HEX #7055BA Blue Marguerite

📋 copy color: '#7055BA'

red 112 ◦ green 85 ◦ blue 186

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

Shades of Blue Marguerite #7055BA

Tints of Blue Marguerite #7055BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.56%

R = 29.24%
G = 22.19%
B = 48.56%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7055BA (or 0x7055BA) is known color: Blue Marguerite. HEX triplet: 70, 55 and BA. RGB value is (112,85,186). Sum of RGB (Red+Green+Blue) = 112+85+186=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #7055BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7055BA is #8FAA45. Grayscale: #686868. Windows color (decimal): -9415238 or 12211568. OLE color: 12211568.

HSL color Cylindrical-coordinate representation of color #7055BA: hue angle of 256.04º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7055BA is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 85 186 -
CMYK 0.40 0.54 0 0.27
HSL 256.04º 0.42% 0.53% -
HSV(B) 256.04º 0.54% 0.73% -
XYZ 18.79 13.49 48.07 -
YUV 104.59 173.95 133.29 -
System Red Green Blue C M Y K H S L
Decimal 112 85 186 0.40 0.54 0 0.27 256.04 0.42 0.53
Hex 70 55 BA 28 36 0 1B 100 2A 35
Octal 160 125 272 50 66 0 33 400 52 65
Binary 1110000 1010101 10111010 101000 110110 0 11011 100000000 101010 110101

Color Harmonies of #7055BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7055BA

Black with #7055BA

Text Example


Text Example

White with #7055BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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