#7655BE

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

Shades of Blue Marguerite #7655BE

Tints of Blue Marguerite #7655BE

Color information

#7655BE (or 0x7655BE) is unknown color: approx Blue Marguerite. HEX triplet: 76, 55 and BE. RGB value is (118,85,190). Sum of RGB (Red+Green+Blue) = 118+85+190=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #7655BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7655BE is #89AA41. Grayscale: #6A6A6A. Windows color (decimal): -9022018 or 12473718. OLE color: 12473718.

HSL color Cylindrical-coordinate representation of color #7655BE: hue angle of 258.86º degrees, saturation: 0.45, 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 #7655BE is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11885190-
CMYK0.380.5500.25
HSL258.86º44.68%53.92%-
HSV(B)258.86º55.26%74.51%-
XYZ20.0114.0750.38-
YUV106.84174.93135.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.03%
GREEN value IS 85 (33.59% from 255) = 21.63%
BLUE value IS 190 (74.61% from 255) = 48.35%
R=30.03%
G=21.63%
B=48.35%

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
Decimal118851900.380.5500.25258.8644.6853.92
Hex7655BE26370191032d36
Octal16612527646670314035566
Binary1110110101010110111110100110110111011001100000011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7655BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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