#7656BE

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

Shades of Blue Marguerite #7656BE

Tints of Blue Marguerite #7656BE

Color information

#7656BE (or 0x7656BE) is unknown color: approx Blue Marguerite. HEX triplet: 76, 56 and BE. RGB value is (118,86,190). Sum of RGB (Red+Green+Blue) = 118+86+190=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #7656BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7656BE is #89A941. Grayscale: #6B6B6B. Windows color (decimal): -9021762 or 12473974. OLE color: 12473974.

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

Color convert

RGB11886190-
CMYK0.380.5500.25
HSL258.46º44.44%54.12%-
HSV(B)258.46º54.74%74.51%-
XYZ20.0914.2250.4-
YUV107.42174.6135.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.95%
GREEN value IS 86 (33.98% from 255) = 21.83%
BLUE value IS 190 (74.61% from 255) = 48.22%
R=29.95%
G=21.83%
B=48.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118861900.380.5500.25258.4644.4454.12
Hex7656BE26370191022c36
Octal16612627646670314025466
Binary1110110101011010111110100110110111011001100000010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7656BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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