#7055B8

Color #7055B8 Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #7055B8

Tints of Blue Marguerite #7055B8

Color information

#7055B8 (or 0x7055B8) is unknown color: approx Blue Marguerite. HEX triplet: 70, 55 and B8. RGB value is (112,85,184). Sum of RGB (Red+Green+Blue) = 112+85+184=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 184 (72.27% from 255 or 48.29% from 381); Max value from RGB is 184 - color contains mainly: blue. Hex color #7055B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7055B8 is #8FAA47. Grayscale: #676767. Windows color (decimal): -9415240 or 12080496. OLE color: 12080496.

HSL color Cylindrical-coordinate representation of color #7055B8: hue angle of 256.36º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7055B8 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11285184-
CMYK0.390.5400.28
HSL256.36º41.08%52.75%-
HSV(B)256.36º53.8%72.16%-
XYZ18.5813.446.95-
YUV104.36172.95133.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.40%
GREEN value IS 85 (33.59% from 255) = 22.31%
BLUE value IS 184 (72.27% from 255) = 48.29%
R=29.40%
G=22.31%
B=48.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal112851840.390.5400.28256.3641.0852.75
Hex7055B8273601C1002935
Octal16012527047660344005165
Binary1110000101010110111000100111110110011100100000000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7055B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7055B8;
 }
 .AnyTagClassName
 {
   color: #7055B8;
 }
</style>
background-color css

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

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

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

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

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

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