#7153BA

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

Shades of Blue Marguerite #7153BA

Tints of Blue Marguerite #7153BA

Color information

#7153BA (or 0x7153BA) is unknown color: approx Blue Marguerite. HEX triplet: 71, 53 and BA. RGB value is (113,83,186). Sum of RGB (Red+Green+Blue) = 113+83+186=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #7153BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7153BA is #8EAC45. Grayscale: #676767. Windows color (decimal): -9350214 or 12211057. OLE color: 12211057.

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

Color convert

RGB11383186-
CMYK0.390.5500.27
HSL257.48º42.74%52.75%-
HSV(B)257.48º55.38%72.94%-
XYZ18.7713.2448.02-
YUV103.71174.44134.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.58%
GREEN value IS 83 (32.81% from 255) = 21.73%
BLUE value IS 186 (73.05% from 255) = 48.69%
R=29.58%
G=21.73%
B=48.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal113831860.390.5500.27257.4842.7452.75
Hex7153BA273701B1012b35
Octal16112327247670334015365
Binary1110001101001110111010100111110111011011100000001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7153BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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