#7167BE

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

Shades of Blue Marguerite #7167BE

Tints of Blue Marguerite #7167BE

Color information

#7167BE (or 0x7167BE) is unknown color: approx Blue Marguerite. HEX triplet: 71, 67 and BE. RGB value is (113,103,190). Sum of RGB (Red+Green+Blue) = 113+103+190=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #7167BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7167BE is #8E9841. Grayscale: #737373. Windows color (decimal): -9345090 or 12478321. OLE color: 12478321.

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

Color convert

RGB113103190-
CMYK0.410.4600.25
HSL246.9º40.09%57.45%-
HSV(B)246.9º45.79%74.51%-
XYZ20.9516.9350.88-
YUV115.91169.81125.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.83%
GREEN value IS 103 (40.62% from 255) = 25.37%
BLUE value IS 190 (74.61% from 255) = 46.80%
R=27.83%
G=25.37%
B=46.80%

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
Decimal1131031900.410.4600.25246.940.0957.45
Hex7167BE292E019f72839
Octal16114727651560313675071
Binary111000111001111011111010100110111001100111110111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7167BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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