#7650BE

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

Shades of Blue Marguerite #7650BE

Tints of Blue Marguerite #7650BE

Color information

#7650BE (or 0x7650BE) is unknown color: approx Blue Marguerite. HEX triplet: 76, 50 and BE. RGB value is (118,80,190). Sum of RGB (Red+Green+Blue) = 118+80+190=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #7650BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7650BE is #89AF41. Grayscale: #676767. Windows color (decimal): -9023298 or 12472438. OLE color: 12472438.

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

Color convert

RGB11880190-
CMYK0.380.5800.25
HSL260.73º45.83%52.94%-
HSV(B)260.73º57.89%74.51%-
XYZ19.6313.3150.25-
YUV103.9176.59138.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.41%
GREEN value IS 80 (31.64% from 255) = 20.62%
BLUE value IS 190 (74.61% from 255) = 48.97%
R=30.41%
G=20.62%
B=48.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118801900.380.5800.25260.7345.8352.94
Hex7650BE263A0191052e35
Octal16612027646720314055665
Binary1110110101000010111110100110111010011001100000101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7650BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,80,190); }

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

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

 a { background-color: rgb(118,80,190); }

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

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

 span { border-color: rgb(118,80,190); }

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