#7053BE

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

Shades of Blue Marguerite #7053BE

Tints of Blue Marguerite #7053BE

Color information

#7053BE (or 0x7053BE) is unknown color: approx Blue Marguerite. HEX triplet: 70, 53 and BE. RGB value is (112,83,190). Sum of RGB (Red+Green+Blue) = 112+83+190=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #7053BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7053BE is #8FAC41. Grayscale: #676767. Windows color (decimal): -9415746 or 12473200. OLE color: 12473200.

HSL color Cylindrical-coordinate representation of color #7053BE: hue angle of 256.26º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7053BE is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11283190-
CMYK0.410.5600.25
HSL256.26º45.15%53.53%-
HSV(B)256.26º56.32%74.51%-
XYZ19.0713.3550.29-
YUV103.87176.61133.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.09%
GREEN value IS 83 (32.81% from 255) = 21.56%
BLUE value IS 190 (74.61% from 255) = 49.35%
R=29.09%
G=21.56%
B=49.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112831900.410.5600.25256.2645.1553.53
Hex7053BE29380191002d36
Octal16012327651700314005566
Binary1110000101001110111110101001111000011001100000000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7053BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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