#7651BD

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

Shades of Blue Marguerite #7651BD

Tints of Blue Marguerite #7651BD

Color information

#7651BD (or 0x7651BD) is unknown color: approx Blue Marguerite. HEX triplet: 76, 51 and BD. RGB value is (118,81,189). Sum of RGB (Red+Green+Blue) = 118+81+189=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #7651BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7651BD is #89AE42. Grayscale: #676767. Windows color (decimal): -9023043 or 12407158. OLE color: 12407158.

HSL color Cylindrical-coordinate representation of color #7651BD: hue angle of 260.56º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7651BD is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11881189-
CMYK0.380.5700.26
HSL260.56º45%52.94%-
HSV(B)260.56º57.14%74.12%-
XYZ19.613.4149.7-
YUV104.38175.76137.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.41%
GREEN value IS 81 (32.03% from 255) = 20.88%
BLUE value IS 189 (74.22% from 255) = 48.71%
R=30.41%
G=20.88%
B=48.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal118811890.380.5700.26260.564552.94
Hex7651BD263901A1052d35
Octal16612127546710324055565
Binary1110110101000110111101100110111001011010100000101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7651BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7651BD; }

 p { color: rgb(118,81,189); }

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

<style>
 a { background-color: #7651BD; }

 a { background-color: rgb(118,81,189); }

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

<style>
 span { border-color: #7651BD; }

 span { border-color: rgb(118,81,189); }

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