#7055af

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

Shades of Blue Marguerite #7055AF

Tints of Blue Marguerite #7055AF

Color information

#7055AF (or 0x7055AF) is unknown color: approx Blue Marguerite. HEX triplet: 70, 55 and AF. RGB value is (112,85,175). Sum of RGB (Red+Green+Blue) = 112+85+175=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #7055AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7055AF is #8FAA50. Grayscale: #676767. Windows color (decimal): -9415249 or 11490672. OLE color: 11490672.

HSL color Cylindrical-coordinate representation of color #7055AF: hue angle of 258º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7055AF is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11285175-
CMYK0.360.5100.31
HSL258º36%50.98%-
HSV(B)258º51.43%68.63%-
XYZ17.6713.0442.14-
YUV103.33168.45134.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.11%
GREEN value IS 85 (33.59% from 255) = 22.85%
BLUE value IS 175 (68.75% from 255) = 47.04%
R=30.11%
G=22.85%
B=47.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal112851750.360.5100.312583650.98
Hex7055AF243301F1022433
Octal16012525744630374024463
Binary1110000101010110101111100100110011011111100000010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7055af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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