#7167BF

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

Shades of Blue Marguerite #7167BF

Tints of Blue Marguerite #7167BF

Color information

#7167BF (or 0x7167BF) is unknown color: approx Blue Marguerite. HEX triplet: 71, 67 and BF. RGB value is (113,103,191). Sum of RGB (Red+Green+Blue) = 113+103+191=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #7167BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7167BF is #8E9840. Grayscale: #737373. Windows color (decimal): -9345089 or 12543857. OLE color: 12543857.

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

Color convert

RGB113103191-
CMYK0.410.4600.25
HSL246.82º40.74%57.65%-
HSV(B)246.82º46.07%74.9%-
XYZ21.0616.9751.46-
YUV116.02170.31125.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.76%
GREEN value IS 103 (40.62% from 255) = 25.31%
BLUE value IS 191 (75% from 255) = 46.93%
R=27.76%
G=25.31%
B=46.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131031910.410.4600.25246.8240.7457.65
Hex7167BF292E019f7293a
Octal16114727751560313675172
Binary111000111001111011111110100110111001100111110111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7167BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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