#7653BE

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

Shades of Blue Marguerite #7653BE

Tints of Blue Marguerite #7653BE

Color information

#7653BE (or 0x7653BE) is unknown color: approx Blue Marguerite. HEX triplet: 76, 53 and BE. RGB value is (118,83,190). Sum of RGB (Red+Green+Blue) = 118+83+190=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #7653BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7653BE is #89AC41. Grayscale: #696969. Windows color (decimal): -9022530 or 12473206. OLE color: 12473206.

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

Color convert

RGB11883190-
CMYK0.380.5600.25
HSL259.63º45.15%53.53%-
HSV(B)259.63º56.32%74.51%-
XYZ19.8613.7650.32-
YUV105.66175.6136.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.18%
GREEN value IS 83 (32.81% from 255) = 21.23%
BLUE value IS 190 (74.61% from 255) = 48.59%
R=30.18%
G=21.23%
B=48.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118831900.380.5600.25259.6345.1553.53
Hex7653BE26380191042d36
Octal16612327646700314045566
Binary1110110101001110111110100110111000011001100000100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7653BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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