#7665B3

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

Shades of Blue Marguerite #7665B3

Tints of Blue Marguerite #7665B3

Color information

#7665B3 (or 0x7665B3) is unknown color: approx Blue Marguerite. HEX triplet: 76, 65 and B3. RGB value is (118,101,179). Sum of RGB (Red+Green+Blue) = 118+101+179=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 179 (70.31% from 255 or 44.97% from 398); Max value from RGB is 179 - color contains mainly: blue. Hex color #7665B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7665B3 is #899A4C. Grayscale: #727272. Windows color (decimal): -9017933 or 11756918. OLE color: 11756918.

HSL color Cylindrical-coordinate representation of color #7665B3: hue angle of 253.08º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7665B3 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB118101179-
CMYK0.340.4400.30
HSL253.08º33.91%54.9%-
HSV(B)253.08º43.58%70.2%-
XYZ20.2616.4144.75-
YUV114.98164.13130.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.65%
GREEN value IS 101 (39.84% from 255) = 25.38%
BLUE value IS 179 (70.31% from 255) = 44.97%
R=29.65%
G=25.38%
B=44.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1181011790.340.4400.30253.0833.9154.9
Hex7665B3222C01Efd2237
Octal16614526342540363754267
Binary111011011001011011001110001010110001111011111101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7665B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7665B3; }

 p { color: rgb(118,101,179); }

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

<style>
 a { background-color: #7665B3; }

 a { background-color: rgb(118,101,179); }

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

<style>
 span { border-color: #7665B3; }

 span { border-color: rgb(118,101,179); }

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