#7658BC

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

Shades of Blue Marguerite #7658BC

Tints of Blue Marguerite #7658BC

Color information

#7658BC (or 0x7658BC) is unknown color: approx Blue Marguerite. HEX triplet: 76, 58 and BC. RGB value is (118,88,188). Sum of RGB (Red+Green+Blue) = 118+88+188=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #7658BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7658BC is #89A743. Grayscale: #6C6C6C. Windows color (decimal): -9021252 or 12343414. OLE color: 12343414.

HSL color Cylindrical-coordinate representation of color #7658BC: hue angle of 258º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7658BC is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11888188-
CMYK0.370.5300.26
HSL258º42.74%54.12%-
HSV(B)258º53.19%73.73%-
XYZ20.0414.4649.31-
YUV108.37172.94134.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.95%
GREEN value IS 88 (34.77% from 255) = 22.34%
BLUE value IS 188 (73.83% from 255) = 47.72%
R=29.95%
G=22.34%
B=47.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal118881880.370.5300.2625842.7454.12
Hex7658BC253501A1022b36
Octal16613027445650324025366
Binary1110110101100010111100100101110101011010100000010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7658BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7658BC; }

 p { color: rgb(118,88,188); }

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

<style>
 a { background-color: #7658BC; }

 a { background-color: rgb(118,88,188); }

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

<style>
 span { border-color: #7658BC; }

 span { border-color: rgb(118,88,188); }

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