#7168BA

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

Shades of Blue Marguerite #7168BA

Tints of Blue Marguerite #7168BA

Color information

#7168BA (or 0x7168BA) is unknown color: approx Blue Marguerite. HEX triplet: 71, 68 and BA. RGB value is (113,104,186). Sum of RGB (Red+Green+Blue) = 113+104+186=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #7168BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7168BA is #8E9745. Grayscale: #737373. Windows color (decimal): -9344838 or 12216433. OLE color: 12216433.

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

Color convert

RGB113104186-
CMYK0.390.4400.27
HSL246.59º37.27%56.86%-
HSV(B)246.59º44.09%72.94%-
XYZ20.6216.9648.64-
YUV116.04167.48125.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.04%
GREEN value IS 104 (41.02% from 255) = 25.81%
BLUE value IS 186 (73.05% from 255) = 46.15%
R=28.04%
G=25.81%
B=46.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131041860.390.4400.27246.5937.2756.86
Hex7168BA272C01Bf72539
Octal16115027247540333674571
Binary111000111010001011101010011110110001101111110111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7168BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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