#7667BF

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

Shades of Blue Marguerite #7667BF

Tints of Blue Marguerite #7667BF

Color information

#7667BF (or 0x7667BF) is unknown color: approx Blue Marguerite. HEX triplet: 76, 67 and BF. RGB value is (118,103,191). Sum of RGB (Red+Green+Blue) = 118+103+191=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #7667BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7667BF is #899840. Grayscale: #757575. Windows color (decimal): -9017409 or 12543862. OLE color: 12543862.

HSL color Cylindrical-coordinate representation of color #7667BF: hue angle of 250.23º 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 #7667BF is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118103191-
CMYK0.380.4600.25
HSL250.23º40.74%57.65%-
HSV(B)250.23º46.07%74.9%-
XYZ21.7317.3151.49-
YUV117.52169.47128.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.64%
GREEN value IS 103 (40.62% from 255) = 25%
BLUE value IS 191 (75% from 255) = 46.36%
R=28.64%
G=25%
B=46.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181031910.380.4600.25250.2340.7457.65
Hex7667BF262E019fa293a
Octal16614727746560313725172
Binary111011011001111011111110011010111001100111111010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7667BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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