#7660BA

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

Shades of Blue Marguerite #7660BA

Tints of Blue Marguerite #7660BA

Color information

#7660BA (or 0x7660BA) is unknown color: approx Blue Marguerite. HEX triplet: 76, 60 and BA. RGB value is (118,96,186). Sum of RGB (Red+Green+Blue) = 118+96+186=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #7660BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7660BA is #899F45. Grayscale: #707070. Windows color (decimal): -9019206 or 12214390. OLE color: 12214390.

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

Color convert

RGB11896186-
CMYK0.370.4800.27
HSL254.67º39.47%55.29%-
HSV(B)254.67º48.39%72.94%-
XYZ20.5215.7648.42-
YUV112.84169.29131.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.5%
GREEN value IS 96 (37.89% from 255) = 24%
BLUE value IS 186 (73.05% from 255) = 46.5%
R=29.5%
G=24%
B=46.5%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118961860.370.4800.27254.6739.4755.29
Hex7660BA253001Bff2737
Octal16614027245600333774767
Binary111011011000001011101010010111000001101111111111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7660BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,96,186); }

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

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

 a { background-color: rgb(118,96,186); }

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

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

 span { border-color: rgb(118,96,186); }

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