#7153BF

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

Shades of Blue Marguerite #7153BF

Tints of Blue Marguerite #7153BF

Color information

#7153BF (or 0x7153BF) is unknown color: approx Blue Marguerite. HEX triplet: 71, 53 and BF. RGB value is (113,83,191). Sum of RGB (Red+Green+Blue) = 113+83+191=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #7153BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7153BF is #8EAC40. Grayscale: #676767. Windows color (decimal): -9350209 or 12538737. OLE color: 12538737.

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

Color convert

RGB11383191-
CMYK0.410.5700.25
HSL256.67º45.76%53.73%-
HSV(B)256.67º56.54%74.9%-
XYZ19.3113.4650.87-
YUV104.28176.94134.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.20%
GREEN value IS 83 (32.81% from 255) = 21.45%
BLUE value IS 191 (75% from 255) = 49.35%
R=29.20%
G=21.45%
B=49.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal113831910.410.5700.25256.6745.7653.73
Hex7153BF29390191012e36
Octal16112327751710314015666
Binary1110001101001110111111101001111001011001100000001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7153BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7153BF; }

 p { color: rgb(113,83,191); }

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

<style>
 a { background-color: #7153BF; }

 a { background-color: rgb(113,83,191); }

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

<style>
 span { border-color: #7153BF; }

 span { border-color: rgb(113,83,191); }

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